Skip to content

Commit

Permalink
Fixes add_firebase_build_phase script output paths
Browse files Browse the repository at this point in the history
Co-authored-by: vinifig <[email protected]>
  • Loading branch information
vinifig and vinifig authored Mar 15, 2024
1 parent e80dd59 commit 5e23a3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/scripts/darwin/add_firebase_build_phase.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
phase.shell_path = '/bin/sh'
phase.shell_script = content
phase.run_only_for_deployment_postprocessing = '0'
phase.simple_attributes.find { |attribute| attribute.plist_name == 'outputPaths' }
.default_value << '$(SRCROOT)/Runner/GoogleService-Info.plist'
phase.output_paths.append('$(SRCROOT)/Runner/GoogleService-Info.plist')

target.build_phases.rotate!(-1)

Expand Down

0 comments on commit 5e23a3a

Please sign in to comment.