GEOSwift / geos

GEOS packaging for SPM & CocoaPods
GNU General Public License v2.0
12 stars 22 forks source link

Carthage #5

Closed madhavajay closed 5 years ago

madhavajay commented 5 years ago

This adds an Xcode Project and Preprocessing target which builds geos.framework for iOS, macOS and tvOS.

It would be a good idea to add test targets which run the test files and add this to Travis CI or something.

macdrevx commented 5 years ago

Looks great. I'm going to bump the version number and make a new release that includes this.

macdrevx commented 5 years ago

I actually think we need to break with our tradition of following the version numbers from geos itself. Instead, the version numbers we use here will just be for our build config, not for the underlying lib.

madhavajay commented 5 years ago

Awesome! Also don't forget you can add tvOS support now to the podspec for the next podspec release and it should also update the README.md badge from Cocoapods.

macdrevx commented 5 years ago

Pushing it now. Trunk pushes were disabled for maintenance on the specs repo when I tried doing it over the weekend.