123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- <?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>BGTaskSchedulerPermittedIdentifiers</key>
- <array>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER).refresh</string>
- </array>
- <key>CFBundleDevelopmentRegion</key>
- <string>en</string>
- <key>CFBundleDisplayName</key>
- <string>SX Rooms</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>$(MARKETING_VERSION)</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>com.nextcloud.Talk</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>nextcloudtalk</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>ITSAppUsesNonExemptEncryption</key>
- <false/>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>nextcloud</string>
- <string>nextcloudnotes</string>
- <string>firefox</string>
- </array>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>LSSupportsOpeningDocumentsInPlace</key>
- <true/>
- <key>NSCameraUsageDescription</key>
- <string>Camera is used in video calls</string>
- <key>NSContactsUsageDescription</key>
- <string>Contacts access is needed to match your address book contacts with contacts in your server</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>It is needed to share your location with others</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>Microphone is used in voice and video calls</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>Photo Library access is needed to share pictures and videos from your device</string>
- <key>NSSpeechRecognitionUsageDescription</key>
- <string>Speech Recognition access is needed to transcribe a voice message to text using on-device recognition</string>
- <key>NSUserActivityTypes</key>
- <array>
- <string>INSendMessageIntent</string>
- </array>
- <key>UIBackgroundModes</key>
- <array>
- <string>audio</string>
- <string>fetch</string>
- <string>processing</string>
- <string>remote-notification</string>
- <string>voip</string>
- </array>
- <key>UIFileSharingEnabled</key>
- <true/>
- <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>UIStatusBarTintParameters</key>
- <dict>
- <key>UINavigationBar</key>
- <dict>
- <key>Style</key>
- <string>UIBarStyleDefault</string>
- <key>Translucent</key>
- <false/>
- </dict>
- </dict>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <true/>
- </dict>
- </plist>
|