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

Update to Xcode 14 / Swift 5.7 #1311

Merged
merged 2 commits into from Mar 31, 2023
Merged

Update to Xcode 14 / Swift 5.7 #1311

merged 2 commits into from Mar 31, 2023

Conversation

ghost
Copy link

@ghost ghost commented Mar 31, 2023

This requires dropping support for iOS/tvOS <11, macOS < 10.13, watchOS < 4.

Resolve #1308

This requires dropping support for iOS/tvOS <11, macOS < 10.13, watchOS < 4.
@ghost ghost marked this pull request as ready for review March 31, 2023 07:26
@ghost ghost marked this pull request as draft March 31, 2023 07:26
@ghost ghost marked this pull request as ready for review March 31, 2023 07:31
@mxcl
Copy link
Owner

mxcl commented Mar 31, 2023

Yeah I don't think changing the podspec is necessary. CocoaPods generates a compliant xcodeproj. By changing the pod spec you are potentially breaking anyone who uses this framework with old Xcodes to deliberately target old iOS versions.

The xcodeproj changes are ok though as there is no choice with Carthage.

@ghost
Copy link
Author

ghost commented Mar 31, 2023

I'm sorry, its been some time since I have last used CocoaPods.

@mxcl mxcl merged commit fab2119 into mxcl:v6 Mar 31, 2023
@mxcl
Copy link
Owner

mxcl commented Mar 31, 2023

Deploying 6.22.1.

Which is really an incorrect semver bump since this changes platform requirements. But it's only for Carthage so…

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.

Problems building with Xcode 14.3 beta2
1 participant