Skip to content

Commit aa7a0bc

Browse files
philIipfacebook-github-bot
authored andcommitted
fix broken link in privacy manifest template message (#44128)
Summary: Pull Request resolved: #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
1 parent 58ddd74 commit aa7a0bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native/scripts/cocoapods

packages/react-native/scripts/cocoapods/utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ def self.add_privacy_manifest_if_needed(installer)
625625
}
626626
path = File.join(user_project.path.parent, "PrivacyInfo.xcprivacy")
627627
Xcodeproj::Plist.write_to_path(privacy_manifest, path)
628-
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
628+
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
629629
end
630630
end
631631

0 commit comments

Comments
 (0)