From 707315dd76d2cb2a5333a2a17f705dd317f4f69c Mon Sep 17 00:00:00 2001 From: Ryan Nystrom Date: Thu, 21 Sep 2017 21:03:06 -0400 Subject: [PATCH] update fastfile appstore step to upload ipa --- Resources/Info.plist | 2 +- fastlane/Fastfile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Resources/Info.plist b/Resources/Info.plist index 2744c533..3a6084fe 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -32,7 +32,7 @@ CFBundleVersion - 1897 + 1900 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 9019232f..ccdc8454 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -23,6 +23,5 @@ end lane :appstore do gym(scheme: "Freetime") - - # Something else + appstore(skip_screenshots: true) end