Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 697 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 697 Bytes

FastlaneCocoaConf2016

An iOS App for demonstrating Fastlane.

##Setup

If you want to run this project live, you'll need to go to Flickr and get an API key. Afterwards, create a file called “flickr.secret” that has your api key, a new line, and your secret. This project will pick that up and use it for calls to Flickr but not put it under source control.

##The Gist

The app is just a simple navigation-based table view app that allows you to drill down to the details of the camera for a brand on Flickr.

The point is to have something that can be Unit Tested and Xcode UI Tested for the sake of running Fastlane's Scan with.