102 lines
2.7 KiB
Plaintext
102 lines
2.7 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>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>Rocket.Chat Experimental</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</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.5.0</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<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>
|
|
<key>CFBundleVersion</key>
|
|
<string>100</string>
|
|
<key>Fabric</key>
|
|
<dict>
|
|
<key>APIKey</key>
|
|
<string>YOUR_API_KEY</string>
|
|
<key>Kits</key>
|
|
<array>
|
|
<dict>
|
|
<key>KitInfo</key>
|
|
<dict/>
|
|
<key>KitName</key>
|
|
<string>Crashlytics</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
<false/>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true/>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSExceptionDomains</key>
|
|
<dict>
|
|
<key>localhost</key>
|
|
<dict>
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>Upload images from camera</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>This app uses the microphone to record audio message.</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>Upload images from library</string>
|
|
<key>UIAppFonts</key>
|
|
<array>
|
|
<string>Entypo.ttf</string>
|
|
<string>EvilIcons.ttf</string>
|
|
<string>FontAwesome.ttf</string>
|
|
<string>Foundation.ttf</string>
|
|
<string>Ionicons.ttf</string>
|
|
<string>MaterialCommunityIcons.ttf</string>
|
|
<string>MaterialIcons.ttf</string>
|
|
<string>Octicons.ttf</string>
|
|
<string>SimpleLineIcons.ttf</string>
|
|
<string>Zocial.ttf</string>
|
|
<string>icomoon.ttf</string>
|
|
<string>Feather.ttf</string>
|
|
</array>
|
|
<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>
|
|
<false/>
|
|
</dict>
|
|
</plist>
|