https://github.com/boxuk/staff-ios
iOS Application for listing all staff at Box UK
https://github.com/boxuk/staff-ios
Last synced: 12 months ago
JSON representation
iOS Application for listing all staff at Box UK
- Host: GitHub
- URL: https://github.com/boxuk/staff-ios
- Owner: boxuk
- Created: 2013-06-03T17:00:45.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-21T14:16:51.000Z (about 13 years ago)
- Last Synced: 2025-01-06T02:20:17.133Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://boxuk.com
- Size: 2.28 MB
- Stars: 3
- Watchers: 50
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
staff-ios
=========
iOS client for [boxuk/staff](https://github.com/boxuk/staff).
## Running
You will need:
* Ruby >1.9.3
* Cocoapods (`[sudo] gem install cocoapods`)
* XCode, iOS 6 SDK
Clone the repo, run `[sudo] pod install` in the root of the directory to install deps.
## Tests
Tests are written using the `OCMock` framework. These need to be run using XCode or xctool.
## TODO
* Upgrade to iOS 7
* Upgrade to XCTest framework to run tests on CLI.

