lib/assets/DeliverfileDefault in deliver-0.4.0 vs lib/assets/DeliverfileDefault in deliver-0.4.1
- old
+ new
@@ -42,12 +42,14 @@
"./[[APP_NAME]].ipa" # Tell 'Deliver' where it can find the finished ipa file
end
# ipa "./latest.ipa" # this can be used, if you prefer manually building the ipa file
+# beta_ipa "./ad_hoc_build.ipa" # upload ipa file using `deliver --beta`
+
# unit_tests do
# system("xctool test")
# end
success do
system("say 'Successfully deployed a new version.'")
-end
\ No newline at end of file
+end