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>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>en</string>
|
|
|
|
<key>CFBundleDisplayName</key>
|
2018-10-15 20:28:53 +00:00
|
|
|
<string>Rocket.Chat Experimental</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>
|
2019-03-25 16:53:15 +00:00
|
|
|
<string>1.11.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>
|
2017-11-07 16:58:33 +00:00
|
|
|
<string>100</string>
|
2018-04-03 16:24:59 +00:00
|
|
|
<key>Fabric</key>
|
|
|
|
<dict>
|
|
|
|
<key>APIKey</key>
|
2018-10-24 18:29:28 +00:00
|
|
|
<string>ef3f46fdf18479fd3e1b9b78d0ec73751a255e14</string>
|
2018-04-03 16:24:59 +00:00
|
|
|
<key>Kits</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>KitInfo</key>
|
|
|
|
<dict/>
|
|
|
|
<key>KitName</key>
|
|
|
|
<string>Crashlytics</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
</dict>
|
2017-11-06 23:45:48 +00:00
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
<false/>
|
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>
|
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>
|
2018-04-03 16:24:59 +00:00
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
2019-02-01 13:30:12 +00:00
|
|
|
<string>Use your microphone to record audio messages</string>
|
2017-08-17 21:27:31 +00:00
|
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
2019-02-01 13:30:12 +00:00
|
|
|
<string>Upload photos to share with other users or to change your avatar</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>
|
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>
|
|
|
|
</array>
|
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
2019-03-12 16:23:06 +00:00
|
|
|
<false/>
|
2017-08-03 18:23:43 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|