diff --git a/packages/react-native/React-Core.podspec b/packages/react-native/React-Core.podspec index b912979d47af30..45ddb79f5c79cb 100644 --- a/packages/react-native/React-Core.podspec +++ b/packages/react-native/React-Core.podspec @@ -132,6 +132,8 @@ Pod::Spec.new do |s| s.dependency "Yoga" s.dependency "glog" + s.resource_bundles = {'React-Core_privacy' => 'React/Resources/PrivacyInfo.xcprivacy'} + add_dependency(s, "React-jsinspector", :framework_name => 'jsinspector_modern') add_dependency(s, "RCTDeprecation") diff --git a/packages/react-native/React/Resources/PrivacyInfo.xcprivacy b/packages/react-native/React/Resources/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000000..d9d7d19d9a6ec3 --- /dev/null +++ b/packages/react-native/React/Resources/PrivacyInfo.xcprivacy @@ -0,0 +1,29 @@ + + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + + NSPrivacyCollectedDataTypes + + NSPrivacyTracking + + +