README.md: note that Go 1.13 is required for bitcode and tvOS support

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-03-31 13:23:21 +02:00
parent 98318abb60
commit cf258f707f
+3 -1
View File
@@ -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