1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>$(DEVELOPMENT_LANGUAGE)</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>$(PRODUCT_NAME)</string>
- <key>CFBundlePackageType</key>
- <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
- <key>CFBundleShortVersionString</key>
- <string>$(MARKETING_VERSION)</string>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>NSCameraUsageDescription</key>
- <string>Video Call, Conference Room, Content Creation and Live Streaming.</string>
- <key>NSContactsUsageDescription</key>
- <string>Get File Contact from Local Dictionary for Send Message.</string>
- <key>NSDocumentsFolderUsageDescription</key>
- <string>Get File from Local Dictionary for Send Message.</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>VoIP Call, Video Call, Conference Room, and Live Streaming.</string>
- <key>NSMotionUsageDescription</key>
- <string>Service nuSDK.</string>
- <key>NSPhotoLibraryAddUsageDescription</key>
- <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>Get File Photos from Local Dictionary for Send Message and Content Creation.</string>
- <key>NSSpeechRecognitionUsageDescription</key>
- <string>Service nuSDK.</string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>whatsapp</string>
- <string>googlegmail</string>
- <string>ms-outlook</string>
- <string>readdle-spark</string>
- <string>ymail</string>
- </array>
- <key>UIAppFonts</key>
- <array>
- <string>fonts/Poppins-Light.ttf</string>
- <string>fonts/Poppins-LightItalic.ttf</string>
- <string>fonts/Poppins-Medium.ttf</string>
- <string>fonts/Poppins-MediumItalic.ttf</string>
- <string>fonts/Poppins-Regular.ttf</string>
- <string>fonts/Poppins-SemiBold.ttf</string>
- <string>fonts/Poppins-SemiBoldItalic.ttf</string>
- </array>
- </dict>
- </plist>
|