From f06d0354447418b33407d5686d53f4583eb355bc Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 27 Mar 2017 23:29:39 -0300 Subject: [PATCH] IOS Version Bump to 20 (#408) * Version Bump to 20 * Update fastlane * include orientation in release build --- fastlane/Gemfile.lock | 8 ++++---- ios/Mattermost.xcodeproj/project.pbxproj | 10 +++++++--- ios/Mattermost/Info.plist | 2 +- ios/MattermostTests/Info.plist | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/fastlane/Gemfile.lock b/fastlane/Gemfile.lock index 6add77b7f..3c68aa3a1 100644 --- a/fastlane/Gemfile.lock +++ b/fastlane/Gemfile.lock @@ -12,7 +12,7 @@ GEM babosa (1.0.2) claide (1.0.1) colored (1.2) - commander (4.4.3) + commander-fastlane (4.4.4) highline (~> 1.7.2) domain_name (0.5.20170223) unf (>= 0.0.5, < 1.0.0) @@ -26,13 +26,13 @@ GEM faraday_middleware (0.11.0.1) faraday (>= 0.7.4, < 1.0) fastimage (2.1.0) - fastlane (2.22.0) + fastlane (2.23.0) activesupport (< 5) addressable (>= 2.3, < 3.0.0) babosa (>= 1.0.2, < 2.0.0) bundler (>= 1.12.0, < 2.0.0) colored - commander (>= 4.4.0, < 5.0.0) + commander-fastlane (>= 4.4.0, < 5.0.0) dotenv (>= 2.1.1, < 3.0.0) excon (>= 0.45.0, < 1.0.0) faraday (~> 0.9) @@ -120,7 +120,7 @@ GEM unicode-display_width (~> 1.1.1) thread_safe (0.3.6) tty-screen (0.5.0) - tzinfo (1.2.2) + tzinfo (1.2.3) thread_safe (~> 0.1) uber (0.0.15) unf (0.1.4) diff --git a/ios/Mattermost.xcodeproj/project.pbxproj b/ios/Mattermost.xcodeproj/project.pbxproj index 735de6655..b2caaf98f 100644 --- a/ios/Mattermost.xcodeproj/project.pbxproj +++ b/ios/Mattermost.xcodeproj/project.pbxproj @@ -1276,7 +1276,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; - CURRENT_PROJECT_VERSION = 19; + CURRENT_PROJECT_VERSION = 20; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = UQ8HT4Q2XM; HEADER_SEARCH_PATHS = ( @@ -1304,10 +1304,13 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; - CURRENT_PROJECT_VERSION = 19; + CURRENT_PROJECT_VERSION = 20; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = UQ8HT4Q2XM; - HEADER_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native/Libraries/PushNotificationIOS/**"; + HEADER_SEARCH_PATHS = ( + "$(SRCROOT)/../node_modules/react-native/Libraries/PushNotificationIOS/**", + "$(SRCROOT)/../node_modules/react-native-orientation/iOS/RCTOrientation/**", + ); INFOPLIST_FILE = Mattermost/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( @@ -1399,6 +1402,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ""; IPHONEOS_DEPLOYMENT_TARGET = 8.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist index 1530be964..75c626db5 100644 --- a/ios/Mattermost/Info.plist +++ b/ios/Mattermost/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 19 + 20 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/MattermostTests/Info.plist b/ios/MattermostTests/Info.plist index 3b32a0ea3..6491617ac 100644 --- a/ios/MattermostTests/Info.plist +++ b/ios/MattermostTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 19 + 20