Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Hex Color Clock

A simple, minimal hexadecimal clock for the Apple TV.

Download it on the App Store!

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="<apple id>"
$ export HEXCLOCK_CERTS_REPO="<git repository holding certificates>"
$ 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="<apple id>"
$ export HEXCLOCK_CERTS_REPO="<git repository holding certificates>"
$ bundle exec fastlane fetch_release_cert

To build for the App Store, select Product > Archive.

License

Please see the LICENSE.md file.

About

A minimal hexadecimal clock for the Apple TV.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.