pod install
- Open the Xcode workspace -> the
Pods
project -> theUpsurge
target,Build Settings
, change theSwift Language Version
to 4.2. - Add a new plist to the project, named
Config.plist
. - Add these string properties to the plist, using the corresponding values from your Foursquare/Last.fm developer accounts:
FoursquareClientId
FoursquareClientSecret
Note that the app will work without the Foursquare config vars, but place lookups will fail, so you will be unable to assign venues to visits.