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