2016-10-05 14:36:59 +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>
|
|
|
|
<string>Jitsi Meet</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>
|
2017-04-09 17:00:58 +00:00
|
|
|
<string>1.4</string>
|
2016-10-05 14:36:59 +00:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
2017-02-01 04:25:09 +00:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>org.jitsi.meet</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>org.jitsi.meet</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2016-10-05 14:36:59 +00:00
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>1</string>
|
2016-11-14 00:26:51 +00:00
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
<false/>
|
2016-10-05 14:36:59 +00:00
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionDomains</key>
|
|
|
|
<dict>
|
|
|
|
<key>beta.meet.jit.si</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
<key>localhost</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
<key>NSCameraUsageDescription</key>
|
2017-01-23 18:11:48 +00:00
|
|
|
<string>Participate in conferences with video.</string>
|
2016-10-05 14:36:59 +00:00
|
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
|
|
<string></string>
|
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
2017-01-23 19:01:12 +00:00
|
|
|
<string>Participate in conferences with audio.</string>
|
2016-10-05 14:36:59 +00:00
|
|
|
<key>UIAppFonts</key>
|
|
|
|
<array>
|
|
|
|
<string>jitsi.ttf</string>
|
|
|
|
<string>FontAwesome.ttf</string>
|
|
|
|
</array>
|
2016-11-01 18:59:53 +00:00
|
|
|
<key>UIBackgroundModes</key>
|
|
|
|
<array>
|
|
|
|
<string>audio</string>
|
|
|
|
<string>fetch</string>
|
|
|
|
<string>voip</string>
|
|
|
|
</array>
|
2016-10-05 14:36:59 +00:00
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
|
|
|
<string>armv7</string>
|
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
2017-01-12 22:24:01 +00:00
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
2016-10-05 14:36:59 +00:00
|
|
|
</array>
|
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
|
<false/>
|
|
|
|
</dict>
|
|
|
|
</plist>
|