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

Bump to Xcode 11.6 and replace Carthage with SPM in Xcode project #140

Merged
merged 5 commits into from
Nov 18, 2020

Conversation

Liquidsoul
Copy link
Contributor

@Liquidsoul Liquidsoul commented Nov 17, 2020

I tried to build and compile the project using Xcode 12 and failed to do so because of a limitation in Carthage (see Xcode12Workaround).

Instead of adding some information about this workaround or even add the workaround script into the project, I choose to remove Carthage altogether from the project because we can achieve the same result with the build-in SPM in Xcode.

This also have the advantage of removing the lack of documentation about the use of Carthage in the project.

Note that this does not remove support of Carthage when the library is used as a dependency.

@vadymmarkov
Copy link
Owner

Awesome! Thanks @Liquidsoul!

@vadymmarkov vadymmarkov merged commit 22a3b5e into vadymmarkov:master Nov 18, 2020
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.

None yet

2 participants