Skip to content

Commit

Permalink
fix: use resource_bundles for privacy manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
maikelvdh committed Apr 11, 2024
1 parent e8ba1e9 commit 0c57618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CleverTap-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ s.author = { "CleverTap" => "http://www.clevertap.com" }
s.source = { :git => "https://github.com/CleverTap/clevertap-ios-sdk.git", :tag => s.version.to_s }
s.requires_arc = true
s.module_name = 'CleverTapSDK'
s.resources = 'CleverTapSDK/*.{cer,xcprivacy}'
s.resources = 'CleverTapSDK/*.{cer}'
s.resource_bundles = {'CleverTapSDK' => ['CleverTapSDK/*.{xcprivacy}']}
s.ios.dependency 'SDWebImage', '~> 5.11'
s.ios.resource_bundle = {'CleverTapSDK' => ['CleverTapSDK/**/*.{png,xib,html}', 'CleverTapSDK/**/*.xcdatamodeld']}
s.ios.deployment_target = '9.0'
Expand Down
2 changes: 1 addition & 1 deletion CleverTapLocation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ s.author = { "CleverTap" => "http://www.clevertap.com" }
s.source = { :git => "https://github.com/CleverTap/clevertap-ios-sdk.git", :tag => s.version.to_s }
s.requires_arc = true
s.module_name = 'CleverTapLocation'
s.resources = 'CleverTapLocation/**/*.xcprivacy'
s.resource_bundles = {'CleverTapLocation' => ['CleverTapLocation/**/*.xcprivacy']}
s.ios.deployment_target = '9.0'
s.ios.source_files = 'CleverTapLocation/**/**/*.{h,m}'
s.ios.public_header_files = 'CleverTapLocation/CleverTapLocation/Classes/CTLocationManager.h'
Expand Down

0 comments on commit 0c57618

Please sign in to comment.