pelias / pelias-ios-sdk

Interact with Mapzen's search & geocoding service
https://mapzen.com/products/search/
Other
9 stars 9 forks source link

Update Pelias with Swift 2.3 support #48

Closed msmollin closed 8 years ago

msmollin commented 8 years ago

So the build here is failing because Travis needs to update their version of xctool to be compatible with Xcode 8. However, xctool is deprecated and the community is patching it but I think at this point we should probably move the builds to Circle CI ( https://circleci.com/blog/xcode-7-3-1-and-why-we-changed-from-xctool-to-xcodebuild/ ). I'd like to avoid doing this in this patch though. Thoughts?

msmollin commented 8 years ago

Ok. I've updated the circle.yml, re-enabled circle here, and disabled TravisCI Builds. We'll need to update the README to show Circle builds as passing instead of Travis builds.