-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(privacy): added PrivacyInfo.xcprivacy manifest file
SUITEDEV-34802 Co-authored-by: LasOri <24588073+LasOri@users.noreply.github.com> Co-authored-by: megamegax <megamegax@users.noreply.github.com> Co-authored-by: Andras Sarro <lordandras@users.noreply.github.com> Co-authored-by: matusekma <36794575+matusekma@users.noreply.github.com>
- Loading branch information
1 parent
9b4d83f
commit 43e9126
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?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>NSPrivacyCollectedDataTypes</key> | ||
<array> | ||
<dict> | ||
<key>NSPrivacyCollectedDataType</key> | ||
<string>Other usage data</string> | ||
<key>NSPrivacyCollectedDataTypeLinked</key> | ||
<true/> | ||
<key>NSPrivacyCollectedDataTypeTracking</key> | ||
<true/> | ||
<key>NSPrivacyCollectedDataTypePurposes</key> | ||
<array> | ||
<string>NSPrivacyCollectedDataTypePurposeProductPersonalization</string> | ||
<string>NSPrivacyCollectedDataTypePurposeDeveloperAdvertising</string> | ||
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string> | ||
<string></string> | ||
</array> | ||
</dict> | ||
<dict> | ||
<key>NSPrivacyCollectedDataType</key> | ||
<string>NSPrivacyCollectedDataTypeDeviceID</string> | ||
<key>NSPrivacyCollectedDataTypeLinked</key> | ||
<true/> | ||
<key>NSPrivacyCollectedDataTypeTracking</key> | ||
<true/> | ||
<key>NSPrivacyCollectedDataTypePurposes</key> | ||
<array> | ||
<string>NSPrivacyCollectedDataTypePurposeDeveloperAdvertising</string> | ||
<string>NSPrivacyCollectedDataTypePurposeProductPersonalization</string> | ||
</array> | ||
</dict> | ||
<dict> | ||
<key>NSPrivacyCollectedDataType</key> | ||
<string>NSPrivacyCollectedDataTypeUserID</string> | ||
<key>NSPrivacyCollectedDataTypeLinked</key> | ||
<true/> | ||
<key>NSPrivacyCollectedDataTypeTracking</key> | ||
<true/> | ||
<key>NSPrivacyCollectedDataTypePurposes</key> | ||
<array> | ||
<string>NSPrivacyCollectedDataTypePurposeDeveloperAdvertising</string> | ||
<string>NSPrivacyCollectedDataTypePurposeProductPersonalization</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>NSPrivacyTracking</key> | ||
<false/> | ||
</dict> | ||
</plist> |