aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-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.