0361abf39d
The current setup for the iOS simulator keys off of the fact that iOS runs on ARM CPUs, and Macs (prior to M1) ran on x64 CPUs. So setting the target_os to "ios" and the target_cpu to "x64" will indicate use of the simulator. On M1, they have the same CPU architecture, so we need another method to indicate use of the simulator SDK. Also added a check to disable code signing, which is not needed for running on the simulator. Bug: skia:12880 Change-Id: I668121010cc557546c4a4e4960601a732bb985c5 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/526017 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Jim Van Verth <jvanverth@google.com> |
||
---|---|---|
.. | ||
BUILD.gn |