Info.plist 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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>BGTaskSchedulerPermittedIdentifiers</key>
  6. <array>
  7. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  8. <string>$(PRODUCT_BUNDLE_IDENTIFIER).refresh</string>
  9. </array>
  10. <key>CFBundleDevelopmentRegion</key>
  11. <string>en</string>
  12. <key>CFBundleDisplayName</key>
  13. <string>SX Rooms</string>
  14. <key>CFBundleExecutable</key>
  15. <string>$(EXECUTABLE_NAME)</string>
  16. <key>CFBundleIdentifier</key>
  17. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  18. <key>CFBundleInfoDictionaryVersion</key>
  19. <string>6.0</string>
  20. <key>CFBundleName</key>
  21. <string>$(PRODUCT_NAME)</string>
  22. <key>CFBundlePackageType</key>
  23. <string>APPL</string>
  24. <key>CFBundleShortVersionString</key>
  25. <string>$(MARKETING_VERSION)</string>
  26. <key>CFBundleURLTypes</key>
  27. <array>
  28. <dict>
  29. <key>CFBundleTypeRole</key>
  30. <string>Editor</string>
  31. <key>CFBundleURLName</key>
  32. <string>com.nextcloud.Talk</string>
  33. <key>CFBundleURLSchemes</key>
  34. <array>
  35. <string>nextcloudtalk</string>
  36. </array>
  37. </dict>
  38. </array>
  39. <key>CFBundleVersion</key>
  40. <string>$(CURRENT_PROJECT_VERSION)</string>
  41. <key>ITSAppUsesNonExemptEncryption</key>
  42. <false/>
  43. <key>LSApplicationQueriesSchemes</key>
  44. <array>
  45. <string>nextcloud</string>
  46. <string>nextcloudnotes</string>
  47. <string>firefox</string>
  48. </array>
  49. <key>LSRequiresIPhoneOS</key>
  50. <true/>
  51. <key>LSSupportsOpeningDocumentsInPlace</key>
  52. <true/>
  53. <key>NSCameraUsageDescription</key>
  54. <string>Camera is used in video calls</string>
  55. <key>NSContactsUsageDescription</key>
  56. <string>Contacts access is needed to match your address book contacts with contacts in your server</string>
  57. <key>NSLocationWhenInUseUsageDescription</key>
  58. <string>It is needed to share your location with others</string>
  59. <key>NSMicrophoneUsageDescription</key>
  60. <string>Microphone is used in voice and video calls</string>
  61. <key>NSPhotoLibraryUsageDescription</key>
  62. <string>Photo Library access is needed to share pictures and videos from your device</string>
  63. <key>NSSpeechRecognitionUsageDescription</key>
  64. <string>Speech Recognition access is needed to transcribe a voice message to text using on-device recognition</string>
  65. <key>NSUserActivityTypes</key>
  66. <array>
  67. <string>INSendMessageIntent</string>
  68. </array>
  69. <key>UIBackgroundModes</key>
  70. <array>
  71. <string>audio</string>
  72. <string>fetch</string>
  73. <string>processing</string>
  74. <string>remote-notification</string>
  75. <string>voip</string>
  76. </array>
  77. <key>UIFileSharingEnabled</key>
  78. <true/>
  79. <key>UILaunchStoryboardName</key>
  80. <string>LaunchScreen</string>
  81. <key>UIMainStoryboardFile</key>
  82. <string>Main</string>
  83. <key>UIRequiredDeviceCapabilities</key>
  84. <array>
  85. <string>armv7</string>
  86. </array>
  87. <key>UIStatusBarStyle</key>
  88. <string>UIStatusBarStyleLightContent</string>
  89. <key>UIStatusBarTintParameters</key>
  90. <dict>
  91. <key>UINavigationBar</key>
  92. <dict>
  93. <key>Style</key>
  94. <string>UIBarStyleDefault</string>
  95. <key>Translucent</key>
  96. <false/>
  97. </dict>
  98. </dict>
  99. <key>UISupportedInterfaceOrientations</key>
  100. <array>
  101. <string>UIInterfaceOrientationPortrait</string>
  102. <string>UIInterfaceOrientationLandscapeLeft</string>
  103. <string>UIInterfaceOrientationLandscapeRight</string>
  104. </array>
  105. <key>UISupportedInterfaceOrientations~ipad</key>
  106. <array>
  107. <string>UIInterfaceOrientationPortrait</string>
  108. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  109. <string>UIInterfaceOrientationLandscapeLeft</string>
  110. <string>UIInterfaceOrientationLandscapeRight</string>
  111. </array>
  112. <key>UIViewControllerBasedStatusBarAppearance</key>
  113. <true/>
  114. </dict>
  115. </plist>