mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
25 lines
588 B
XML
25 lines
588 B
XML
<?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">
|
|
<!--
|
|
PrivacyInfo.xcprivacy
|
|
Runner
|
|
|
|
Created by lollipopkit on 31/3/2024.
|
|
Copyright (c) 2024 . All rights reserved.
|
|
-->
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>NSPrivacyAccessedAPITypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>NSPrivacyAccessedAPITypeReasons</key>
|
|
<array>
|
|
<string>E174.1</string>
|
|
</array>
|
|
<key>NSPrivacyAccessedAPIType</key>
|
|
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|