Skip to content

fix: Cocoapods versions used in macos and tvos examples #6926

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

Merged
merged 2 commits into from
Jan 23, 2025

Conversation

MatiPl01
Copy link
Member

Summary

Gemfile.lock files in macos-example and tvos-example contained cocoapods (1.16.1) in spec. Because of that, even though the Podfile.lock had cocoapods (1.14.3) specified at the end, a newer version of cocoapods was used to install pods and the cocoapods version in the Podfile.lock was always updated to the new one. I reverted them back to 1.14.3 to match other example apps.

@MatiPl01 MatiPl01 self-assigned this Jan 23, 2025
@MatiPl01 MatiPl01 changed the title fix: Cocoapods used in macos and tvos examples fix: Cocoapods versions used in macos and tvos examples Jan 23, 2025
@MatiPl01 MatiPl01 force-pushed the @matipl01/fix-cocoapods-version-in-examples branch from 18aefb1 to 5756d3c Compare January 23, 2025 11:26
@MatiPl01 MatiPl01 requested a review from tjzel January 23, 2025 11:33
@MatiPl01 MatiPl01 added this pull request to the merge queue Jan 23, 2025
Merged via the queue into main with commit a2125e8 Jan 23, 2025
8 checks passed
@MatiPl01 MatiPl01 deleted the @matipl01/fix-cocoapods-version-in-examples branch January 23, 2025 13:55
tjzel pushed a commit that referenced this pull request Feb 17, 2025
## Summary

`Gemfile.lock` files in `macos-example` and `tvos-example` contained
`cocoapods (1.16.1)` in spec. Because of that, even though the
`Podfile.lock` had `cocoapods (1.14.3)` specified at the end, a newer
version of cocoapods was used to install pods and the cocoapods version
in the `Podfile.lock` was always updated to the new one. I reverted them
back to `1.14.3` to match other example apps.
tjzel pushed a commit that referenced this pull request Feb 17, 2025
## Summary

`Gemfile.lock` files in `macos-example` and `tvos-example` contained
`cocoapods (1.16.1)` in spec. Because of that, even though the
`Podfile.lock` had `cocoapods (1.14.3)` specified at the end, a newer
version of cocoapods was used to install pods and the cocoapods version
in the `Podfile.lock` was always updated to the new one. I reverted them
back to `1.14.3` to match other example apps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants