From a6c7c7ae6e23bb61083980c697a3319a893adb93 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Tue, 21 Mar 2017 11:49:26 -0400 Subject: [PATCH] Add docs for iOS simulator build. The new bot[1] seems to be working. [1] https://status.skia.org/repo/skia?filter=search&search_value=Build-Mac-Clang-x64-Release-iOS BUG=skia:6329 Change-Id: I40ea4b19cba14a160d84317d7fee11aef5b17051 Reviewed-on: https://skia-review.googlesource.com/9973 Reviewed-by: Hal Canary --- site/user/build.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/site/user/build.md b/site/user/build.md index eaf56c2..9d43fc2 100644 --- a/site/user/build.md +++ b/site/user/build.md @@ -110,10 +110,11 @@ iOS --- Run GN to generate your build files. Set `target_os="ios"` to build for iOS. -This defaults to `target_cpu="arm64"`. +This defaults to `target_cpu="arm64"`. Choosing `x64` targets the iOS simulator. - bin/gn gen out/ios64 --args='target_os="ios"' - bin/gn gen out/ios32 --args='target_os="ios" target_cpu="arm"' + bin/gn gen out/ios64 --args='target_os="ios"' + bin/gn gen out/ios32 --args='target_os="ios" target_cpu="arm"' + bin/gn gen out/iossim --args='target_os="ios" target_cpu="x64"' Googlers who want to sign and run iOS test binaries can do so by running something like -- 2.7.4