Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
(fix) ios project for production build
· de9f6ac8
Martin Santangelo
authored
Nov 08, 2019
de9f6ac8
Merge branch 'fix/ios-project-settings' into release/3.11.0
· fdacb2ed
Martin Santangelo
authored
Nov 08, 2019
fdacb2ed
Hide whitespace changes
Inline
Side-by-side
ios/Minds.xcodeproj/project.pbxproj
View file @
fdacb2ed
...
...
@@ -776,6 +776,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.minds.mobile
;
PRODUCT_NAME
=
Minds
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
VERSIONING_SYSTEM
=
"apple-generic"
;
};
name
=
Debug
;
...
...
@@ -798,6 +799,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.minds.mobile
;
PRODUCT_NAME
=
Minds
;
TARGETED_DEVICE_FAMILY
=
"1,2"
;
VERSIONING_SYSTEM
=
"apple-generic"
;
};
name
=
Release
;
...
...
ios/Minds.xcodeproj/xcshareddata/xcschemes/Minds.xcscheme
View file @
fdacb2ed
...
...
@@ -80,9 +80,9 @@
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration =
"
Debug
"
selectedDebuggerIdentifier =
"
Xcode.DebuggerFoundation.Debugger.LLDB
"
selectedLauncherIdentifier =
"Xcode.
Debugger
Foundation.Launcher.
LLDB
"
buildConfiguration =
"
Release
"
selectedDebuggerIdentifier =
""
selectedLauncherIdentifier =
"Xcode.
IDE
Foundation.Launcher.
PosixSpawn
"
launchStyle =
"0"
useCustomWorkingDirectory =
"NO"
ignoresPersistentStateOnLaunch =
"NO"
...
...
ios/Minds/Info.plist
View file @
fdacb2ed
...
...
@@ -9,7 +9,7 @@
<key>
CFBundleExecutable
</key>
<string>
$(EXECUTABLE_NAME)
</string>
<key>
CFBundleGetInfoString
</key>
<string
/
>
<string
></string
>
<key>
CFBundleIdentifier
</key>
<string>
$(PRODUCT_BUNDLE_IDENTIFIER)
</string>
<key>
CFBundleInfoDictionaryVersion
</key>
...
...
@@ -36,11 +36,11 @@
</dict>
</array>
<key>
CFBundleVersion
</key>
<string>
5
</string>
<string>
20190723014
5
</string>
<key>
ITSAppUsesNonExemptEncryption
</key>
<false/>
<key>
LSApplicationCategoryType
</key>
<string
/
>
<string
></string
>
<key>
LSRequiresIPhoneOS
</key>
<true/>
<key>
NSAppTransportSecurity
</key>
...
...
@@ -64,7 +64,7 @@
<key>
NSCameraUsageDescription
</key>
<string>
$(PRODUCT_NAME) needs access to use your camera in order to upload images or videos
</string>
<key>
NSLocationWhenInUseUsageDescription
</key>
<string
/
>
<string
></string
>
<key>
NSMicrophoneUsageDescription
</key>
<string>
$(PRODUCT_NAME) needs access to your microphone in order to record videos
</string>
<key>
NSPhotoLibraryAddUsageDescription
</key>
...
...
@@ -119,9 +119,9 @@
<key>
UISupportedInterfaceOrientations~ipad
</key>
<array>
<string>
UIInterfaceOrientationPortrait
</string>
<string>
UIInterfaceOrientationLandscapeLeft
</string>
<string>
UIInterfaceOrientationLandscapeRight
</string>
<string>
UIInterfaceOrientationPortraitUpsideDown
</string>
<string>
UIInterfaceOrientationLandscapeRight
</string>
<string>
UIInterfaceOrientationLandscapeLeft
</string>
</array>
<key>
UIViewControllerBasedStatusBarAppearance
</key>
<false/>
...
...