Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfdrake/hexclock
A minimal hexadecimal clock for the Apple TV.
https://github.com/cfdrake/hexclock
appletv clock hex swift tvos
Last synced: 2 months ago
JSON representation
A minimal hexadecimal clock for the Apple TV.
- Host: GitHub
- URL: https://github.com/cfdrake/hexclock
- Owner: cfdrake
- License: mit
- Created: 2017-03-25T20:50:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T02:53:47.000Z (over 7 years ago)
- Last Synced: 2024-08-03T17:14:27.389Z (5 months ago)
- Topics: appletv, clock, hex, swift, tvos
- Language: Swift
- Homepage: https://itunes.apple.com/us/app/hex-color-clock/id1207660670
- Size: 265 KB
- Stars: 18
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - hexclock
README
# Hex Color Clock
A simple, minimal hexadecimal clock for the Apple TV.
[Download it on the App Store!](https://itunes.apple.com/us/app/hex-color-clock/id1207660670?mt%3D8)
![](https://github.com/cfdrake/hexclock/raw/master/Screenshot.png)
## Dependencies
Fastlane is used to manage the build and deploy process - please install Fastlane via Bundler:
```
$ bundle install
```## Building
### Development
Deploying and testing on the Simulator requires no certificate. Simply build and run as normal.
To deploy and test on a physical Apple TV, begin by fetching the development certificate:
```
$ export FASTLANE_USER=""
$ export HEXCLOCK_CERTS_REPO=""
$ bundle exec fastlane fetch_dev_cert
```To run on physical device, select your Apple TV device, then select `Product > Run`.
### Release
First, begin by fetching the App Store certificate:
```
$ export FASTLANE_USER=""
$ export HEXCLOCK_CERTS_REPO=""
$ bundle exec fastlane fetch_release_cert
```To build for the App Store, select `Product > Archive`.
## License
Please see the `LICENSE.md` file.