2025-11-05 15:18:15 +08:00
|
|
|
|
<?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>dfuapp</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>CFBundleSignature</key>
|
|
|
|
|
|
<string>????</string>
|
|
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
|
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
|
|
<true/>
|
|
|
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
|
|
<dict>
|
|
|
|
|
|
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
|
|
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
|
|
<false/>
|
|
|
|
|
|
<key>NSAllowsLocalNetworking</key>
|
|
|
|
|
|
<true/>
|
|
|
|
|
|
</dict>
|
2025-12-11 17:23:54 +08:00
|
|
|
|
<!-- iOS 13+ 需要的蓝牙权限 -->
|
|
|
|
|
|
<key>NSBluetoothAlwaysUsageDescription</key>
|
|
|
|
|
|
<string>我们需要使用蓝牙连接您的功率计设备</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- iOS 12 及以下版本需要的蓝牙权限(向后兼容) -->
|
|
|
|
|
|
<key>NSBluetoothPeripheralUsageDescription</key>
|
|
|
|
|
|
<string>我们需要使用蓝牙连接您的功率计设备</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 位置权限(Android 和某些 iOS 蓝牙扫描需要) -->
|
|
|
|
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
|
|
|
|
<string>我们需要位置权限来扫描附近的蓝牙功率计设备</string>
|
|
|
|
|
|
|
2025-11-05 15:18:15 +08:00
|
|
|
|
<key>UILaunchStoryboardName</key>
|
|
|
|
|
|
<string>LaunchScreen</string>
|
|
|
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
|
|
<array>
|
|
|
|
|
|
<string>arm64</string>
|
|
|
|
|
|
</array>
|
|
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
|
|
<array>
|
|
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
|
|
</array>
|
|
|
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
|
|
|
<false/>
|
|
|
|
|
|
</dict>
|
|
|
|
|
|
</plist>
|