diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 5bb28b9b4..c85766a1e 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -1,7 +1,7 @@
fastlane_version '2.71.0'
-require 'aws-sdk-s3'
-require 'erb'
+fastlane_require 'aws-sdk-s3'
+fastlane_require 'erb'
skip_docs
diff --git a/ios/Mattermost.xcodeproj/project.pbxproj b/ios/Mattermost.xcodeproj/project.pbxproj
index 833ab1538..a5f389144 100644
--- a/ios/Mattermost.xcodeproj/project.pbxproj
+++ b/ios/Mattermost.xcodeproj/project.pbxproj
@@ -2400,7 +2400,7 @@
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- CURRENT_PROJECT_VERSION = 79;
+ CURRENT_PROJECT_VERSION = 80;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
ENABLE_BITCODE = NO;
@@ -2449,7 +2449,7 @@
CODE_SIGN_ENTITLEMENTS = Mattermost/Mattermost.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- CURRENT_PROJECT_VERSION = 79;
+ CURRENT_PROJECT_VERSION = 80;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = UQ8HT4Q2XM;
ENABLE_BITCODE = NO;
diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist
index 8e91332da..e0592e1b9 100644
--- a/ios/Mattermost/Info.plist
+++ b/ios/Mattermost/Info.plist
@@ -34,7 +34,7 @@
CFBundleVersion
- 79
+ 80
ITSAppUsesNonExemptEncryption
LSRequiresIPhoneOS
@@ -54,12 +54,20 @@
+ NSBluetoothPeripheralUsageDescription
+ Share post data accross devices with Mattermost
+ NSCalendarsUsageDescription
+ Share contacts in your Mattermost instance
NSCameraUsageDescription
Take a Photo or Video and upload it to your mattermost instance
NSLocationWhenInUseUsageDescription
-
+ Send your current location to your Mattermost instance
+ NSMotionUsageDescription
+ Share your route in your Mattermost instance
NSPhotoLibraryUsageDescription
Upload Photos and Videos to your Mattermost instance or save them to your device
+ NSSpeechRecognitionUsageDescription
+ Send voice messages to your Mattermost instance
UIAppFonts
Entypo.ttf
diff --git a/ios/MattermostShare/Info.plist b/ios/MattermostShare/Info.plist
index 5a7cd1782..9befe4534 100644
--- a/ios/MattermostShare/Info.plist
+++ b/ios/MattermostShare/Info.plist
@@ -23,7 +23,7 @@
CFBundleShortVersionString
1.6.0
CFBundleVersion
- 79
+ 80
NSAppTransportSecurity
NSAllowsArbitraryLoads
diff --git a/ios/MattermostTests/Info.plist b/ios/MattermostTests/Info.plist
index 8ce0bc638..0c1168b61 100644
--- a/ios/MattermostTests/Info.plist
+++ b/ios/MattermostTests/Info.plist
@@ -19,6 +19,6 @@
CFBundleSignature
????
CFBundleVersion
- 79
+ 80