You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Info.plist 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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>Jitsi Meet</string>
  9. <key>CFBundleExecutable</key>
  10. <string>$(EXECUTABLE_NAME)</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>$(PRODUCT_NAME)</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>21.0.0</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleURLTypes</key>
  24. <array>
  25. <dict>
  26. <key>CFBundleTypeRole</key>
  27. <string>Viewer</string>
  28. <key>CFBundleURLName</key>
  29. <string>org.jitsi.meet</string>
  30. <key>CFBundleURLSchemes</key>
  31. <array>
  32. <string>org.jitsi.meet</string>
  33. </array>
  34. </dict>
  35. <dict>
  36. <key>CFBundleTypeRole</key>
  37. <string>Editor</string>
  38. <key>CFBundleURLName</key>
  39. <string>com.googleusercontent.apps</string>
  40. <key>CFBundleURLSchemes</key>
  41. <array>
  42. <string>com.googleusercontent.apps.your-id-here</string>
  43. </array>
  44. </dict>
  45. </array>
  46. <key>CFBundleVersion</key>
  47. <string>1</string>
  48. <key>FirebaseCrashlyticsCollectionEnabled</key>
  49. <string>false</string>
  50. <key>FirebaseScreenReportingEnabled</key>
  51. <false/>
  52. <key>ITSAppUsesNonExemptEncryption</key>
  53. <false/>
  54. <key>LSRequiresIPhoneOS</key>
  55. <true/>
  56. <key>NSAppTransportSecurity</key>
  57. <dict>
  58. <key>NSExceptionDomains</key>
  59. <dict>
  60. <key>localhost</key>
  61. <dict>
  62. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  63. <true/>
  64. </dict>
  65. </dict>
  66. </dict>
  67. <key>NSCalendarsUsageDescription</key>
  68. <string>See your scheduled meetings in the app.</string>
  69. <key>NSCameraUsageDescription</key>
  70. <string>Participate in meetings with video.</string>
  71. <key>NSLocalNetworkUsageDescription</key>
  72. <string>Local network is used for establishing Peer-to-Peer connections.</string>
  73. <key>NSMicrophoneUsageDescription</key>
  74. <string>Participate in meetings with voice.</string>
  75. <key>NSUserActivityTypes</key>
  76. <array>
  77. <string>org.jitsi.JitsiMeet.ios.conference</string>
  78. </array>
  79. <key>RTCAppGroupIdentifier</key>
  80. <string>group.org.jitsi.meet.appgroup</string>
  81. <key>RTCScreenSharingExtension</key>
  82. <string>org.jitsi.meet.broadcast.extension</string>
  83. <key>UIBackgroundModes</key>
  84. <array>
  85. <string>audio</string>
  86. <string>fetch</string>
  87. <string>voip</string>
  88. </array>
  89. <key>UILaunchStoryboardName</key>
  90. <string>LaunchScreen</string>
  91. <key>UIMainStoryboardFile</key>
  92. <string>Main</string>
  93. <key>UIRequiredDeviceCapabilities</key>
  94. <array>
  95. <string>armv7</string>
  96. </array>
  97. <key>UIStatusBarStyle</key>
  98. <string>UIStatusBarStyleLightContent</string>
  99. <key>UISupportedInterfaceOrientations</key>
  100. <array>
  101. <string>UIInterfaceOrientationLandscapeLeft</string>
  102. <string>UIInterfaceOrientationLandscapeRight</string>
  103. <string>UIInterfaceOrientationPortrait</string>
  104. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  105. </array>
  106. <key>UIViewControllerBasedStatusBarAppearance</key>
  107. <false/>
  108. </dict>
  109. </plist>