forked from Ivasoft/mattermost-mobile
* update instance to workspace * reviews from @carrie Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> * replaced Mattermost with $(PRODUCT_NAME) except the 'Beta' under CFBundleDisplayName * Update ios/Mattermost/Info.plist Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
129 lines
4.3 KiB
Plaintext
129 lines
4.3 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>AppGroupIdentifier</key>
|
|
<string>group.com.mattermost.rnbeta</string>
|
|
<key>BundleEntryFilename</key>
|
|
<string>index.js</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>Mattermost Beta</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.mattermost.rnbeta</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>$(PRODUCT_NAME)</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.37.0</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleURLName</key>
|
|
<string>com.mattermost</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>mattermost</string>
|
|
<string>mmauthbeta</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>333</string>
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
<false/>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true/>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true/>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
<true/>
|
|
<key>NSExceptionDomains</key>
|
|
<dict>
|
|
<key>localhost</key>
|
|
<dict>
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
<key>NSAppleMusicUsageDescription</key>
|
|
<string>Let $(PRODUCT_NAME) access your Media files</string>
|
|
<key>NSBluetoothAlwaysUsageDescription</key>
|
|
<string>Share post data across devices with $(PRODUCT_NAME)</string>
|
|
<key>NSBluetoothPeripheralUsageDescription</key>
|
|
<string>Share post data across devices with $(PRODUCT_NAME)</string>
|
|
<key>NSCalendarsUsageDescription</key>
|
|
<string>Share contacts within $(PRODUCT_NAME)</string>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>Take a photo or video and upload it to $(PRODUCT_NAME)</string>
|
|
<key>NSFaceIDUsageDescription</key>
|
|
<string>$(PRODUCT_NAME) uses Face ID to restrict unauthorized users from accessing the app.</string>
|
|
<key>NSLocationAlwaysUsageDescription</key>
|
|
<string>Send your current location to $(PRODUCT_NAME)</string>
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
<string>Send your current location to $(PRODUCT_NAME)</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>Capture audio when recording a video to share within $(PRODUCT_NAME)</string>
|
|
<key>NSMotionUsageDescription</key>
|
|
<string>Share your route in your $(PRODUCT_NAME) workspace</string>
|
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
|
<string>Save downloaded photos and videos from $(PRODUCT_NAME) to your device</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>Upload photos and videos from your device to $(PRODUCT_NAME)</string>
|
|
<key>NSSpeechRecognitionUsageDescription</key>
|
|
<string>Send voice messages to $(PRODUCT_NAME)</string>
|
|
<key>UIAppFonts</key>
|
|
<array>
|
|
<string>OpenSans-Bold.ttf</string>
|
|
<string>OpenSans-BoldItalic.ttf</string>
|
|
<string>OpenSans-ExtraBold.ttf</string>
|
|
<string>OpenSans-ExtraBoldItalic.ttf</string>
|
|
<string>OpenSans-Italic.ttf</string>
|
|
<string>OpenSans-Light.ttf</string>
|
|
<string>OpenSans-LightItalic.ttf</string>
|
|
<string>OpenSans-Regular.ttf</string>
|
|
<string>OpenSans-SemiBold.ttf</string>
|
|
<string>OpenSans-SemiBoldItalic.ttf</string>
|
|
<string>Metropolis-Regular.ttf</string>
|
|
<string>Metropolis-SemiBold.ttf</string>
|
|
<string>Metropolis-Light.ttf</string>
|
|
<string>compass-icons.ttf</string>
|
|
</array>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>fetch</string>
|
|
<string>remote-notification</string>
|
|
</array>
|
|
<key>UILaunchStoryboardName</key>
|
|
<string>LaunchScreen</string>
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
<array>
|
|
<string>armv7</string>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
</array>
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
<false/>
|
|
</dict>
|
|
</plist>
|