1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?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>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>$(MARKETING_VERSION)</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLName</key>
- <string>RunGame</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>com.RunGame.Oujia</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>$(CURRENT_PROJECT_VERSION)</string>
- <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>UIPrerenderedIcon</key>
- <false/>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</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>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UnityCloudProjectID</key>
- <string></string>
- <key>UnityCrashSubmissionURL</key>
- <string></string>
- <key>Unity_LoadingActivityIndicatorStyle</key>
- <integer>-1</integer>
- </dict>
- </plist>
|