Skip to content

Commit 6377fe6

Browse files
Add coccoapods support for privacy manifest (#542)
1 parent 04eabbf commit 6377fe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OptimizelySwiftSDK.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Pod::Spec.new do |s|
1515
:tag => "v"+s.version.to_s
1616
}
1717
s.source_files = "Sources/**/*.swift"
18+
s.resource_bundles = { 'OptimizelySwiftSDK' => ['Sources/Supporting Files/PrivacyInfo.xcprivacy'] }
1819
s.swift_version = ["5.0", "5.1"]
1920
s.framework = "Foundation"
2021
s.requires_arc = true

0 commit comments

Comments
 (0)