aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/xcodegen.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/protobuf/xcodegen.proto')
-rw-r--r--src/main/protobuf/xcodegen.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/protobuf/xcodegen.proto b/src/main/protobuf/xcodegen.proto
index 6a19555637..ddfc10f4bf 100644
--- a/src/main/protobuf/xcodegen.proto
+++ b/src/main/protobuf/xcodegen.proto
@@ -35,6 +35,9 @@ message Control {
// Project-level build settings. These are shared with every target, unless
// an individual target overrides any of them.
repeated XcodeprojBuildSetting build_setting = 3;
+
+ // Absolute path to the root of the current Bazel user workspace.
+ optional string workspace_root = 4;
}
// Information about dependency on a separate target.