Skip to content

Commit

Permalink
Adding privacy manifest correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mobrien-ghost committed Jan 5, 2024
1 parent 0a6328b commit e21ecbc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ let package = Package(
.product(name: "SwiftToolsSupport-auto", package: "swift-tools-support-core"),
.product(name: "IndexStoreDB", package: "indexstore-db"),
.product(name: "Logging", package: "swift-log"),
],
resources: [
.copy("Resources/PrivacyInfo.xcprivacy")
]
),
.testTarget(
Expand Down
3 changes: 3 additions & 0 deletions Package@swift-5.5.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ let package = Package(
.product(name: "SwiftToolsSupport-auto", package: "swift-tools-support-core"),
.product(name: "IndexStoreDB", package: "indexstore-db"),
.product(name: "Logging", package: "swift-log"),
],
resources: [
.copy("Resources/PrivacyInfo.xcprivacy")
]
),
.testTarget(
Expand Down
3 changes: 3 additions & 0 deletions Package@swift-5.6.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ let package = Package(
.product(name: "SwiftToolsSupport-auto", package: "swift-tools-support-core"),
.product(name: "IndexStoreDB", package: "indexstore-db"),
.product(name: "Logging", package: "swift-log"),
],
resources: [
.copy("Resources/PrivacyInfo.xcprivacy")
]
),
.testTarget(
Expand Down
3 changes: 3 additions & 0 deletions Package@swift-5.7.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ let package = Package(
.product(name: "SwiftToolsSupport-auto", package: "swift-tools-support-core"),
.product(name: "IndexStoreDB", package: "indexstore-db"),
.product(name: "Logging", package: "swift-log"),
],
resources: [
.copy("Resources/PrivacyInfo.xcprivacy")
]
),
.testTarget(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,7 @@
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypes</key>
<array>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string></string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string></string>
</array>
</dict>
</array>
<array/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
Expand Down

0 comments on commit e21ecbc

Please sign in to comment.