mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 09:55:40 +00:00
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:
@@ -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
|
$ 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:
|
To run the demo on an iOS device, use the sample Xcode project:
|
||||||
|
|
||||||
$ git clone https://git.sr.ht/~eliasnaur/gio
|
$ 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/
|
$ open gophers/ios/gophers.xcodeproj/
|
||||||
|
|
||||||
You need to provide a valid bundle identifier and set up code signing in Xcode to run the demo
|
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
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user