From 68cd878311d4c101234268e88381e75b81ea41b1 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 17 Oct 2019 16:56:01 +0300 Subject: [PATCH] unsigned (#3430) --- Makefile | 2 +- ios/Mattermost/Info.plist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 009459e66..4c3178a3f 100644 --- a/Makefile +++ b/Makefile @@ -200,7 +200,7 @@ unsigned-ios: stop pre-build check-style ## Build an unsigned version of the iOS @echo "Building unsigned iOS app" @cd fastlane && NODE_ENV=production bundle exec fastlane ios unsigned @mkdir -p build-ios - @cd ios/ && xcodebuild -workspace Mattermost.xcworkspace/ -scheme Mattermost -sdk iphoneos -configuration Release -parallelizeTargets -resultBundlePath ../build-ios/result -derivedDataPath ../build-ios/ CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO + @cd ios/ && xcodebuild -workspace Mattermost.xcworkspace/ -scheme Mattermost -sdk iphoneos -configuration Release -parallelizeTargets -resultBundlePath ../build-ios/result -derivedDataPath ../build-ios/ CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO @cd build-ios/ && mkdir -p Payload && cp -R Build/Products/Release-iphoneos/Mattermost.app Payload/ && zip -r Mattermost-unsigned.ipa Payload/ @mv build-ios/Mattermost-unsigned.ipa . @cd fastlane && bundle exec fastlane upload_file_to_s3 file:Mattermost-unsigned.ipa os_type:iOS diff --git a/ios/Mattermost/Info.plist b/ios/Mattermost/Info.plist index 92c47118f..82651661d 100644 --- a/ios/Mattermost/Info.plist +++ b/ios/Mattermost/Info.plist @@ -57,9 +57,9 @@ NSAppleMusicUsageDescription Let Mattermost access your Media files NSBluetoothAlwaysUsageDescription - Share post data accross devices with Mattermost + Share post data across devices with Mattermost NSBluetoothPeripheralUsageDescription - Share post data accross devices with Mattermost + Share post data across devices with Mattermost NSCalendarsUsageDescription Share contacts in your Mattermost instance NSCameraUsageDescription