Awesome
InterwebzSample
This is the application i used to demonstrate during "Testing in iOS" keynote.
Running the app
This application manages dependent libraries through CocoaPods. If you haven't used CocoaPods, please see their website.
- Clone the repo
- Run
pod install
in your cloned repository. - Open the project using freshly created InterwebzSample.xcworkspace file.
- Change
HEADER_SEARCH_PATHS = ${PODS_HEADERS_SEARCH_PATHS}
toHEADER_SEARCH_PATHS = ${inherited} ${PODS_HEADERS_SEARCH_PATHS}
in Pods-InterwebzSampleTests.xcconfig file. - Build and run!