From cf258f707fdcc9d8f1f30a780dda735d582b5b81 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Sun, 31 Mar 2019 13:23:21 +0200 Subject: [PATCH] README.md: note that Go 1.13 is required for bitcode and tvOS support Signed-off-by: Elias Naur --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f681c68c..f1c549c2 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ outputs Gophers.framework with the demo program built for iOS. For tvOS, use `-t $ go run gioui.org/cmd/gio -target tvos gioui.org/apps/gophers +tvOS requires Go 1.13. + To run the demo on an iOS device, use the sample Xcode project: $ git clone https://git.sr.ht/~eliasnaur/gio @@ -68,7 +70,7 @@ To run the demo on an iOS device, use the sample Xcode project: $ open gophers/ios/gophers.xcodeproj/ You need to provide a valid bundle identifier and set up code signing in Xcode to run the demo -on a device. +on a device. If you're using Go 1.12 or older, you also need to disable bitcode. ## License