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

Remove iOS 11 support. #118

Merged
merged 8 commits into from
Sep 15, 2022
Merged

Remove iOS 11 support. #118

merged 8 commits into from
Sep 15, 2022

Conversation

MaximAlien
Copy link
Contributor

PR increases minimum deployment targets to:

  • iOS 12.0
  • tvOS 12.0
  • macOS 10.14
  • watchOS 5.0

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1340"
LastUpgradeVersion = "1400"
Copy link
Contributor

Choose a reason for hiding this comment

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

#117 would consolidate the schemes and targets, making future upgrades cleaner.

README.md Outdated Show resolved Hide resolved
#if DEBUG
#if os(OSX)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

With minimum deployment targets increase these checks are no longer needed.

@MaximAlien MaximAlien merged commit 9906b1e into main Sep 15, 2022
@MaximAlien MaximAlien deleted the maxim/remove-ios-11-support branch September 15, 2022 18:49
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