Skip to content

Commit

Permalink
Merge pull request #31 from CheekyGhost-Labs/mobrien/privacy-manifest
Browse files Browse the repository at this point in the history
Adding privacy manifest correctly
  • Loading branch information
mobrien-ghost authored Jan 5, 2024
2 parents 0a6328b + e21ecbc commit 51adc9d
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 51adc9d

Please sign in to comment.