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

Change iOS deployment target for Xcode 12 #286

Merged
merged 3 commits into from
Jan 1, 2022

Conversation

noppefoxwolf
Copy link
Contributor

This removes the warning about iOS 8 no longer being supported in Xcode 12 while maintaining support for older versions of Xcode. Technically checking the compiler version isn’t an exact 1:1 for checking for Xcode version, but in practice should work in all scenarios.

Quote: TimOliver/TOCropViewController@1311b59

@noppefoxwolf noppefoxwolf marked this pull request as ready for review January 16, 2021 18:30
Package.swift Outdated Show resolved Hide resolved
@Econa77 Econa77 force-pushed the hotfix/DeploymentTargetXcode12 branch from d38b961 to e329846 Compare January 1, 2022 02:52
noppefoxwolf and others added 3 commits January 1, 2022 12:25
This removes the warning about iOS 8 no longer being supported in Xcode 12 while maintaining support for older versions of Xcode. Technically checking the compiler version isn’t an exact 1:1 for checking for Xcode version, but in practice should work in all scenarios.
@Econa77 Econa77 force-pushed the hotfix/DeploymentTargetXcode12 branch from 17f6c26 to 2292b02 Compare January 1, 2022 03:25
Copy link
Collaborator

@Econa77 Econa77 left a comment

Choose a reason for hiding this comment

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

Thanks.
I've made some additional changes. If you are still having problems, please create the PR again 👍

@Econa77 Econa77 merged commit 0db4fa5 into ishkawa:master Jan 1, 2022
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