Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Changed the installation method of flutterfire_cli in the post-clone script for Xcode Cloud #492

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

naipaka
Copy link
Contributor

@naipaka naipaka commented Sep 3, 2024

🔗 Related Issues

🙌 What's Done

  • Changed the installation method of flutterfire_cli in the post-clone script for Xcode Cloud

✍️ What's Not Done

  • None

🖼️ Image Differences

Before After
image image

🤼 Desired Review Method

  • Correction Commit
  • Pair programming

Note

It is possible that a reviewer's will may cause a method to be implemented that is not selected.

📝 Additional Notes

Reference: https://zenn.dev/link/comments/bc613295c20ed0

Pre-launch Checklist

  • I have reviewed my own code.
  • I have added tests that prove my fix is effective or that my feature works.
  • I updated/added relevant documentation (doc comments with ///).

Copy link

codecov bot commented Sep 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.75%. Comparing base (d60bdd7) to head (1ab44b4).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #492   +/-   ##
=======================================
  Coverage   23.75%   23.75%           
=======================================
  Files          13       13           
  Lines         160      160           
=======================================
  Hits           38       38           
  Misses        122      122           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d60bdd7...1ab44b4. Read the comment docs.

@@ -33,8 +33,8 @@ brew install cocoapods
cd ios && pod install # run `pod install` in the `ios` directory.

# The flutterfire command is used in Xcode Build Phases and must be installed in advance.
curl -sL https://firebase.tools | bash
Copy link
Contributor Author

@naipaka naipaka Sep 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It appears that flutterfire_cli can be installed with dart pub without this.

@naipaka naipaka marked this pull request as ready for review September 3, 2024 07:38
@naipaka naipaka requested a review from a team as a code owner September 3, 2024 07:38
@naipaka naipaka requested review from riscait and removed request for a team September 3, 2024 07:38
Copy link
Member

@riscait riscait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
I see! Thanks!

@naipaka naipaka merged commit b105193 into main Sep 3, 2024
9 checks passed
@naipaka naipaka deleted the 484-setup-xcode-cloud-3 branch September 3, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants