Skip to content
This repository has been archived by the owner on Jun 18, 2018. It is now read-only.

facebookarchive/wit-ios-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WitEval

Simple app to quickly test different Wit instances.

Getting started

gem install cocoapods # may need sudo
pod install

If you had your project (.xcodeproj) open in Xcode, close it and open the .xcworkspace file instead. From now on, you should only use the .xcworkspace file.

Set your Wit Access Token in wit-ios-eval/AppDelegate.m

[Wit sharedInstance].accessToken = @"xxx";