ThreemaForWork-Info.plist 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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>CFBundleTypeRole</key>
  55. <string>Editor</string>
  56. <key>CFBundleURLName</key>
  57. <string>ch.threemawork.urlscheme</string>
  58. <key>CFBundleURLSchemes</key>
  59. <array>
  60. <string>threemawork</string>
  61. </array>
  62. </dict>
  63. </array>
  64. <key>CFBundleVersion</key>
  65. <string>$(BUILD_NUMBER)</string>
  66. <key>ITSAppUsesNonExemptEncryption</key>
  67. <true/>
  68. <key>ITSEncryptionExportComplianceCode</key>
  69. <string>42516de1-bbb1-4524-8c2c-e17f7a522fbd</string>
  70. <key>LSApplicationQueriesSchemes</key>
  71. <array>
  72. <string>threema</string>
  73. </array>
  74. <key>LSRequiresIPhoneOS</key>
  75. <true/>
  76. <key>LSSupportsOpeningDocumentsInPlace</key>
  77. <false/>
  78. <key>NSCameraUsageDescription</key>
  79. <string>Your camera is used when you take a photo or video and send it in a chat, and to scan QR codes.</string>
  80. <key>NSContactsUsageDescription</key>
  81. <string>Contacts are used to find other Threema users when synchronization is on.</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>NSPhotoLibraryUsageDescription</key>
  87. <string>Your photo library is used when you pick an image from it and send it in a chat.</string>
  88. <key>SentryClientDsn</key>
  89. <string>https://e9f51a03f5e5461896e0208c2f54bcf4@bugs.threema.ch/4</string>
  90. <key>ThreemaMaxGroupMembers</key>
  91. <integer>100</integer>
  92. <key>ThreemaVersionSuffix</key>
  93. <string>k</string>
  94. <key>UIApplicationShortcutItems</key>
  95. <array>
  96. <dict>
  97. <key>UIApplicationShortcutItemIconType</key>
  98. <string>UIApplicationShortcutIconTypeAdd</string>
  99. <key>UIApplicationShortcutItemTitle</key>
  100. <string>New message</string>
  101. <key>UIApplicationShortcutItemType</key>
  102. <string>ch.threema.newmessage</string>
  103. <key>UIApplicationShortcutItemUserInfo</key>
  104. <dict>
  105. <key>secondShortcutKey1</key>
  106. <string>v1</string>
  107. </dict>
  108. </dict>
  109. <dict>
  110. <key>UIApplicationShortcutItemIconFile</key>
  111. <string>TabBar-Id</string>
  112. <key>UIApplicationShortcutItemTitle</key>
  113. <string>My ID</string>
  114. <key>UIApplicationShortcutItemType</key>
  115. <string>ch.threema.myid</string>
  116. <key>UIApplicationShortcutItemUserInfo</key>
  117. <dict>
  118. <key>secondShortcutKey1</key>
  119. <string>v1</string>
  120. </dict>
  121. </dict>
  122. <dict>
  123. <key>UIApplicationShortcutItemIconFile</key>
  124. <string>QRScan</string>
  125. <key>UIApplicationShortcutItemTitle</key>
  126. <string>Scan QR code</string>
  127. <key>UIApplicationShortcutItemType</key>
  128. <string>ch.threema.scanid</string>
  129. <key>UIApplicationShortcutItemUserInfo</key>
  130. <dict>
  131. <key>secondShortcutKey1</key>
  132. <string>v1</string>
  133. </dict>
  134. </dict>
  135. </array>
  136. <key>UIBackgroundModes</key>
  137. <array>
  138. <string>audio</string>
  139. <string>fetch</string>
  140. <string>remote-notification</string>
  141. <string>voip</string>
  142. </array>
  143. <key>UIFileSharingEnabled</key>
  144. <true/>
  145. <key>UILaunchStoryboardName</key>
  146. <string>ThreemaWorkLaunchScreen</string>
  147. <key>UIPrerenderedIcon</key>
  148. <true/>
  149. <key>UIRequiredDeviceCapabilities</key>
  150. <array>
  151. <string>armv7</string>
  152. </array>
  153. <key>UIRequiresFullScreen</key>
  154. <true/>
  155. <key>UIStatusBarHidden</key>
  156. <true/>
  157. <key>UISupportedInterfaceOrientations</key>
  158. <array>
  159. <string>UIInterfaceOrientationPortrait</string>
  160. <string>UIInterfaceOrientationLandscapeLeft</string>
  161. <string>UIInterfaceOrientationLandscapeRight</string>
  162. </array>
  163. <key>UISupportedInterfaceOrientations~ipad</key>
  164. <array>
  165. <string>UIInterfaceOrientationPortrait</string>
  166. <string>UIInterfaceOrientationLandscapeLeft</string>
  167. <string>UIInterfaceOrientationLandscapeRight</string>
  168. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  169. </array>
  170. <key>UIViewControllerBasedStatusBarAppearance</key>
  171. <true/>
  172. </dict>
  173. </plist>