| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?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>CADisableMinimumFrameDuration</key>
- <false />
- <key>CFBundleAllowMixedLocalizations</key>
- <true />
- <key>CFBundleDevelopmentRegion</key>
- <string>en</string>
- <key>CFBundleDisplayName</key>
- <string>青凤鸾</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.0</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>com.xmjssvr.BowArrow</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>wxfe29f3f64e3c5d16</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>0</string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>weixin</string>
- <string>wechat</string>
- <string>weixinULAPI</string>
- </array>
- <key>LSRequiresIPhoneOS</key>
- <true />
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true />
- </dict>
- <key>NSBluetoothAlwaysUsageDescription</key>
- <string>您是否允此App使用蓝牙,来搜索和连接设备?</string>
- <key>NSBluetoothPeripheralUsageDescription</key>
- <string>您是否允此App使用蓝牙,来搜索和连接设备?</string>
- <key>NSCameraUsageDescription</key>
- <string>App需要您的同意,才能访问照相机</string>
- <key>NSLocationAlwaysUsageDescription</key>
- <string>我们需要通过您的地理位置信息获取您周边的相关数据</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>我们需要通过您的地理位置信息获取您周边的相关数据</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>App需要您的同意,才能访问相册</string>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen-iPhone</string>
- <key>UILaunchStoryboardName~iphone</key>
- <string>LaunchScreen-iPhone</string>
- <key>UILaunchStoryboardName~ipod</key>
- <string>LaunchScreen-iPhone</string>
- <key>UIPrerenderedIcon</key>
- <false />
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>arm64</string>
- <string>metal</string>
- </array>
- <key>UIRequiresFullScreen</key>
- <true />
- <key>UIRequiresPersistentWiFi</key>
- <false />
- <key>UIStatusBarHidden</key>
- <true />
- <key>UIStatusBarStyle</key>
- <string>UIStatusBarStyleDefault</string>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- </array>
- <key>Unity_LoadingActivityIndicatorStyle</key>
- <integer>-1</integer>
- <key>UnityBuilder</key>
- <string>4165753</string>
- <key>UnityCloudProjectID</key>
- <string></string>
- <key>UnityCrashSubmissionURL</key>
- <string></string>
- </dict>
- </plist>
|