aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/xcodegen.proto
diff options
context:
space:
mode:
authorGravatar Rumou Duan <rduan@google.com>2015-06-22 21:13:01 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2015-06-23 09:03:10 +0000
commit27d218432dc8d437b8b431e6bbdee05d145b2b20 (patch)
tree2cb431735a7f2d02841cc6dfa20fce5ceea81d64 /src/main/protobuf/xcodegen.proto
parente741e8f5c5a196e63a66526f2afa880876fcd4ed (diff)
Set build setting ARCHS in generated XCode project file based on values passed from Bazel.
-- MOS_MIGRATED_REVID=96605573
Diffstat (limited to 'src/main/protobuf/xcodegen.proto')
-rw-r--r--src/main/protobuf/xcodegen.proto4
1 files changed, 4 insertions, 0 deletions
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.