https://github.com/ericrabil/gibtv
https://github.com/ericrabil/gibtv
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericrabil/gibtv
- Owner: EricRabil
- Created: 2022-01-30T01:58:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T06:48:53.000Z (over 3 years ago)
- Last Synced: 2025-01-06T04:42:00.378Z (over 1 year ago)
- Language: Swift
- Size: 300 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GibTV
Proof-of-concept macOS app for controlling Apple TVs, powered by the `TVRemoteCore` framework.
Features:
- [x] `RemoteTextInput` integration for natural text input
- [x] `CoreGraphics`/`HID` integration for gesture swipes as seen on the [Apple TV HD remote](https://support.apple.com/library/APPLE/APPLECARE_ALLGEOS/SP724/SP724_us.png)
- [x] Support for clicking the various buttons on the remote, and key bindings for easy access.
## Demo (YouTube)
## Prerequisites to run
This uses private entitlements, so you'll need to do one of the following:
- Disable AMFI
- Load your own code signatory using `AMFITrustedKeys`
- Work at Apple