mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
60 lines
1.6 KiB
Plaintext
60 lines
1.6 KiB
Plaintext
|
<?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>NSPrivacyAccessedAPITypes</key>
|
||
|
<array>
|
||
|
<dict>
|
||
|
<key>NSPrivacyAccessedAPIType</key>
|
||
|
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
|
||
|
<key>NSPrivacyAccessedAPITypeReasons</key>
|
||
|
<array>
|
||
|
<string>C617.1</string>
|
||
|
</array>
|
||
|
</dict>
|
||
|
<dict>
|
||
|
<key>NSPrivacyAccessedAPIType</key>
|
||
|
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
|
||
|
<key>NSPrivacyAccessedAPITypeReasons</key>
|
||
|
<array>
|
||
|
<string>CA92.1</string>
|
||
|
</array>
|
||
|
</dict>
|
||
|
<dict>
|
||
|
<key>NSPrivacyAccessedAPIType</key>
|
||
|
<string>NSPrivacyAccessedAPICategorySystemBootTime</string>
|
||
|
<key>NSPrivacyAccessedAPITypeReasons</key>
|
||
|
<array>
|
||
|
<string>35F9.1</string>
|
||
|
</array>
|
||
|
</dict>
|
||
|
|
||
|
<!--
|
||
|
react-native-fs is unmaintained and doesn't have a privacy manifest.
|
||
|
Include the APIs it accesses here.
|
||
|
See https://github.com/itinance/react-native-fs/issues/1232 for details.
|
||
|
-->
|
||
|
<dict>
|
||
|
<key>NSPrivacyAccessedAPITypeReasons</key>
|
||
|
<array>
|
||
|
<string>C617.1</string>
|
||
|
</array>
|
||
|
<key>NSPrivacyAccessedAPIType</key>
|
||
|
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
|
||
|
</dict>
|
||
|
<dict>
|
||
|
<key>NSPrivacyAccessedAPITypeReasons</key>
|
||
|
<array>
|
||
|
<string>E174.1</string>
|
||
|
</array>
|
||
|
<key>NSPrivacyAccessedAPIType</key>
|
||
|
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
|
||
|
</dict>
|
||
|
</array>
|
||
|
<key>NSPrivacyCollectedDataTypes</key>
|
||
|
<array/>
|
||
|
<key>NSPrivacyTracking</key>
|
||
|
<false/>
|
||
|
</dict>
|
||
|
</plist>
|