| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <?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>
- <string>21.0.0</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <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>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>com.googleusercontent.apps</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>com.googleusercontent.apps.your-id-here</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>1</string>
- <key>FirebaseCrashlyticsCollectionEnabled</key>
- <string>false</string>
- <key>FirebaseScreenReportingEnabled</key>
- <false/>
- <key>ITSAppUsesNonExemptEncryption</key>
- <false/>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSExceptionDomains</key>
- <dict>
- <key>localhost</key>
- <dict>
- <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
- <true/>
- </dict>
- </dict>
- </dict>
- <key>NSCalendarsUsageDescription</key>
- <string>See your scheduled meetings in the app.</string>
- <key>NSCameraUsageDescription</key>
- <string>Participate in meetings with video.</string>
- <key>NSLocalNetworkUsageDescription</key>
- <string>Local network is used for establishing Peer-to-Peer connections.</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>Participate in meetings with voice.</string>
- <key>NSUserActivityTypes</key>
- <array>
- <string>org.jitsi.JitsiMeet.ios.conference</string>
- </array>
- <key>RTCAppGroupIdentifier</key>
- <string>group.org.jitsi.meet.appgroup</string>
- <key>RTCScreenSharingExtension</key>
- <string>org.jitsi.meet.broadcast.extension</string>
- <key>UIBackgroundModes</key>
- <array>
- <string>audio</string>
- <string>fetch</string>
- <string>voip</string>
- </array>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIMainStoryboardFile</key>
- <string>Main</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UIStatusBarStyle</key>
- <string>UIStatusBarStyleLightContent</string>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- </array>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
- </dict>
- </plist>
|