]> Cypherpunks repositories - gostls13.git/commit
misc/ios: add support for running programs on the iOS simulator
authorElias Naur <mail@eliasnaur.com>
Wed, 16 Sep 2020 13:23:58 +0000 (15:23 +0200)
committerElias Naur <mail@eliasnaur.com>
Sat, 3 Oct 2020 17:02:58 +0000 (17:02 +0000)
commit869c02ce1f635960bfc2f06bb52e2b4e17eaa199
treeb3941d8aeead90aa9c88334a0c72a055f16bf821
parentbb48f9925cf541e7b5f4bfafb9d008671c4ace47
misc/ios: add support for running programs on the iOS simulator

Update the README to mention the emulator. Remove reference to gomobile
while here; there are multiple ways to develop for iOS today, including
using the c-archive buildmode directly.

Updates #38485

Change-Id: Iccef75e646ea8e1b9bc3fc37419cc2d6bf3dfdf4
Reviewed-on: https://go-review.googlesource.com/c/go/+/255257
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Elias Naur <mail@eliasnaur.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
misc/ios/README
misc/ios/clangwrap.sh
misc/ios/detect.go
misc/ios/go_ios_exec.go [moved from misc/ios/go_darwin_arm_exec.go with 81% similarity]
src/cmd/dist/build.go
src/iostest.bash
src/runtime/cgo/gcc_darwin_arm64.c