Skip to content
This repository was archived by the owner on May 29, 2021. It is now read-only.

Fixes #117 - The project does not compile with Xcode 12#118

Open
st3fan wants to merge 1 commit intomasterfrom
st3fan/modernize
Open

Fixes #117 - The project does not compile with Xcode 12#118
st3fan wants to merge 1 commit intomasterfrom
st3fan/modernize

Conversation

@st3fan
Copy link
Copy Markdown
Contributor

@st3fan st3fan commented Oct 19, 2020

This patch brings the project up to date with Xcode 12. It now cleanly compiles except for two innocent warnings about simulator versions (for testing) in the AliSoftware/OHHTTPStubs framework.

Because AliSoftware/OHHTTPStubs had to be upgraded to a newer version, I used that as an opportunity to kick Carthage out of this project and instead us the Swift Package Manager. This makes the project simpler and more standard.

I also let Xcode upgrade the recommended project settings, but this included an upgrade of the DEPLOYMENT_TARGET to 12.0 - Focus (the only consumer of this library) still deploys to 11.4 so I changed that back in the project.

We can probably not land this until Focus is upgraded to Xcode 12.

Cc @boek

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant