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 Minimum iOS Deployment Target, inline with React Libs #176

Merged
merged 3 commits into from
Sep 20, 2018

Conversation

coosamatt
Copy link
Contributor

Updated Xcode build version from 7.0 to 9.0 to build for iOS 12.

@cocojoe
Copy link
Member

cocojoe commented Sep 18, 2018

Thanks for the PR. Where does it say 9.0 is the minimum? You can still select 8.0 in Xcode 10. I mean I think 9.0 or even 10.0 is a sensible minimum these days.
I was looking for the minimum target that react native itself recommends (or defaults to)?
Our other iOS libs use 9.0 so in general this is fair.

@cocojoe
Copy link
Member

cocojoe commented Sep 18, 2018

I'll need to test this, will set some time aside tomorrow and run the whole thing through latest RN.

@coosamatt
Copy link
Contributor Author

Updated to 8.0, I did find that works as expected.

@cocojoe
Copy link
Member

cocojoe commented Sep 19, 2018

Had a look at this, so I saw the Warning. Having taken a look at the other Libs, given that all of the React* libs have a minimum deployment target of 9.0. It makes sense for us to follow this.
@coosamatt If you can set back to 9.0 thanks.

@@ -152,7 +152,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Copy link
Member

Choose a reason for hiding this comment

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

9.0 Is better as it aligns with the minimum versions of the React* Libs

@@ -186,7 +186,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
Copy link
Member

Choose a reason for hiding this comment

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

9.0 Is better as it aligns with the minimum versions of the React* Libs

@cocojoe cocojoe changed the title Update Xcode build version for iOS 12 compatibility. Update Minimum iOS Deployment Target, inline with React Libs Sep 19, 2018
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
Copy link
Member

Choose a reason for hiding this comment

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

Don't add this file.

@coosamatt
Copy link
Contributor Author

@cocojoe updated to 9.0 and removed IDE file.

@cocojoe cocojoe added this to the v1-Next milestone Sep 19, 2018
Copy link
Member

@cocojoe cocojoe left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Member

@cocojoe cocojoe left a comment

Choose a reason for hiding this comment

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

👍

@cocojoe cocojoe merged commit 7390389 into auth0:master Sep 20, 2018
@cocojoe cocojoe mentioned this pull request Oct 1, 2018
@cocojoe
Copy link
Member

cocojoe commented Apr 16, 2019

Fixes #179

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants