diff --git a/fastlane/Gemfile.lock b/fastlane/Gemfile.lock index 57b6f9ed7..6add77b7f 100644 --- a/fastlane/Gemfile.lock +++ b/fastlane/Gemfile.lock @@ -26,7 +26,7 @@ GEM faraday_middleware (0.11.0.1) faraday (>= 0.7.4, < 1.0) fastimage (2.1.0) - fastlane (2.21.0) + fastlane (2.22.0) activesupport (< 5) addressable (>= 2.3, < 3.0.0) babosa (>= 1.0.2, < 2.0.0) diff --git a/ios/Mattermost.xcodeproj/project.pbxproj b/ios/Mattermost.xcodeproj/project.pbxproj index 76943beb3..2587eabaf 100644 --- a/ios/Mattermost.xcodeproj/project.pbxproj +++ b/ios/Mattermost.xcodeproj/project.pbxproj @@ -1244,7 +1244,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 17; DEAD_CODE_STRIPPING = NO; HEADER_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native/Libraries/PushNotificationIOS/**"; INFOPLIST_FILE = Mattermost/Info.plist; @@ -1268,7 +1268,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 17; DEAD_CODE_STRIPPING = NO; HEADER_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native/Libraries/PushNotificationIOS/**"; INFOPLIST_FILE = Mattermost/Info.plist; diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist index c78c3386a..92157fc98 100644 --- a/ios/Mattermost/Info.plist +++ b/ios/Mattermost/Info.plist @@ -3,9 +3,9 @@ NSCameraUsageDescription - + Take a Photo or Video and upload it to your mattermost instance NSPhotoLibraryUsageDescription - + Upload Photos and Videos to your Mattermost instance CFBundleDevelopmentRegion en CFBundleExecutable @@ -23,7 +23,7 @@ CFBundleSignature ???? CFBundleVersion - 15 + 17 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/MattermostTests/Info.plist b/ios/MattermostTests/Info.plist index 2a81ce693..74051b2ac 100644 --- a/ios/MattermostTests/Info.plist +++ b/ios/MattermostTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 15 + 16