2017-08-03 18:23:43 +00:00
|
|
|
<?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>
|
2020-12-14 16:20:32 +00:00
|
|
|
<key>IS_OFFICIAL</key>
|
|
|
|
<false/>
|
|
|
|
<key>AppGroup</key>
|
|
|
|
<string>group.ios.chat.rocket</string>
|
2021-07-28 20:36:06 +00:00
|
|
|
<key>bugsnag</key>
|
|
|
|
<dict>
|
|
|
|
<key>apiKey</key>
|
|
|
|
<string>apiKeyValue</string>
|
|
|
|
</dict>
|
2017-08-03 18:23:43 +00:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>en</string>
|
|
|
|
<key>CFBundleDisplayName</key>
|
2020-12-14 16:20:32 +00:00
|
|
|
<string>$(PRODUCT_NAME)</string>
|
2017-08-03 18:23:43 +00:00
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2017-11-06 23:45:48 +00:00
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
2017-08-03 18:23:43 +00:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>$(PRODUCT_NAME)</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2022-03-02 16:22:17 +00:00
|
|
|
<string>4.26.0</string>
|
2017-08-03 18:23:43 +00:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
2018-05-07 20:43:26 +00:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Editor</string>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>rocketchat</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>rocketchat</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2017-08-03 18:23:43 +00:00
|
|
|
<key>CFBundleVersion</key>
|
2020-12-14 16:20:32 +00:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2017-11-06 23:45:48 +00:00
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
<false/>
|
2020-12-14 16:20:32 +00:00
|
|
|
<key>KeychainGroup</key>
|
|
|
|
<string>$(AppIdentifierPrefix)chat.rocket.reactnative</string>
|
|
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>googlechrome</string>
|
|
|
|
<string>googlechromes</string>
|
|
|
|
<string>firefox</string>
|
|
|
|
<string>brave</string>
|
|
|
|
</array>
|
2017-08-03 18:23:43 +00:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
2017-08-07 00:34:35 +00:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionDomains</key>
|
|
|
|
<dict>
|
|
|
|
<key>localhost</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
2019-09-18 17:32:12 +00:00
|
|
|
<key>NSCalendarsUsageDescription</key>
|
|
|
|
<string>Allow $(PRODUCT_NAME) to access your calendar</string>
|
2017-08-17 21:27:31 +00:00
|
|
|
<key>NSCameraUsageDescription</key>
|
2019-02-01 13:30:12 +00:00
|
|
|
<string>Take photos to share with other users</string>
|
2019-09-18 17:32:12 +00:00
|
|
|
<key>NSContactsUsageDescription</key>
|
|
|
|
<string>Allow $(PRODUCT_NAME) to access your contacts</string>
|
2020-12-14 16:20:32 +00:00
|
|
|
<key>NSFaceIDUsageDescription</key>
|
|
|
|
<string>Unlock the app with FaceID</string>
|
2019-03-28 16:55:54 +00:00
|
|
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
|
|
|
<string>This permission stems from a library we use and will never be called anyway. If you see this, deny access</string>
|
|
|
|
<key>NSLocationAlwaysUsageDescription</key>
|
|
|
|
<string>This permission stems from a library we use and will never be called anyway. If you see this, deny access</string>
|
|
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
|
|
<string>This permission stems from a library we use and will never be called anyway. If you see this, deny access</string>
|
2019-09-18 17:32:12 +00:00
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
|
|
<string>Use your microphone to record audio messages</string>
|
2019-08-07 13:51:34 +00:00
|
|
|
<key>NSMotionUsageDescription</key>
|
2020-03-11 19:06:55 +00:00
|
|
|
<string>Allow $(PRODUCT_NAME) to access your device's accelerometer</string>
|
2019-08-07 13:51:34 +00:00
|
|
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
|
|
|
<string>Give $(PRODUCT_NAME) permission to save photos</string>
|
2019-09-18 17:32:12 +00:00
|
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
|
|
<string>Upload photos to share with other users or to change your avatar</string>
|
2019-08-07 13:51:34 +00:00
|
|
|
<key>NSRemindersUsageDescription</key>
|
|
|
|
<string>Allow $(PRODUCT_NAME) to access your reminders</string>
|
2017-08-17 21:27:31 +00:00
|
|
|
<key>UIAppFonts</key>
|
|
|
|
<array>
|
2019-03-01 16:49:11 +00:00
|
|
|
<string>custom.ttf</string>
|
2017-08-17 21:27:31 +00:00
|
|
|
</array>
|
2019-11-25 20:01:17 +00:00
|
|
|
<key>UIApplicationSceneManifest</key>
|
|
|
|
<dict>
|
|
|
|
<key>UIApplicationSupportsMultipleScenes</key>
|
|
|
|
<false/>
|
|
|
|
</dict>
|
2019-09-18 17:32:12 +00:00
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
<array>
|
2021-09-21 14:47:00 +00:00
|
|
|
<string>audio</string>
|
2019-12-17 16:27:13 +00:00
|
|
|
<string>fetch</string>
|
2019-09-18 17:32:12 +00:00
|
|
|
<string>voip</string>
|
|
|
|
</array>
|
2019-11-25 20:01:17 +00:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>LaunchScreen</string>
|
2017-08-03 18:23:43 +00:00
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
|
|
|
<string>armv7</string>
|
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
2019-11-25 20:01:17 +00:00
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
2017-08-03 18:23:43 +00:00
|
|
|
</array>
|
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
2019-03-12 16:23:06 +00:00
|
|
|
<false/>
|
2017-08-03 18:23:43 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|