Skip to content

Increase Minimum iOS Deployment to 9.0 for Xcode 12#52

Merged
jkmassel merged 3 commits intodevelopfrom
update/minimum-deployment
Sep 22, 2020
Merged

Increase Minimum iOS Deployment to 9.0 for Xcode 12#52
jkmassel merged 3 commits intodevelopfrom
update/minimum-deployment

Conversation

@shiki
Copy link
Copy Markdown
Contributor

@shiki shiki commented Sep 21, 2020

Hi! 👋 Please reject this PR if this is not the right way to approach this.

Problem

This library is a deep dependency of woocommerce-ios. Compiling WCiOS with Xcode 12 results in so many problems. One of which has already been fixed by @jkmassel in wordpress-mobile/WordPressKit-iOS#284. The rest are just warnings:

xmlrpc

Solution

It looks like these warnings can be fixed by a workaround in Podfile. But since we can also probably (?) fix it by upgrading the minimum iOS version in this library, I went with that for this one.

The iOS minimum deployment target was changed to 9.0. Please let me know if it should be higher.

Changing the deployment target is enough to remove the build warning.

Testing

  • Please confirm that the build passes.
  • I have also verified that the project still compiles for Xcode 11

Copy link
Copy Markdown
Contributor

@jkmassel jkmassel left a comment

Choose a reason for hiding this comment

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

This LGTM, I think it's safe to drop iOS 8 developers and below!

@jkmassel jkmassel merged commit b77d6f6 into develop Sep 22, 2020
@jkmassel jkmassel deleted the update/minimum-deployment branch September 22, 2020 04:58
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