Skip to content

Add CocoaPods 1.7 Support for Multiple Swift Versions#46

Open
jakeholland wants to merge 1 commit into
dtrenz:developfrom
jakeholland:Cocoapods-1.7-Support
Open

Add CocoaPods 1.7 Support for Multiple Swift Versions#46
jakeholland wants to merge 1 commit into
dtrenz:developfrom
jakeholland:Cocoapods-1.7-Support

Conversation

@jakeholland

Copy link
Copy Markdown

This adds support multiple Swift versions with CocoaPods 1.7. This is backwards compatible as well.

var window: UIWindow?

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Line Length Violation: Line should be 120 characters or less: currently 143 characters (line_length)

@jakeholland
jakeholland changed the base branch from master to develop May 30, 2019 20:32
@jakeholland

Copy link
Copy Markdown
Author

Might need to update the version?

@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #46 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #46   +/-   ##
========================================
  Coverage    98.63%   98.63%           
========================================
  Files            3        3           
  Lines          146      146           
========================================
  Hits           144      144           
  Misses           2        2

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 92d634e...810a9ca. Read the comment docs.

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.

3 participants