123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- <?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>com.nextcloud.refreshTask</string>
- <string>com.nextcloud.processingTask</string>
- </array>
- <key>CFBundleAllowMixedLocalizations</key>
- <true/>
- <key>CFBundleDevelopmentRegion</key>
- <string>en</string>
- <key>CFBundleDisplayName</key>
- <string>Nextcloud</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>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>it.twsweb.Nextcloud</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>nextcloud</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>ITSAppUsesNonExemptEncryption</key>
- <true/>
- <key>ITSEncryptionExportComplianceCode</key>
- <string>8e9f9874-938e-460b-a9be-f82cb3393971</string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>nextcloudtalk</string>
- <string>nextcloudnotes</string>
- </array>
- <key>LSMinimumSystemVersion</key>
- <string>12.3</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>LSSupportsOpeningDocumentsInPlace</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <key>NSCameraUsageDescription</key>
- <string>Camera access is required to scan documents and make photo and video.</string>
- <key>NSFaceIDUsageDescription</key>
- <string>Face ID is required to authenticate using face recognition.</string>
- <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
- <string>The app will show your location on a map.</string>
- <key>NSLocationAlwaysUsageDescription</key>
- <string>The app will show your location on a map.</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>The app will show your location on a map.</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>Microphone access is required to create voice notes.</string>
- <key>NSPhotoLibraryAddUsageDescription</key>
- <string>Photo library access is required to upload your photos and videos to your cloud.</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>Photo library access is required to upload your photos and videos to your cloud.</string>
- <key>NSUserActivityTypes</key>
- <array>
- <string>AccountIntent</string>
- <string>DashboardIntent</string>
- </array>
- <key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key>
- <true/>
- <key>UIAppFonts</key>
- <array>
- <string>Inconsolata-Light.ttf</string>
- <string>Inconsolata-Regular.ttf</string>
- <string>Inconsolata-ExtraLight.ttf</string>
- <string>Inconsolata-Medium.ttf</string>
- <string>Inconsolata-Bold.ttf</string>
- <string>Inconsolata-ExtraBold.ttf</string>
- <string>Inconsolata-Black.ttf</string>
- </array>
- <key>UIApplicationSceneManifest</key>
- <dict>
- <key>UIApplicationSupportsMultipleScenes</key>
- <true/>
- <key>UISceneConfigurations</key>
- <dict>
- <key>UIWindowSceneSessionRoleApplication</key>
- <array>
- <dict>
- <key>UISceneConfigurationName</key>
- <string>Default Configuration</string>
- <key>UISceneDelegateClassName</key>
- <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
- </dict>
- </array>
- </dict>
- </dict>
- <key>UIBackgroundModes</key>
- <array>
- <string>audio</string>
- <string>fetch</string>
- <string>processing</string>
- <string>remote-notification</string>
- </array>
- <key>UIFileSharingEnabled</key>
- <true/>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UIRequiresFullScreen</key>
- <false/>
- <key>UIStatusBarHidden</key>
- <false/>
- <key>UIStatusBarStyle</key>
- <string>UIStatusBarStyleLightContent</string>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- </array>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <true/>
- <key>UTExportedTypeDeclarations</key>
- <array>
- <dict>
- <key>UTTypeConformsTo</key>
- <array>
- <string>public.movie</string>
- </array>
- <key>UTTypeDescription</key>
- <string>Matroska Video File</string>
- <key>UTTypeIconFiles</key>
- <array/>
- <key>UTTypeIdentifier</key>
- <string>com.apple.quicktime.mkv</string>
- <key>UTTypeReferenceURL</key>
- <string>http://www.matroska.org/</string>
- <key>UTTypeTagSpecification</key>
- <dict>
- <key>public.filename-extension</key>
- <array>
- <string>mkv</string>
- </array>
- </dict>
- </dict>
- <dict>
- <key>UTTypeConformsTo</key>
- <array>
- <string>public.text</string>
- </array>
- <key>UTTypeDescription</key>
- <string>SRT Subtitle Format</string>
- <key>UTTypeIconFiles</key>
- <array/>
- <key>UTTypeIdentifier</key>
- <string>com.company.srt</string>
- <key>UTTypeReferenceURL</key>
- <string></string>
- <key>UTTypeTagSpecification</key>
- <dict>
- <key>public.filename-extension</key>
- <array>
- <string>srt</string>
- </array>
- </dict>
- </dict>
- </array>
- </dict>
- </plist>
|