Skip to content

Commit 26b6ba9

Browse files
authored
Move xcprivacy to pods bundle (#584)
1 parent bdb563d commit 26b6ba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Leanplum-iOS-Location.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.requires_arc = true
1313
s.source = { :git => 'https://github.com/Leanplum/Leanplum-iOS-SDK.git', :tag => s.version.to_s}
1414
s.source_files = 'LeanplumSDKLocation/LeanplumSDKLocation/Classes/**/*'
15-
s.resources = 'LeanplumSDKLocation/LeanplumSDKLocation/*.{cer,xcprivacy}'
15+
s.resource_bundles = {'LeanplumLocation' => ['LeanplumSDKLocation/LeanplumSDKLocation/*.{xcprivacy}']}
1616
s.frameworks = 'CoreLocation'
1717
s.documentation_url = 'https://docs.leanplum.com/'
1818
s.dependency 'Leanplum-iOS-SDK', "~> 6.0"

Leanplum-iOS-LocationAndBeacons.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.requires_arc = true
1313
s.source = { :git => 'https://github.com/Leanplum/Leanplum-iOS-SDK.git', :tag => s.version.to_s}
1414
s.source_files = 'LeanplumSDKLocation/LeanplumSDKLocation/Classes/**/*'
15-
s.resources = 'LeanplumSDKLocation/LeanplumSDKLocation/*.{cer,xcprivacy}'
15+
s.resource_bundles = {'LeanplumLocation' => ['LeanplumSDKLocation/LeanplumSDKLocation/*.{xcprivacy}']}
1616
s.frameworks = 'CoreLocation'
1717
s.documentation_url = 'https://docs.leanplum.com/'
1818
s.dependency 'Leanplum-iOS-SDK', "~> 6.0"

0 commit comments

Comments
 (0)