Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/powermobileweb/hexclockapp
https://github.com/powermobileweb/hexclockapp
appletv clock hex swift swift4 tvos
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/powermobileweb/hexclockapp
- Owner: powermobileweb
- License: mit
- Created: 2018-08-15T20:44:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T02:12:15.000Z (over 6 years ago)
- Last Synced: 2024-12-20T18:54:18.928Z (19 days ago)
- Topics: appletv, clock, hex, swift, swift4, tvos
- Language: Swift
- Size: 146 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
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)
## 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.
Please contact me if there is any question.
[email protected]