From 27d218432dc8d437b8b431e6bbdee05d145b2b20 Mon Sep 17 00:00:00 2001 From: Rumou Duan Date: Mon, 22 Jun 2015 21:13:01 +0000 Subject: Set build setting ARCHS in generated XCode project file based on values passed from Bazel. -- MOS_MIGRATED_REVID=96605573 --- src/main/protobuf/xcodegen.proto | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main') diff --git a/src/main/protobuf/xcodegen.proto b/src/main/protobuf/xcodegen.proto index ddfc10f4bf..9e12a1da2a 100644 --- a/src/main/protobuf/xcodegen.proto +++ b/src/main/protobuf/xcodegen.proto @@ -38,6 +38,10 @@ message Control { // Absolute path to the root of the current Bazel user workspace. optional string workspace_root = 4; + + // CPU architectures (armv7, arm64, i386, x86_64, etc.) used to build for + // targets in the project.pbxproj file. + repeated string cpu_architecture = 5; } // Information about dependency on a separate target. -- cgit v1.2.3