watsonbox / ios_google_places_autocomplete

Google Places address entry for iOS (Swift)
MIT License
269 stars 72 forks source link

Updated to Swift 2 syntax #22

Closed piercifani closed 8 years ago

samscam commented 8 years ago

Looks like that mostly failed because Travis still doesn't support Swift 2.0 wasn't being told to use XCode 7 in the .travis.yml file...

Cloning @piercifani's branch, I can confirm the example project builds and runs fine. Trying to build the framework target in isolation fails for me due to screwy build settings to do with the pods and the (non-existent) tests for the framework, but it's not hard to fix.

Oh and the tests in the example project fail because the system font and navigation bar background have changed - that's another topic for another time.

Fresh pull request inbound :)

watsonbox commented 8 years ago

@piercifani I've merged #25 in favour of this, initially due to the test failure. Thanks a lot for your PR all the same.