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/PrivacyInfo.xcprivacy | |
Initial commit: iHealth BLE scanner app with patched SDK v1.5.0
Diffstat (limited to 'ios/iHealthScanner/PrivacyInfo.xcprivacy')
| -rw-r--r-- | ios/iHealthScanner/PrivacyInfo.xcprivacy | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/ios/iHealthScanner/PrivacyInfo.xcprivacy b/ios/iHealthScanner/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..41b8317 --- /dev/null +++ b/ios/iHealthScanner/PrivacyInfo.xcprivacy | |||
| @@ -0,0 +1,37 @@ | |||
| 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>NSPrivacyAccessedAPITypes</key> | ||
| 6 | <array> | ||
| 7 | <dict> | ||
| 8 | <key>NSPrivacyAccessedAPIType</key> | ||
| 9 | <string>NSPrivacyAccessedAPICategoryFileTimestamp</string> | ||
| 10 | <key>NSPrivacyAccessedAPITypeReasons</key> | ||
| 11 | <array> | ||
| 12 | <string>C617.1</string> | ||
| 13 | </array> | ||
| 14 | </dict> | ||
| 15 | <dict> | ||
| 16 | <key>NSPrivacyAccessedAPIType</key> | ||
| 17 | <string>NSPrivacyAccessedAPICategoryUserDefaults</string> | ||
| 18 | <key>NSPrivacyAccessedAPITypeReasons</key> | ||
| 19 | <array> | ||
| 20 | <string>CA92.1</string> | ||
| 21 | </array> | ||
| 22 | </dict> | ||
| 23 | <dict> | ||
| 24 | <key>NSPrivacyAccessedAPIType</key> | ||
| 25 | <string>NSPrivacyAccessedAPICategorySystemBootTime</string> | ||
| 26 | <key>NSPrivacyAccessedAPITypeReasons</key> | ||
| 27 | <array> | ||
| 28 | <string>35F9.1</string> | ||
| 29 | </array> | ||
| 30 | </dict> | ||
| 31 | </array> | ||
| 32 | <key>NSPrivacyCollectedDataTypes</key> | ||
| 33 | <array/> | ||
| 34 | <key>NSPrivacyTracking</key> | ||
| 35 | <false/> | ||
| 36 | </dict> | ||
| 37 | </plist> | ||
