Info.plist 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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>NSContactsUsageDescription</key>
  24. <string>Get File Contact from Local Dictionary for Send Message.</string>
  25. <key>NSDocumentsFolderUsageDescription</key>
  26. <string>Get File from Local Dictionary for Send Message.</string>
  27. <key>NSMicrophoneUsageDescription</key>
  28. <string>VoIP Call, Video Call, Conference Room, and Live Streaming.</string>
  29. <key>NSMotionUsageDescription</key>
  30. <string>Service nuSDK.</string>
  31. <key>NSPhotoLibraryAddUsageDescription</key>
  32. <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
  33. <key>NSPhotoLibraryUsageDescription</key>
  34. <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
  35. <key>NSSpeechRecognitionUsageDescription</key>
  36. <string>Service nuSDK.</string>
  37. <key>LSApplicationQueriesSchemes</key>
  38. <array>
  39. <string>whatsapp</string>
  40. <string>googlegmail</string>
  41. <string>ms-outlook</string>
  42. <string>readdle-spark</string>
  43. <string>ymail</string>
  44. </array>
  45. <key>UIAppFonts</key>
  46. <array>
  47. <string>fonts/Poppins-Light.ttf</string>
  48. <string>fonts/Poppins-LightItalic.ttf</string>
  49. <string>fonts/Poppins-Medium.ttf</string>
  50. <string>fonts/Poppins-MediumItalic.ttf</string>
  51. <string>fonts/Poppins-Regular.ttf</string>
  52. <string>fonts/Poppins-SemiBold.ttf</string>
  53. <string>fonts/Poppins-SemiBoldItalic.ttf</string>
  54. </array>
  55. </dict>
  56. </plist>