Casual without compromise
Grab the repo and install dependencies with Carthage
:
> git clone https://github.com/tmm/vodka-soda-ios.git
> cd vodka-soda-ios
> brew update && brew install carthage
> carthage update --platform ios
Add environment variables to product scheme:
- In Xcode, go to
Product
>Scheme
>Manage Schemes...
- Select
vodka-soda
and clickEdit...
- Go to
Run
>Arguments
- Add your Client ID (
VODKA_SODA_CLIENT_ID
as key), Client Secret (VODKA_SODA_CLIENT_SECRET
), and Base Url (VODKA_SODA_BASE_URL
as key) to the Environment Variables.