Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhamiltoncx/buck-ios-sample

Sample iOS app built and tested with Buck
https://github.com/bhamiltoncx/buck-ios-sample

Last synced: about 9 hours ago
JSON representation

Sample iOS app built and tested with Buck

Awesome Lists containing this project

README

        

== README for buck-ios-sample ==

This is a small iOS app which builds and runs tests with Buck.

Prerequisites:

1) Buck (https://github.com/facebook/buck/)
2) Xcode with command-line tools installed

== Instructions ==

% buck test //:AppTest

This should build the sample iOS Simulator app, its application-hosted unit test, and use
the (included) `xctool` binary to install and launch the test inside the app in the iOS
simulator.