From: Cherry Zhang Date: Mon, 28 Dec 2020 19:36:45 +0000 (-0500) Subject: doc/go1.16: reference misc/ios/README for how to build iOS programs X-Git-Tag: go1.16rc1~135 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b4a71c95d2388cbbab70bd751b9706f848643dd6;p=gostls13.git doc/go1.16: reference misc/ios/README for how to build iOS programs Updates #43371, #43343. Change-Id: Ib89b809a5220717507272453ea86224d1928dd36 Reviewed-on: https://go-review.googlesource.com/c/go/+/280154 Trust: Cherry Zhang Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.16.html b/doc/go1.16.html index 1694b2277d..0c2921fe6b 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -55,7 +55,9 @@ Do not send CLs removing the interior tags from such phrases. Go 1.16 adds an ios/amd64 port, which targets the iOS simulator running on AMD64-based macOS. Previously this was unofficially supported through darwin/amd64 with - the ios build tag set. + the ios build tag set. See also + misc/ios/README for + details about how to build programs for iOS and iOS simulator.