Info.plist 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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>CFBundleExecutable</key>
  8. <string>$(EXECUTABLE_NAME)</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleName</key>
  14. <string>$(PRODUCT_NAME)</string>
  15. <key>CFBundlePackageType</key>
  16. <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>$(MARKETING_VERSION)</string>
  19. <key>CFBundleVersion</key>
  20. <string>$(CURRENT_PROJECT_VERSION)</string>
  21. <key>NSCameraUsageDescription</key>
  22. <string>Video Call, Conference Room, Content Creation and Live Streaming.</string>
  23. <key>NSLocationWhenInUseUsageDescription</key>
  24. <string>Access Location For Multiple Login.</string>
  25. <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
  26. <string>Access Location For Multiple Login.</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>NSAppTransportSecurity</key>
  42. <dict>
  43. <key>NSAllowsArbitraryLoads</key>
  44. <true/>
  45. </dict>
  46. <key>NSUserActivityTypes</key>
  47. <array>
  48. <string>INSendMessageIntent</string>
  49. </array>
  50. <key>LSApplicationQueriesSchemes</key>
  51. <array>
  52. <string>whatsapp</string>
  53. <string>googlegmail</string>
  54. <string>ms-outlook</string>
  55. <string>readdle-spark</string>
  56. <string>ymail</string>
  57. </array>
  58. <key>UIViewControllerBasedStatusBarAppearance</key>
  59. <true/>
  60. <key>UIUserInterfaceStyle</key>
  61. <string>Automatic</string>
  62. <key>UIBackgroundModes</key>
  63. <array>
  64. <string>audio</string>
  65. <string>bluetooth-central</string>
  66. <string>bluetooth-peripheral</string>
  67. <string>external-accessory</string>
  68. <string>fetch</string>
  69. <string>processing</string>
  70. <string>remote-notification</string>
  71. <string>voip</string>
  72. </array>
  73. <key>UIAppFonts</key>
  74. <array>
  75. <string>fonts/Poppins-Light.ttf</string>
  76. <string>fonts/Poppins-LightItalic.ttf</string>
  77. <string>fonts/Poppins-Medium.ttf</string>
  78. <string>fonts/Poppins-MediumItalic.ttf</string>
  79. <string>fonts/Poppins-Regular.ttf</string>
  80. <string>fonts/Poppins-SemiBold.ttf</string>
  81. <string>fonts/Poppins-SemiBoldItalic.ttf</string>
  82. </array>
  83. </dict>
  84. </plist>