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

Xcode 10 and Swift 4.2 #201

Merged
merged 11 commits into from
Apr 27, 2019
Merged

Xcode 10 and Swift 4.2 #201

merged 11 commits into from
Apr 27, 2019

Conversation

mattrubin
Copy link
Owner

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:

  • the CommonCrypto modulemap shims, which are now included as of Xcode 10
  • manual Equatable implementations, which are automatically synthesized as of Swift 4.1
  • several uses of deprecated APIs

@codecov
Copy link

codecov bot commented Apr 27, 2019

Codecov Report

Merging #201 into develop will increase coverage by 2.11%.
The diff coverage is 100%.

Impacted file tree graph

@@             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
Impacted Files Coverage Δ
Sources/Generator.swift 100% <ø> (ø) ⬆️
Sources/Crypto.swift 100% <ø> (ø) ⬆️
Sources/Token.swift 100% <ø> (ø) ⬆️
Sources/Keychain.swift 97.36% <100%> (+4.8%) ⬆️
Sources/PersistentToken.swift 100% <100%> (ø) ⬆️
Sources/Token+URL.swift 100% <0%> (+1.58%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8e32517...27308bd. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Apr 27, 2019

Codecov Report

Merging #201 into develop will increase coverage by 2.11%.
The diff coverage is 100%.

Impacted file tree graph

@@             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
Impacted Files Coverage Δ
Sources/Generator.swift 100% <ø> (ø) ⬆️
Sources/Crypto.swift 100% <ø> (ø) ⬆️
Sources/Token.swift 100% <ø> (ø) ⬆️
Sources/Keychain.swift 97.36% <100%> (+4.8%) ⬆️
Sources/PersistentToken.swift 100% <100%> (ø) ⬆️
Sources/Token+URL.swift 100% <0%> (+1.58%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8e32517...27308bd. Read the comment docs.

@funkitptent
Copy link

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