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>CFBundleDevelopmentRegion</key>
- <string>en</string>
- <key>CFBundleDisplayName</key>
- <string>趣动三轮车</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIconFiles</key>
- <array>
- <string>AppIcon57x57.png</string>
- <string>AppIcon57x57@2x.png</string>
- <string>AppIcon60x60@2x.png</string>
- <string>AppIcon72x72@2x~ipad.png</string>
- <string>AppIcon72x72~ipad.png</string>
- <string>AppIcon76x76@2x~ipad.png</string>
- <string>AppIcon76x76~ipad.png</string>
- </array>
- <key>CFBundleIdentifier</key>
- <string>com.Oujia.${PRODUCT_NAME}</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>$(MARKETING_VERSION)</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>TricycleGame</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>com.TricycleGame.oujia</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <key>LSApplicationQueriesSchemes</key>
- <array>
- <string>com.cheedo.oujia</string>
- <string>cheedo</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>UIBackgroundModes</key>
- <array>
- <string>bluetooth-central</string>
- <string>bluetooth-peripheral</string>
- </array>
- <key>UILaunchStoryboardName~ipad</key>
- <string>LaunchScreen-iPad</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>armv7</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>UIInterfaceOrientationLandscapeRight</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- </array>
- <key>UnityCloudProjectID</key>
- <string></string>
- <key>UnityCrashSubmissionURL</key>
- <string>https://a:b@perf-events.cloud.unity3d.com/symbolicate</string>
- <key>Unity_LoadingActivityIndicatorStyle</key>
- <integer>-1</integer>
- </dict>
- </plist>
|