mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
fix broken link in privacy manifest template message (#44128)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44128 Changelog: [Internal] idk what happened but this link got abbreviated when i copypastad it, fixing it here Reviewed By: javache Differential Revision: D56228228 fbshipit-source-id: 35c5c9fb44e82083773302618474c1e3bbc71712
This commit is contained in:
committed by
Facebook GitHub Bot
parent
58ddd74202
commit
aa7a0bc6a6
@@ -625,7 +625,7 @@ class ReactNativePodsUtils
|
||||
}
|
||||
path = File.join(user_project.path.parent, "PrivacyInfo.xcprivacy")
|
||||
Xcodeproj::Plist.write_to_path(privacy_manifest, path)
|
||||
Pod::UI.puts "Your app does not have a privacy manifest! A template has been generated containing Required Reasons API usage in the core React Native library. Please add the PrivacyInfo.xcprivacy file to your project and complete data use, tracking and any additional required reasons your app is using according to Apple's guidance: https://developer.apple.com/.../privacy_manifest_files. Then, you will need to manually add this file to your project in Xcode.".red
|
||||
Pod::UI.puts "Your app does not have a privacy manifest! A template has been generated containing Required Reasons API usage in the core React Native library. Please add the PrivacyInfo.xcprivacy file to your project and complete data use, tracking and any additional required reasons your app is using according to Apple's guidance: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files. Then, you will need to manually add this file to your project in Xcode.".red
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user