iOSClient.plist 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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>CFBundleDocumentTypes</key>
  12. <array>
  13. <dict>
  14. <key>CFBundleTypeIconFiles</key>
  15. <array>
  16. <string></string>
  17. </array>
  18. <key>CFBundleTypeName</key>
  19. <string>All files</string>
  20. <key>CFBundleTypeRole</key>
  21. <string>Viewer</string>
  22. <key>LSHandlerRank</key>
  23. <string>Default</string>
  24. <key>LSItemContentTypes</key>
  25. <array>
  26. <string>public.data</string>
  27. <string>public.content</string>
  28. <string>public.text</string>
  29. <string>public.movie</string>
  30. <string>public.audio</string>
  31. <string>public.image</string>
  32. <string>public.presentation</string>
  33. <string>public.video</string>
  34. <string>com.adobe.pdf</string>
  35. </array>
  36. </dict>
  37. </array>
  38. <key>CFBundleExecutable</key>
  39. <string>$(EXECUTABLE_NAME)</string>
  40. <key>CFBundleIdentifier</key>
  41. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  42. <key>CFBundleInfoDictionaryVersion</key>
  43. <string>6.0</string>
  44. <key>CFBundleName</key>
  45. <string>$(PRODUCT_NAME)</string>
  46. <key>CFBundlePackageType</key>
  47. <string>APPL</string>
  48. <key>CFBundleShortVersionString</key>
  49. <string>2.23.7</string>
  50. <key>CFBundleSignature</key>
  51. <string>????</string>
  52. <key>CFBundleURLTypes</key>
  53. <array>
  54. <dict>
  55. <key>CFBundleTypeRole</key>
  56. <string>Editor</string>
  57. <key>CFBundleURLName</key>
  58. <string>it.twsweb.Nextcloud</string>
  59. <key>CFBundleURLSchemes</key>
  60. <array>
  61. <string>nextcloud</string>
  62. </array>
  63. </dict>
  64. </array>
  65. <key>CFBundleVersion</key>
  66. <string>0</string>
  67. <key>FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED</key>
  68. <true/>
  69. <key>Fabric</key>
  70. <dict>
  71. <key>APIKey</key>
  72. <string>52fe877f4a4ff58868da789df0b0eb915fd94ae1</string>
  73. <key>Kits</key>
  74. <array>
  75. <dict>
  76. <key>KitInfo</key>
  77. <dict/>
  78. <key>KitName</key>
  79. <string>Crashlytics</string>
  80. </dict>
  81. </array>
  82. </dict>
  83. <key>ITSAppUsesNonExemptEncryption</key>
  84. <true/>
  85. <key>ITSEncryptionExportComplianceCode</key>
  86. <string>3b2bb0b1-fa12-43cb-a78f-0f7e1afd33df</string>
  87. <key>LSApplicationQueriesSchemes</key>
  88. <array>
  89. <string>dbapi-1</string>
  90. <string>dbapi-2</string>
  91. <string>dbapi-3</string>
  92. </array>
  93. <key>LSRequiresIPhoneOS</key>
  94. <true/>
  95. <key>LSSupportsOpeningDocumentsInPlace</key>
  96. <true/>
  97. <key>NSAppTransportSecurity</key>
  98. <dict>
  99. <key>NSAllowsArbitraryLoads</key>
  100. <true/>
  101. </dict>
  102. <key>NSCameraUsageDescription</key>
  103. <string>$(PRODUCT_NAME) requires access to the photo library for send your photos and videos to your cloud.</string>
  104. <key>NSFaceIDUsageDescription</key>
  105. <string>$(PRODUCT_NAME) requires access to the Face ID for authenticate using face recognition.</string>
  106. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  107. <string>The use of GPS is used to detect new photos from camera roll, continued use of GPS running in the background can dramatically decrease battery life.</string>
  108. <key>NSLocationAlwaysUsageDescription</key>
  109. <string>The use of GPS is used to detect new photos from camera roll, continued use of GPS running in the background can dramatically decrease battery life.</string>
  110. <key>NSLocationWhenInUseUsageDescription</key>
  111. <string>The use of 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>
  112. <key>NSMicrophoneUsageDescription</key>
  113. <string>$(PRODUCT_NAME) requires access to the photo library for send your photos and videos to your cloud.</string>
  114. <key>NSPhotoLibraryAddUsageDescription</key>
  115. <string>$(PRODUCT_NAME) requires access to the photo library for send your photos and videos to your cloud.</string>
  116. <key>NSPhotoLibraryUsageDescription</key>
  117. <string>$(PRODUCT_NAME) requires access to the photo library for send your photos and videos to your cloud.</string>
  118. <key>UIBackgroundModes</key>
  119. <array>
  120. <string>audio</string>
  121. <string>fetch</string>
  122. <string>remote-notification</string>
  123. <string>voip</string>
  124. </array>
  125. <key>UIFileSharingEnabled</key>
  126. <true/>
  127. <key>UILaunchStoryboardName</key>
  128. <string>LaunchScreen</string>
  129. <key>UIMainStoryboardFile</key>
  130. <string>Main</string>
  131. <key>UIRequiredDeviceCapabilities</key>
  132. <array>
  133. <string>armv7</string>
  134. </array>
  135. <key>UIRequiresFullScreen</key>
  136. <false/>
  137. <key>UIStatusBarHidden</key>
  138. <false/>
  139. <key>UIStatusBarStyle</key>
  140. <string>UIStatusBarStyleLightContent</string>
  141. <key>UISupportedInterfaceOrientations</key>
  142. <array>
  143. <string>UIInterfaceOrientationPortrait</string>
  144. <string>UIInterfaceOrientationLandscapeLeft</string>
  145. <string>UIInterfaceOrientationLandscapeRight</string>
  146. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  147. </array>
  148. <key>UISupportsDocumentBrowser</key>
  149. <true/>
  150. <key>UIViewControllerBasedStatusBarAppearance</key>
  151. <false/>
  152. </dict>
  153. </plist>