Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Updated example Deliverfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Mar 20, 2015
1 parent 9ca620e commit 91ecb4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/assets/DeliverfileDefault
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ ipa do
# 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

Expand Down
3 changes: 3 additions & 0 deletions lib/assets/DeliverfileExample
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ ipa do
# 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

Expand Down

0 comments on commit 91ecb4a

Please sign in to comment.