Skip to content

Commit

Permalink
Fix react_native_pods script
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Jul 8, 2024
1 parent 1cb704e commit 7a21c77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react-native/scripts/react_native_pods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def use_react_native! (
flipper_configuration: FlipperConfiguration.disabled,
app_path: '..',
config_file_dir: '',
ios_folder: 'ios'
ios_folder: 'ios',
privacy_file_aggregation_enabled: true
)

Expand Down Expand Up @@ -313,7 +313,6 @@ def react_native_post_install(
ReactNativePodsUtils.apply_xcode_15_patch(installer)
ReactNativePodsUtils.updateOSDeploymentTarget(installer)
ReactNativePodsUtils.fix_flipper_for_xcode_15_3(installer)
ReactNativePodsUtils.add_privacy_manifest_if_needed(installer)

if privacy_file_aggregation_enabled
PrivacyManifestUtils.add_aggregated_privacy_manifest(installer)
Expand Down

0 comments on commit 7a21c77

Please sign in to comment.