Threema-Info.plist 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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>CFBundleDevelopmentRegion</key>
  6. <string>en</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>${PRODUCT_NAME}</string>
  9. <key>CFBundleDocumentTypes</key>
  10. <array>
  11. <dict>
  12. <key>CFBundleTypeIconFiles</key>
  13. <array/>
  14. <key>CFBundleTypeName</key>
  15. <string>image</string>
  16. <key>LSHandlerRank</key>
  17. <string>Default</string>
  18. <key>LSItemContentTypes</key>
  19. <array>
  20. <string>public.image</string>
  21. </array>
  22. </dict>
  23. <dict>
  24. <key>CFBundleTypeIconFiles</key>
  25. <array/>
  26. <key>CFBundleTypeName</key>
  27. <string>wildcard</string>
  28. <key>LSHandlerRank</key>
  29. <string>Default</string>
  30. <key>LSItemContentTypes</key>
  31. <array>
  32. <string>public.data</string>
  33. <string>public.content</string>
  34. </array>
  35. </dict>
  36. </array>
  37. <key>CFBundleExecutable</key>
  38. <string>${EXECUTABLE_NAME}</string>
  39. <key>CFBundleIdentifier</key>
  40. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  41. <key>CFBundleInfoDictionaryVersion</key>
  42. <string>6.0</string>
  43. <key>CFBundleName</key>
  44. <string>${PRODUCT_NAME}</string>
  45. <key>CFBundlePackageType</key>
  46. <string>APPL</string>
  47. <key>CFBundleShortVersionString</key>
  48. <string>$(VERSION_NUMBER)</string>
  49. <key>CFBundleSignature</key>
  50. <string>????</string>
  51. <key>CFBundleURLTypes</key>
  52. <array>
  53. <dict>
  54. <key>CFBundleURLName</key>
  55. <string>ch.threema.urlscheme</string>
  56. <key>CFBundleURLSchemes</key>
  57. <array>
  58. <string>threema</string>
  59. </array>
  60. </dict>
  61. </array>
  62. <key>CFBundleVersion</key>
  63. <string>$(CURRENT_PROJECT_VERSION)</string>
  64. <key>ITSAppUsesNonExemptEncryption</key>
  65. <true/>
  66. <key>ITSEncryptionExportComplianceCode</key>
  67. <string>fb225681-2943-4538-98e8-732e6ac4cd2e</string>
  68. <key>LSApplicationQueriesSchemes</key>
  69. <array>
  70. <string>threemawork</string>
  71. </array>
  72. <key>LSRequiresIPhoneOS</key>
  73. <true/>
  74. <key>LSSupportsOpeningDocumentsInPlace</key>
  75. <false/>
  76. <key>NSCameraUsageDescription</key>
  77. <string>Your camera is used when you take a photo or video and send it in a chat, and to scan QR codes.</string>
  78. <key>NSContactsUsageDescription</key>
  79. <string>Contacts are used to find other Threema users when synchronization is on. Hashes of the phone numbers and email addresses will be uploaded to a Threema server for this purpose. This information is not stored on the servers.</string>
  80. <key>NSFaceIDUsageDescription</key>
  81. <string>You can use Face ID to unlock Threema without entering your code.</string>
  82. <key>NSLocationWhenInUseUsageDescription</key>
  83. <string>Your location is used when you send it in a chat, and to display your own location on a map.</string>
  84. <key>NSMicrophoneUsageDescription</key>
  85. <string>The microphone is used to record audio messages.</string>
  86. <key>NSPhotoLibraryAddUsageDescription</key>
  87. <string>Threema can automatically save incoming media to the photo library.</string>
  88. <key>NSPhotoLibraryUsageDescription</key>
  89. <string>Your photo library is used when you pick an image from it and send it in a chat.</string>
  90. <key>NSUserActivityTypes</key>
  91. <array>
  92. <string>INStartAudioCallIntent</string>
  93. </array>
  94. <key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key>
  95. <true/>
  96. <key>SentryClientDsn</key>
  97. <string>https://47b97e0e68ce4ce98dbd619b541ad330@bugs.threema.ch/2</string>
  98. <key>ThreemaMaxGroupMembers</key>
  99. <integer>100</integer>
  100. <key>ThreemaVersionSuffix</key>
  101. <string></string>
  102. <key>UIApplicationShortcutItems</key>
  103. <array>
  104. <dict>
  105. <key>UIApplicationShortcutItemIconType</key>
  106. <string>UIApplicationShortcutIconTypeAdd</string>
  107. <key>UIApplicationShortcutItemTitle</key>
  108. <string>New message</string>
  109. <key>UIApplicationShortcutItemType</key>
  110. <string>ch.threema.newmessage</string>
  111. <key>UIApplicationShortcutItemUserInfo</key>
  112. <dict>
  113. <key>secondShortcutKey1</key>
  114. <string>v1</string>
  115. </dict>
  116. </dict>
  117. <dict>
  118. <key>UIApplicationShortcutItemIconFile</key>
  119. <string>TabBar-Id</string>
  120. <key>UIApplicationShortcutItemTitle</key>
  121. <string>My ID</string>
  122. <key>UIApplicationShortcutItemType</key>
  123. <string>ch.threema.myid</string>
  124. <key>UIApplicationShortcutItemUserInfo</key>
  125. <dict>
  126. <key>secondShortcutKey1</key>
  127. <string>v1</string>
  128. </dict>
  129. </dict>
  130. <dict>
  131. <key>UIApplicationShortcutItemIconFile</key>
  132. <string>QRScan</string>
  133. <key>UIApplicationShortcutItemTitle</key>
  134. <string>Scan QR code</string>
  135. <key>UIApplicationShortcutItemType</key>
  136. <string>ch.threema.scanid</string>
  137. <key>UIApplicationShortcutItemUserInfo</key>
  138. <dict>
  139. <key>secondShortcutKey1</key>
  140. <string>v1</string>
  141. </dict>
  142. </dict>
  143. </array>
  144. <key>UIBackgroundModes</key>
  145. <array>
  146. <string>voip</string>
  147. <string>audio</string>
  148. <string>fetch</string>
  149. <string>remote-notification</string>
  150. </array>
  151. <key>UIFileSharingEnabled</key>
  152. <true/>
  153. <key>UILaunchStoryboardName</key>
  154. <string>ThreemaLaunchScreen</string>
  155. <key>UIPrerenderedIcon</key>
  156. <true/>
  157. <key>UIRequiredDeviceCapabilities</key>
  158. <array>
  159. <string>armv7</string>
  160. </array>
  161. <key>UIRequiresFullScreen</key>
  162. <true/>
  163. <key>UIStatusBarHidden</key>
  164. <true/>
  165. <key>UISupportedInterfaceOrientations</key>
  166. <array>
  167. <string>UIInterfaceOrientationPortrait</string>
  168. <string>UIInterfaceOrientationLandscapeLeft</string>
  169. <string>UIInterfaceOrientationLandscapeRight</string>
  170. </array>
  171. <key>UISupportedInterfaceOrientations~ipad</key>
  172. <array>
  173. <string>UIInterfaceOrientationPortrait</string>
  174. <string>UIInterfaceOrientationLandscapeLeft</string>
  175. <string>UIInterfaceOrientationLandscapeRight</string>
  176. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  177. </array>
  178. <key>UIViewControllerBasedStatusBarAppearance</key>
  179. <true/>
  180. </dict>
  181. </plist>