Info.plist 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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>UIAppFonts</key>
  38. <array>
  39. <string>fonts/Poppins-Light.ttf</string>
  40. <string>fonts/Poppins-LightItalic.ttf</string>
  41. <string>fonts/Poppins-Medium.ttf</string>
  42. <string>fonts/Poppins-MediumItalic.ttf</string>
  43. <string>fonts/Poppins-Regular.ttf</string>
  44. <string>fonts/Poppins-SemiBold.ttf</string>
  45. <string>fonts/Poppins-SemiBoldItalic.ttf</string>
  46. </array>
  47. </dict>
  48. </plist>