iOSClient.plist 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleAllowMixedLocalizations</key>
  6. <true/>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>en</string>
  9. <key>CFBundleDisplayName</key>
  10. <string>Nextcloud</string>
  11. <key>CFBundleExecutable</key>
  12. <string>$(EXECUTABLE_NAME)</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  15. <key>CFBundleInfoDictionaryVersion</key>
  16. <string>6.0</string>
  17. <key>CFBundleName</key>
  18. <string>$(PRODUCT_NAME)</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>$(MARKETING_VERSION)</string>
  23. <key>CFBundleSignature</key>
  24. <string>????</string>
  25. <key>CFBundleURLTypes</key>
  26. <array>
  27. <dict>
  28. <key>CFBundleTypeRole</key>
  29. <string>Editor</string>
  30. <key>CFBundleURLName</key>
  31. <string>it.twsweb.Nextcloud</string>
  32. <key>CFBundleURLSchemes</key>
  33. <array>
  34. <string>nextcloud</string>
  35. </array>
  36. </dict>
  37. </array>
  38. <key>CFBundleVersion</key>
  39. <string>$(CURRENT_PROJECT_VERSION)</string>
  40. <key>ITSAppUsesNonExemptEncryption</key>
  41. <true/>
  42. <key>ITSEncryptionExportComplianceCode</key>
  43. <string>3b2bb0b1-fa12-43cb-a78f-0f7e1afd33df</string>
  44. <key>LSRequiresIPhoneOS</key>
  45. <true/>
  46. <key>LSSupportsOpeningDocumentsInPlace</key>
  47. <true/>
  48. <key>NSAppTransportSecurity</key>
  49. <dict>
  50. <key>NSAllowsArbitraryLoads</key>
  51. <true/>
  52. </dict>
  53. <key>NSCameraUsageDescription</key>
  54. <string>Camera access is required to scan documents and make photo and video.</string>
  55. <key>NSFaceIDUsageDescription</key>
  56. <string>Face ID is required to authenticate using face recognition.</string>
  57. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  58. <string>GPS is used to detect new photos from camera roll, continued use of GPS running in the background can dramatically decrease battery life.</string>
  59. <key>NSLocationAlwaysUsageDescription</key>
  60. <string>GPS is used to detect new photos from camera roll, continued use of GPS running in the background can dramatically decrease battery life.</string>
  61. <key>NSLocationWhenInUseUsageDescription</key>
  62. <string>GPS is used to detect new photos from camera roll on background, the use of GPS only when the App is in use is useless.</string>
  63. <key>NSMicrophoneUsageDescription</key>
  64. <string>Microphone access is required to create voice notes.</string>
  65. <key>NSPhotoLibraryAddUsageDescription</key>
  66. <string>Photo library access is required to upload your photos and videos to your cloud.</string>
  67. <key>NSPhotoLibraryUsageDescription</key>
  68. <string>Photo library access is required to upload your photos and videos to your cloud.</string>
  69. <key>UIBackgroundModes</key>
  70. <array>
  71. <string>audio</string>
  72. <string>fetch</string>
  73. <string>remote-notification</string>
  74. </array>
  75. <key>UIFileSharingEnabled</key>
  76. <true/>
  77. <key>UILaunchStoryboardName</key>
  78. <string>LaunchScreen</string>
  79. <key>UIMainStoryboardFile</key>
  80. <string>Main</string>
  81. <key>UIRequiredDeviceCapabilities</key>
  82. <array>
  83. <string>armv7</string>
  84. </array>
  85. <key>UIRequiresFullScreen</key>
  86. <false/>
  87. <key>UIStatusBarHidden</key>
  88. <false/>
  89. <key>UIStatusBarStyle</key>
  90. <string>UIStatusBarStyleLightContent</string>
  91. <key>UISupportedInterfaceOrientations</key>
  92. <array>
  93. <string>UIInterfaceOrientationPortrait</string>
  94. <string>UIInterfaceOrientationLandscapeLeft</string>
  95. <string>UIInterfaceOrientationLandscapeRight</string>
  96. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  97. </array>
  98. <key>UISupportsDocumentBrowser</key>
  99. <true/>
  100. <key>UIViewControllerBasedStatusBarAppearance</key>
  101. <true/>
  102. </dict>
  103. </plist>