sf-ios
sf-ios copied to clipboard
An app for iOS social events in SF

sf-ios
An app for #sf-coffee and #sf-beer events from the iOS Folks Slack.
Why Obj-C?
For interviews, I needed to become comfortable again with Obj-C. What better way than to write an app?
Getting the app
Join the TestFlight: SF iOS testflight
Building from source
For travel time estimates, it uses Uber and Lyft REST APIs and the corresponding credentials are stored in Secrets/secrets.plist file. This file, for obvious reasons, is not checked-in into version control. To build and run:
- Duplicate
Secrets/secrets-example.plistand rename it tosecrets.plist. you can build the project now but Uber and Lyft travel times will not be available. - Get Uber and Lyft
client-idandserver-tokenand populatesecrets.plist.
The app fetches data from CoffeeCoffeeCoffee which is also an open source project
Continuous Integration
We use Bitrise for CI. If you'd like to help with that or learn more please use the link for referral goodies.