Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 658 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 658 Bytes

vodka-soda-ios

Casual without compromise

Set up

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:

  1. In Xcode, go to Product > Scheme > Manage Schemes...
  2. Select vodka-soda and click Edit...
  3. Go to Run > Arguments
  4. 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.