Index: build/config/mac/rules.gni |
diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni |
index 9d13d8c4d69e1fa16a96578c02ba338ddbbd605e..34d5500ce34cac84cb65b10d0b62e6c2c308cc52 100644 |
--- a/build/config/mac/rules.gni |
+++ b/build/config/mac/rules.gni |
@@ -361,8 +361,10 @@ template("mac_xib_bundle_data") { |
ibtool_flags = [ |
"--minimum-deployment-target", |
mac_deployment_target, |
- "--target-device", |
- "mac", |
+ |
+ # TODO(rsesek): Enable this once all the bots are on Xcode 7+. |
+ # "--target-device", |
+ # "mac", |
] |
} |