Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 707315d

Browse files
author
Ryan Nystrom
committed
update fastfile appstore step to upload ipa
1 parent 9c8721c commit 707315d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>1897</string>
35+
<string>1900</string>
3636
<key>ITSAppUsesNonExemptEncryption</key>
3737
<false/>
3838
<key>LSApplicationQueriesSchemes</key>

fastlane/Fastfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ end
2323

2424
lane :appstore do
2525
gym(scheme: "Freetime")
26-
27-
# Something else
26+
appstore(skip_screenshots: true)
2827
end

0 commit comments

Comments
 (0)