Skip to content

Commit

Permalink
Merge pull request #144 from bob1996w/fix_podspec
Browse files Browse the repository at this point in the history
Fix Podspec resource bundle for privacy manifest
  • Loading branch information
scalessec committed Apr 9, 2024
2 parents 5f93ef0 + 79008d2 commit 85b492d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Toast.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/scalessec/Toast.git", :tag => s.version.to_s }
s.platform = :ios
s.source_files = 'Toast', 'Toast-Framework/Toast.h'
s.resources = ['Toast/Resources/PrivacyInfo.xcprivacy']
s.resource_bundles = {'Toast' => ['Toast/Resources/PrivacyInfo.xcprivacy']}
s.framework = 'QuartzCore'
s.requires_arc = true
s.ios.deployment_target = '12.0'
end
end

0 comments on commit 85b492d

Please sign in to comment.