-
Notifications
You must be signed in to change notification settings - Fork 104
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
Xcode 10 and Swift 4.2 #201
Conversation
As of Xcode 10, the custom module maps are no longer needed.
As of Swift 4.1, these will be synthesized automatically.
As of March 27, 2019, the App Store requires submissions to be built with the iOS 12.1 SDK, which was first available in Xcode 10.1.
Codecov Report
@@ Coverage Diff @@
## develop #201 +/- ##
===========================================
+ Coverage 97.22% 99.34% +2.11%
===========================================
Files 6 6
Lines 397 153 -244
===========================================
- Hits 386 152 -234
+ Misses 11 1 -10
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## develop #201 +/- ##
===========================================
+ Coverage 97.22% 99.34% +2.11%
===========================================
Files 6 6
Lines 397 153 -244
===========================================
- Hits 386 152 -234
+ Misses 11 1 -10
Continue to review full report at Codecov.
|
Upgrade the project to build with Xcode 10 and Swift 4.2.
As of March 27, 2019, the App Store requires submissions to be built with the iOS 12.1 SDK, which was first available in Xcode 10.1, so requiring Xcode 10 doesn't exclude any library users who weren't already unable to submit builds to the App Store.
Upgrading the Xcode and Swift version requirements allows the removal of: