-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Move non-legacy examples to Swift Package Manager #1666
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
Conversation
ecc3c6f
to
3fbefa2
Compare
c1950a9
to
8ac405a
Compare
bacbb70
to
03f0619
Compare
checkpoint |
This reverts commit e937932.
checkpoint |
This reverts commit 0150020.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
None of my comments are blocking.
Any thoughts about an alternative or update to the dpebot to automatically update Firebase dependencies for SPM instead of CocoaPods?
|
||
env: | ||
SPM: false | ||
SPM: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the SPM environment variable still needed?
- name: Checkout | ||
uses: actions/checkout@master | ||
- name: Xcode | ||
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the xcode-select be migrated to one of the common scripts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely. Will do in future PR.
Thanks @paulb777 for review! I'm going to merge this in another feature branch as there is more related work to be done in removing theobjc qs and cleaning up the infra scripts.
This could be a GitHub Action that does a PR update and is triggered by the publishing of a firebase-ios-sdk tag. I know we could accomplish with vanilla GHA, but dpebot may also be able to do it. |
@ncooke3: I think this is in a good state to merge. Main repo testing is looking good: firebase/firebase-ios-sdk#15338
Overall plan: