Skip to content

Commit

Permalink
fix privacy manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
harukitosa committed Jun 10, 2024
1 parent 6f276d9 commit 00cd8f1
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions KarteCrashReporting/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
<false/>
<key>NSPrivacyCollectedDataTypes</key>
<array>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeOtherDiagnosticData</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeCrashData</string>
Expand Down
16 changes: 16 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"object": {
"pins": [
{
"package": "PLCrashReporter",
"repositoryURL": "https://github.com/plaidev/PLCrashReporter.git",
"state": {
"branch": null,
"revision": "38ccdc7b4b2710147a2abd39dc684523d6624148",
"version": "1.11.0-patch"
}
}
]
},
"version": 1
}

0 comments on commit 00cd8f1

Please sign in to comment.