We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb704e commit 7a21c77Copy full SHA for 7a21c77
1 file changed
packages/react-native/scripts/react_native_pods.rb
@@ -80,7 +80,7 @@ def use_react_native! (
80
flipper_configuration: FlipperConfiguration.disabled,
81
app_path: '..',
82
config_file_dir: '',
83
- ios_folder: 'ios'
+ ios_folder: 'ios',
84
privacy_file_aggregation_enabled: true
85
)
86
@@ -313,7 +313,6 @@ def react_native_post_install(
313
ReactNativePodsUtils.apply_xcode_15_patch(installer)
314
ReactNativePodsUtils.updateOSDeploymentTarget(installer)
315
ReactNativePodsUtils.fix_flipper_for_xcode_15_3(installer)
316
- ReactNativePodsUtils.add_privacy_manifest_if_needed(installer)
317
318
if privacy_file_aggregation_enabled
319
PrivacyManifestUtils.add_aggregated_privacy_manifest(installer)
0 commit comments