diff options
| author | hc <haocheng.xie@respiree.com> | 2026-04-10 17:39:12 +0800 |
|---|---|---|
| committer | hc <haocheng.xie@respiree.com> | 2026-04-10 17:39:22 +0800 |
| commit | e4fb9966e762852bf17f21c8406501d42fae0b61 (patch) | |
| tree | 658bbdba977ff7846a17ee94b8ed6b676f6ce9dd /ios/iHealthScanner/Info.plist | |
Initial commit: iHealth BLE scanner app with patched SDK v1.5.0
Diffstat (limited to 'ios/iHealthScanner/Info.plist')
| -rw-r--r-- | ios/iHealthScanner/Info.plist | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/ios/iHealthScanner/Info.plist b/ios/iHealthScanner/Info.plist new file mode 100644 index 0000000..7e9b20f --- /dev/null +++ b/ios/iHealthScanner/Info.plist | |||
| @@ -0,0 +1,64 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
| 3 | <plist version="1.0"> | ||
| 4 | <dict> | ||
| 5 | <key>CADisableMinimumFrameDurationOnPhone</key> | ||
| 6 | <true/> | ||
| 7 | <key>CFBundleDevelopmentRegion</key> | ||
| 8 | <string>en</string> | ||
| 9 | <key>CFBundleDisplayName</key> | ||
| 10 | <string>iHealthScanner</string> | ||
| 11 | <key>CFBundleExecutable</key> | ||
| 12 | <string>$(EXECUTABLE_NAME)</string> | ||
| 13 | <key>CFBundleIdentifier</key> | ||
| 14 | <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
| 15 | <key>CFBundleInfoDictionaryVersion</key> | ||
| 16 | <string>6.0</string> | ||
| 17 | <key>CFBundleName</key> | ||
| 18 | <string>$(PRODUCT_NAME)</string> | ||
| 19 | <key>CFBundlePackageType</key> | ||
| 20 | <string>APPL</string> | ||
| 21 | <key>CFBundleShortVersionString</key> | ||
| 22 | <string>$(MARKETING_VERSION)</string> | ||
| 23 | <key>CFBundleSignature</key> | ||
| 24 | <string>????</string> | ||
| 25 | <key>CFBundleVersion</key> | ||
| 26 | <string>$(CURRENT_PROJECT_VERSION)</string> | ||
| 27 | <key>LSRequiresIPhoneOS</key> | ||
| 28 | <true/> | ||
| 29 | <key>NSAppTransportSecurity</key> | ||
| 30 | <dict> | ||
| 31 | <key>NSAllowsArbitraryLoads</key> | ||
| 32 | <false/> | ||
| 33 | <key>NSAllowsLocalNetworking</key> | ||
| 34 | <true/> | ||
| 35 | </dict> | ||
| 36 | <key>NSBluetoothAlwaysUsageDescription</key> | ||
| 37 | <string>This app uses Bluetooth to scan for and connect to iHealth devices.</string> | ||
| 38 | <key>NSBluetoothPeripheralUsageDescription</key> | ||
| 39 | <string>This app uses Bluetooth to scan for and connect to iHealth devices.</string> | ||
| 40 | <key>NSLocationWhenInUseUsageDescription</key> | ||
| 41 | <string>Bluetooth scanning requires location access on iOS.</string> | ||
| 42 | <key>RCTNewArchEnabled</key> | ||
| 43 | <true/> | ||
| 44 | <key>UILaunchStoryboardName</key> | ||
| 45 | <string>LaunchScreen</string> | ||
| 46 | <key>UIRequiredDeviceCapabilities</key> | ||
| 47 | <array> | ||
| 48 | <string>arm64</string> | ||
| 49 | </array> | ||
| 50 | <key>UISupportedInterfaceOrientations</key> | ||
| 51 | <array> | ||
| 52 | <string>UIInterfaceOrientationPortrait</string> | ||
| 53 | </array> | ||
| 54 | <key>UISupportedInterfaceOrientations~ipad</key> | ||
| 55 | <array> | ||
| 56 | <string>UIInterfaceOrientationLandscapeLeft</string> | ||
| 57 | <string>UIInterfaceOrientationLandscapeRight</string> | ||
| 58 | <string>UIInterfaceOrientationPortrait</string> | ||
| 59 | <string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
| 60 | </array> | ||
| 61 | <key>UIViewControllerBasedStatusBarAppearance</key> | ||
| 62 | <false/> | ||
| 63 | </dict> | ||
| 64 | </plist> | ||
