From 8293af0b51d370bdfb0089aec6c529044cee6fe3 Mon Sep 17 00:00:00 2001 From: Rumou Duan Date: Mon, 1 Jun 2015 16:14:19 +0000 Subject: Add a workspace_root optional field for message Control in xcodegen.proto. Modify XcodeGen to use that field as workspace root if it is set. -- MOS_MIGRATED_REVID=94916387 --- src/main/protobuf/xcodegen.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/protobuf/xcodegen.proto') 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. -- cgit v1.2.3