update fastfile appstore step to upload ipa

This commit is contained in:
Ryan Nystrom
2017-09-21 21:03:06 -04:00
parent 9c8721cced
commit 707315dd76
2 changed files with 2 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1897</string>
<string>1900</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>

View File

@@ -23,6 +23,5 @@ end
lane :appstore do
gym(scheme: "Freetime")
# Something else
appstore(skip_screenshots: true)
end