Skip to content

Commit

Permalink
add privacy manifest to package files
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Apr 29, 2024
1 parent e21af8c commit 30bcf0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ let package = Package(
],
sources: [
"SplunkRum",
],
resources: [
.process("PrivacyInfo.xcprivacy")
]
)
]
Expand Down
3 changes: 2 additions & 1 deletion SplunkOtel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ DESC
# Make sure the deployment target matches with Package.swift
s.ios.deployment_target = '11.0'
s.source_files = 'SplunkRumWorkspace/SplunkRum/SplunkRum/**/*.swift'
end
s.resource_bundles = {'SplunkRum' => ['SplunkRumWorkspace/SplunkRum/SplunkRum/PrivacyInfo.xcprivacy']}
end

0 comments on commit 30bcf0a

Please sign in to comment.