93 lines
3.2 KiB
Plaintext
93 lines
3.2 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.16.1</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>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>Take photos to share with other users</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>Use your microphone to record audio messages</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>Upload photos to share with other users or to change your avatar</string>
|
|
<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>
|
|
<key>NSCalendarsUsageDescription</key>
|
|
<string>Allow $(PRODUCT_NAME) to access your calendar</string>
|
|
<key>NSContactsUsageDescription</key>
|
|
<string>Allow $(PRODUCT_NAME) to access your contacts</string>
|
|
<key>NSMotionUsageDescription</key>
|
|
<string>Allow $(PRODUCT_NAME) to access your device's accelerometer</string>
|
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
|
<string>Give $(PRODUCT_NAME) permission to save photos</string>
|
|
<key>NSRemindersUsageDescription</key>
|
|
<string>Allow $(PRODUCT_NAME) to access your reminders</string>
|
|
<key>UIAppFonts</key>
|
|
<array>
|
|
<string>custom.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>
|