Info.plist 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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>$(DEVELOPMENT_LANGUAGE)</string>
  7. <key>CFBundleDisplayName</key>
  8. <string>AppBuilder</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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
  19. <key>CFBundleShortVersionString</key>
  20. <string>$(MARKETING_VERSION)</string>
  21. <key>CFBundleVersion</key>
  22. <string>$(CURRENT_PROJECT_VERSION)</string>
  23. <key>LSRequiresIPhoneOS</key>
  24. <true/>
  25. <key>NSCameraUsageDescription</key>
  26. <string>Video Call, Conference Room, Content Creation and Live Streaming.</string>
  27. <key>NSContactsUsageDescription</key>
  28. <string>Get File Contact from Local Dictionary for Send Message.</string>
  29. <key>NSDocumentsFolderUsageDescription</key>
  30. <string>Get File from Local Dictionary for Send Message.</string>
  31. <key>NSMicrophoneUsageDescription</key>
  32. <string>VoIP Call, Video Call, Conference Room, and Live Streaming.</string>
  33. <key>NSMotionUsageDescription</key>
  34. <string>Service nuSDK.</string>
  35. <key>NSPhotoLibraryAddUsageDescription</key>
  36. <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
  37. <key>NSPhotoLibraryUsageDescription</key>
  38. <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
  39. <key>NSSpeechRecognitionUsageDescription</key>
  40. <string>Used for speech recognition features.</string>
  41. <key>UIAppFonts</key>
  42. <array>
  43. <string>Poppins-Light.ttf</string>
  44. <string>Poppins-Medium.ttf</string>
  45. <string>Poppins-SemiBoldItalic.ttf</string>
  46. <string>Poppins-Regular.ttf</string>
  47. <string>Poppins-LightItalic.ttf</string>
  48. <string>Poppins-SemiBold.ttf</string>
  49. <string>Poppins-MediumItalic.ttf</string>
  50. </array>
  51. <key>UIApplicationSceneManifest</key>
  52. <dict>
  53. <key>UIApplicationSupportsMultipleScenes</key>
  54. <false/>
  55. <key>UISceneConfigurations</key>
  56. <dict>
  57. <key>UIWindowSceneSessionRoleApplication</key>
  58. <array>
  59. <dict>
  60. <key>UISceneConfigurationName</key>
  61. <string>Default Configuration</string>
  62. <key>UISceneDelegateClassName</key>
  63. <string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
  64. <key>UISceneStoryboardFile</key>
  65. <string>Main</string>
  66. </dict>
  67. </array>
  68. </dict>
  69. </dict>
  70. <key>UIApplicationSupportsIndirectInputEvents</key>
  71. <true/>
  72. <key>UIBackgroundModes</key>
  73. <array>
  74. <string>fetch</string>
  75. <string>location</string>
  76. <string>processing</string>
  77. <string>remote-notification</string>
  78. <string>voip</string>
  79. </array>
  80. <key>UILaunchStoryboardName</key>
  81. <string>LaunchScreen</string>
  82. <key>UIMainStoryboardFile</key>
  83. <string>Main</string>
  84. <key>UIRequiredDeviceCapabilities</key>
  85. <array>
  86. <string>armv7</string>
  87. </array>
  88. <key>UISupportedInterfaceOrientations</key>
  89. <array>
  90. <string>UIInterfaceOrientationPortrait</string>
  91. </array>
  92. <key>UISupportedInterfaceOrientations~ipad</key>
  93. <array>
  94. <string>UIInterfaceOrientationPortrait</string>
  95. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  96. <string>UIInterfaceOrientationLandscapeLeft</string>
  97. <string>UIInterfaceOrientationLandscapeRight</string>
  98. </array>
  99. <key>UIUserInterfaceStyle</key>
  100. <string>Light</string>
  101. </dict>
  102. </plist>