Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Upgrade Xcode to 12.0#280

Merged
jkmassel merged 6 commits intodevelopfrom
upgrade/xcode-to-12.0
Sep 17, 2020
Merged

Upgrade Xcode to 12.0#280
jkmassel merged 6 commits intodevelopfrom
upgrade/xcode-to-12.0

Conversation

@jkmassel
Copy link
Copy Markdown
Contributor

@jkmassel jkmassel commented Sep 4, 2020

Description

Makes changes to the project required to support Xcode 12, including:

  • Fixes an error when building caused by an old version of CocoaLumberjack
  • Fixes a compilation failure
  • Fixes many warnings about modular includes using quotes instead of angle brackets
  • Updates CocoaPods to support Xcode 12

@jkmassel jkmassel added the enhancement New feature or request label Sep 4, 2020
@jkmassel jkmassel self-assigned this Sep 4, 2020
@jkmassel jkmassel force-pushed the upgrade/xcode-to-12.0 branch from b3f29fb to 71451f4 Compare September 4, 2020 23:38
return
}

return strongSelf.urlSession(session, didReceive: authenticationChallenge, completionHandler: completionHandler)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@jkmassel I think it's sufficient to not return the result here. The return type is Void anyway.

This means we don't need the guard let strongSelf = self above either.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yep you're right!

Thanks @bjtitus!!

@jkmassel jkmassel force-pushed the upgrade/xcode-to-12.0 branch 2 times, most recently from 7e47e90 to 6f44c37 Compare September 16, 2020 14:23
@jkmassel jkmassel marked this pull request as ready for review September 16, 2020 14:42
@jkmassel jkmassel force-pushed the upgrade/xcode-to-12.0 branch from d61129a to 16aa796 Compare September 16, 2020 14:50
@bjtitus bjtitus self-requested a review September 16, 2020 15:42
Copy link
Copy Markdown
Contributor

@bjtitus bjtitus left a comment

Choose a reason for hiding this comment

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

Build and ran using Xcode 12 and did not see any warnings.

:shipit:

@jkmassel jkmassel merged commit dbbfc4e into develop Sep 17, 2020
@jkmassel
Copy link
Copy Markdown
Contributor Author

Thanks @bjtitus!!

@jkmassel jkmassel deleted the upgrade/xcode-to-12.0 branch September 17, 2020 21:42
@shiki
Copy link
Copy Markdown
Contributor

shiki commented Sep 21, 2020

Thanks for fixing this!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants