Skip to content

Commit

Permalink
chore: use resource_bundles to declare privacy manifest in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
RhyG committed Mar 25, 2024
1 parent d325112 commit f970968
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion react-native-mmkv.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Pod::Spec.new do |s|

s.platforms = { :ios => "11.0", :tvos => "12.0", :osx => "10.14" }
s.source = { :git => "https://github.com/mrousavy/react-native-mmkv.git", :tag => "#{s.version}" }
s.resource = 'ios/PrivacyInfo.xcprivacy'
s.resource_bundles = {
'RNMMKVPrivacyInfo' => ['ios/PrivacyInfo.xcprivacy'],
}

# All source files that should be publicly visible
# Note how this does not include headers, since those can nameclash.
Expand Down

0 comments on commit f970968

Please sign in to comment.