You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.7 KiB
84 lines
2.7 KiB
<?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>UIAppFonts</key> |
|
<array> |
|
<string>MaterialIcons.ttf</string> |
|
<string>SimpleLineIcons.ttf</string> |
|
<string>EvilIcons.ttf</string> |
|
<string>Zocial.ttf</string> |
|
<string>FontAwesome.ttf</string> |
|
<string>FontAwesome5_Regular.ttf</string> |
|
<string>FontAwesome5_Solid.ttf</string> |
|
<string>Ionicons.ttf</string> |
|
<string>Foundation.ttf</string> |
|
<string>AntDesign.ttf</string> |
|
<string>MaterialCommunityIcons.ttf</string> |
|
<string>FontAwesome5_Brands.ttf</string> |
|
<string>Entypo.ttf</string> |
|
<string>Feather.ttf</string> |
|
<string>Octicons.ttf</string> |
|
<string>Fontisto.ttf</string> |
|
</array> |
|
<key>NSCameraUsageDescription</key> |
|
<string>Your message to user when the camera is accessed for the first time</string> |
|
|
|
<!-- Include this only if you are planning to use the camera roll --> |
|
<key>NSPhotoLibraryUsageDescription</key> |
|
<string>Your message to user when the photo library is accessed for the first time</string> |
|
|
|
<!-- Include this only if you are planning to use the microphone for video recording --> |
|
<key>NSMicrophoneUsageDescription</key> |
|
<string>Your message to user when the microsphone is accessed for the first time</string> |
|
<key>CFBundleDevelopmentRegion</key> |
|
<string>en</string> |
|
<key>CFBundleDisplayName</key> |
|
<string>RnDanovin</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>APPL</string> |
|
<key>CFBundleShortVersionString</key> |
|
<string>1.0</string> |
|
<key>CFBundleSignature</key> |
|
<string>????</string> |
|
<key>CFBundleVersion</key> |
|
<string>1</string> |
|
<key>LSRequiresIPhoneOS</key> |
|
<true/> |
|
<key>NSAppTransportSecurity</key> |
|
<dict> |
|
<key>NSExceptionDomains</key> |
|
<dict> |
|
<key>localhost</key> |
|
<dict> |
|
<key>NSExceptionAllowsInsecureHTTPLoads</key> |
|
<true/> |
|
</dict> |
|
</dict> |
|
</dict> |
|
<key>NSLocationWhenInUseUsageDescription</key> |
|
<string></string> |
|
<key>UILaunchStoryboardName</key> |
|
<string>LaunchScreen</string> |
|
<key>UIRequiredDeviceCapabilities</key> |
|
<array> |
|
<string>armv7</string> |
|
</array> |
|
<key>UISupportedInterfaceOrientations</key> |
|
<array> |
|
<string>UIInterfaceOrientationPortrait</string> |
|
<string>UIInterfaceOrientationLandscapeLeft</string> |
|
<string>UIInterfaceOrientationLandscapeRight</string> |
|
</array> |
|
<key>UIViewControllerBasedStatusBarAppearance</key> |
|
<false/> |
|
</dict> |
|
</plist>
|
|
|