mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
add privacy manifest to React-cxxreact
Summary: Changelog: [Internal] add this to the framework's resource bundle reasons: - C617.1 (JSBigString) current problem with this method is that the required reasons are not currently be aggregated during app store review, so those need to live in the app's. but go ahead and add it here for now, i think apple will try to fix it. Reviewed By: sammy-SC Differential Revision: D55624716 fbshipit-source-id: 400e9852a64e7f9fd9e32225b199f2664a069fc2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
14c7794f1d
commit
54c9748bb1
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>NSPrivacyAccessedAPITypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>NSPrivacyAccessedAPIType</key>
|
||||
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
|
||||
<key>NSPrivacyAccessedAPITypeReasons</key>
|
||||
<array>
|
||||
<string>C617.1</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>NSPrivacyCollectedDataTypes</key>
|
||||
<array/>
|
||||
<key>NSPrivacyTracking</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -53,6 +53,8 @@ Pod::Spec.new do |s|
|
||||
s.dependency "React-logger", version
|
||||
s.dependency "React-debug", version
|
||||
|
||||
s.resource_bundles = {'React-cxxreact_privacy' => 'PrivacyInfo.xcprivacy'}
|
||||
|
||||
if ENV['USE_HERMES'] == nil || ENV['USE_HERMES'] == "1"
|
||||
s.dependency 'hermes-engine'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user