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 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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.0</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleVersion</key>
  24. <string>1</string>
  25. <key>Fabric</key>
  26. <dict>
  27. <key>APIKey</key>
  28. <string>a8ae24a58302ba79da1d312138e941f6b86e3242</string>
  29. <key>Kits</key>
  30. <array>
  31. <dict>
  32. <key>KitInfo</key>
  33. <dict/>
  34. <key>KitName</key>
  35. <string>Crashlytics</string>
  36. </dict>
  37. </array>
  38. </dict>
  39. <key>ITSAppUsesNonExemptEncryption</key>
  40. <false/>
  41. <key>LSRequiresIPhoneOS</key>
  42. <true/>
  43. <key>NSAppTransportSecurity</key>
  44. <dict>
  45. <key>NSExceptionDomains</key>
  46. <dict>
  47. <key>beta.meet.jit.si</key>
  48. <dict>
  49. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  50. <true/>
  51. </dict>
  52. <key>localhost</key>
  53. <dict>
  54. <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
  55. <true/>
  56. </dict>
  57. </dict>
  58. </dict>
  59. <key>NSCameraUsageDescription</key>
  60. <string></string>
  61. <key>NSLocationWhenInUseUsageDescription</key>
  62. <string></string>
  63. <key>NSMicrophoneUsageDescription</key>
  64. <string></string>
  65. <key>UIAppFonts</key>
  66. <array>
  67. <string>jitsi.ttf</string>
  68. <string>FontAwesome.ttf</string>
  69. </array>
  70. <key>UIBackgroundModes</key>
  71. <array>
  72. <string>audio</string>
  73. <string>fetch</string>
  74. <string>voip</string>
  75. </array>
  76. <key>UILaunchStoryboardName</key>
  77. <string>LaunchScreen</string>
  78. <key>UIRequiredDeviceCapabilities</key>
  79. <array>
  80. <string>armv7</string>
  81. </array>
  82. <key>UISupportedInterfaceOrientations</key>
  83. <array>
  84. <string>UIInterfaceOrientationPortrait</string>
  85. <string>UIInterfaceOrientationLandscapeLeft</string>
  86. <string>UIInterfaceOrientationLandscapeRight</string>
  87. </array>
  88. <key>UIViewControllerBasedStatusBarAppearance</key>
  89. <false/>
  90. </dict>
  91. </plist>