ghokun / appletv3-iptv

M3U playlist player for Apple TV 3 devices.
MIT License
23 stars 4 forks source link

Jailbroken Apple Tv 3 #6

Open Blastium opened 1 year ago

Blastium commented 1 year ago

Can you make a installation list and file for the already jailbroken devices? Thanks for your interest for this device. Eyv reis :)

ghokun commented 1 year ago

Hi, I dont have such device. If you have maybe you can build this for ios 32 bit:

Should be something like this:

VERSION := $(shell git describe --tags --dirty)
LDFLAGS := "-X github.com/ghokun/appletv3-iptv/internal/config.Version=$(VERSION)"
CGO_ENABLED=0 GOOS=ios GOARCH=arm GOARM=6 go build -ldflags $(LDFLAGS) -a -o bin/appletv3-iptv-ios