lib/assets/DeliverfileDefault in deliver-0.7.13 vs lib/assets/DeliverfileDefault in deliver-0.8.0

- old
+ new

@@ -1,6 +1,6 @@ -# For more information about each property, visit the GitHub documentation: https://github.com/krausefx/deliver +# For more information visit the GitHub documentation: https://github.com/krausefx/deliver # Everything next to a # is a comment and will be ignored # hide_transporter_output # remove the '#' in the beginning of the line, to hide the output while uploading @@ -13,13 +13,20 @@ # More information about automatic screenshot upload: # https://github.com/KrauseFx/deliver#upload-screenshots-to-itunes-connect screenshots_path "./screenshots/" +# More information about all available options: https://github.com/KrauseFx/deliver/blob/master/Deliverfile.md + +# Both lines are optional if you want to remove them: +app_identifier "[[APP_IDENTIFIER]]" +apple_id "[[APPLE_ID]]" # This is NOT your Apple login ID, but the App ID of your app +email "[[EMAIL]]" # the login email address + # version '1.2' # you can pass this if you want to verify the version number with the ipa file -config_json_folder './deliver' +# To update the app's description, changelog, etc. or to avoid updating it using deliver, edit the files in ./metadata/[language] ######################################## # Building and Testing ######################################## @@ -32,10 +39,13 @@ # 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 --verbose") # build your project using Shenzhen + + # ENV["IPA_OUTPUT_PATH"] # if you're using fastlane uncomment this and remove the line below + "./[[APP_NAME]].ipa" # Tell 'Deliver' where it can find the finished ipa file end # ipa "./latest.ipa" # this can be used instead of the `do` block, if you prefer manually building the ipa file @@ -50,5 +60,7 @@ # end success do # system("say 'Successfully deployed a new version.'") end + +# More information about all available options: https://github.com/KrauseFx/deliver/blob/master/Deliverfile.md \ No newline at end of file