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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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>1.4</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. </array>
  36. <key>CFBundleVersion</key>
  37. <string>1</string>
  38. <key>ITSAppUsesNonExemptEncryption</key>
  39. <false/>
  40. <key>LSRequiresIPhoneOS</key>
  41. <true/>
  42. <key>NSAppTransportSecurity</key>
  43. <dict>
  44. <key>NSExceptionDomains</key>
  45. <dict>
  46. <key>beta.meet.jit.si</key>
  47. <dict>
  48. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  49. <true/>
  50. </dict>
  51. <key>localhost</key>
  52. <dict>
  53. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  54. <true/>
  55. </dict>
  56. </dict>
  57. </dict>
  58. <key>NSCameraUsageDescription</key>
  59. <string>Participate in conferences with video.</string>
  60. <key>NSLocationWhenInUseUsageDescription</key>
  61. <string></string>
  62. <key>NSMicrophoneUsageDescription</key>
  63. <string>Participate in conferences with audio.</string>
  64. <key>UIAppFonts</key>
  65. <array>
  66. <string>jitsi.ttf</string>
  67. <string>FontAwesome.ttf</string>
  68. </array>
  69. <key>UIBackgroundModes</key>
  70. <array>
  71. <string>audio</string>
  72. <string>fetch</string>
  73. <string>voip</string>
  74. </array>
  75. <key>UILaunchStoryboardName</key>
  76. <string>LaunchScreen</string>
  77. <key>UIRequiredDeviceCapabilities</key>
  78. <array>
  79. <string>armv7</string>
  80. </array>
  81. <key>UIStatusBarStyle</key>
  82. <string>UIStatusBarStyleLightContent</string>
  83. <key>UISupportedInterfaceOrientations</key>
  84. <array>
  85. <string>UIInterfaceOrientationLandscapeLeft</string>
  86. <string>UIInterfaceOrientationLandscapeRight</string>
  87. <string>UIInterfaceOrientationPortrait</string>
  88. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  89. </array>
  90. <key>UIViewControllerBasedStatusBarAppearance</key>
  91. <false/>
  92. </dict>
  93. </plist>