123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?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>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>idly</string>
- </array>
- </dict>
- </array>
- <key>CFBundleDevelopmentRegion</key>
- <string>en</string>
- <key>CFBundleDisplayName</key>
- <string>id.ly</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)</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>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/>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string></string>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSExceptionDomains</key>
- <dict>
- <key>localhost</key>
- <dict>
- <key>NSExceptionAllowsInsecureHTTPLoads</key>
- <true/>
- </dict>
- </dict>
- </dict>
- <key>UIAppFonts</key>
- <array>
- <string>Entypo.ttf</string>
- <string>EvilIcons.ttf</string>
- <string>Feather.ttf</string>
- <string>FontAwesome.ttf</string>
- <string>Foundation.ttf</string>
- <string>Ionicons.ttf</string>
- <string>MaterialCommunityIcons.ttf</string>
- <string>MaterialIcons.ttf</string>
- <string>Octicons.ttf</string>
- <string>SimpleLineIcons.ttf</string>
- <string>Zocial.ttf</string>
- </array>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>$(PRODUCT_NAME) would like access to your photo gallery</string>
- <key>NSCameraUsageDescription</key>
- <string>$(PRODUCT_NAME) would like to use your camera</string>
- <key>NSPhotoLibraryAddUsageDescription</key>
- <string>$(PRODUCT_NAME) would like to save photos to your photo gallery</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>$(PRODUCT_NAME) would like to your microphone (for videos)</string>
- </dict>
- </plist>
|