vadymmarkov / Fakery

:alien: Swift fake data generator
https://vadymmarkov.github.io
Other
1.79k stars 181 forks source link

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

Closed Liquidsoul closed 3 years ago

Liquidsoul commented 3 years ago

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 commented 3 years ago

Awesome! Thanks @Liquidsoul!