Open source free class for tvOS (in progress)
developer environment setup application releases
developer environment setup video
NOTE: the command line tool and shell script are unfinished, I will revist them later when I have more time. A full writeup of this environment install will also be available at a later date.
Required:
- Apple ID: https://appleid.apple.com/account#!&page=create
- Developer Account: https://developer.apple.com/account (sign in using an apple id)
- macOS high sierra+
- Xcode & Command Line Tools
The versions of Xcode and command line tools vary depending on your macOS version:
10.13 | 10.14 | 10.15 | |
---|---|---|---|
Xcode | 10.1 | 11.3.1 | 11.4 |
CLI | 10.13 | 11.3.1 | 11.4 |
-
brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
-
tvOS Theos AppleTV SDK's
These need to be placed in $THEOS/sdks/ -
tvOS Templates These need to be placed in $THEOS/templates/
-
dpkg (requires brew)
brew install dpkg
-
ldid (requires brew)
brew install ldid
use BlueCocoa's class-dump