lib/assets/DeliverfileDefault in deliver-0.2.1 vs lib/assets/DeliverfileDefault in deliver-0.2.2.beta2

- old
+ new

@@ -31,9 +31,12 @@ # Remove the whole block if you do not want to upload an ipa file ipa do # Add any code you want, like incrementing the build # number or changing the app identifier + # Attention: When you return a valid ipa file, this file will get uploaded and released + # If you only want to upload app metadata, remove the complete ipa block. + # system("ipa build") # build your project using Shenzhen "./[[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 \ No newline at end of file