Skip to content

Commit 85b492d

Browse files
authored
Merge pull request #144 from bob1996w/fix_podspec
Fix Podspec resource bundle for privacy manifest
2 parents 5f93ef0 + 79008d2 commit 85b492d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Toast.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Pod::Spec.new do |s|
88
s.source = { :git => "https://github.com/scalessec/Toast.git", :tag => s.version.to_s }
99
s.platform = :ios
1010
s.source_files = 'Toast', 'Toast-Framework/Toast.h'
11-
s.resources = ['Toast/Resources/PrivacyInfo.xcprivacy']
11+
s.resource_bundles = {'Toast' => ['Toast/Resources/PrivacyInfo.xcprivacy']}
1212
s.framework = 'QuartzCore'
1313
s.requires_arc = true
1414
s.ios.deployment_target = '12.0'
15-
end
15+
end

0 commit comments

Comments
 (0)