Skip to content

Commit 28c08d1

Browse files
committed
PrivacyInfo.xcprivacy fixed
1 parent ba84a3f commit 28c08d1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

libOpenInstallSDK.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "libOpenInstallSDK"
3-
s.version = '2.8.5.1'
3+
s.version = '2.8.5.2'
44
s.summary = "openinstall's officially supported iOS SDK"
55
s.description = <<-DESC
66
openinstall's officially supported iOS SDK for pod.
@@ -13,9 +13,10 @@ s.source = { :git => "https://github.com/OpenInstall/openinstall-
1313

1414
s.vendored_libraries = 'frameworks/libOpenInstallSDK.a'
1515
s.source_files = 'Classes/*.{h,m}'
16-
s.resource_bundle = {'OPPrivacy' => ['Classes/PrivacyInfo.xcprivacy']}
16+
#s.resource_bundle = {'OPPrivacy' => ['Classes/PrivacyInfo.xcprivacy']}
17+
s.resources = ['Classes/PrivacyInfo.xcprivacy']
1718

1819
s.platform = :ios, '8.0'
19-
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'x86_64 armv7 arm64' }
20+
s.pod_target_xcconfig = {'VALID_ARCHS' => 'x86_64 armv7 arm64'}
2021

2122
end

0 commit comments

Comments
 (0)