Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bhamiltoncx/buck-ios-sample
- Owner: bhamiltoncx
- Created: 2015-05-28T20:27:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T20:30:35.000Z (over 9 years ago)
- Last Synced: 2023-03-12T04:42:10.744Z (over 1 year ago)
- Language: Objective-C
- Size: 580 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.