| Index: build/config/mac/rules.gni
|
| diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni
|
| index 9aa1f92ae25f3c1b5dcd1129c26835cb37fd1feb..2105afa790bf46753be9eb3f7fea28e13d9e5630 100644
|
| --- a/build/config/mac/rules.gni
|
| +++ b/build/config/mac/rules.gni
|
| @@ -59,8 +59,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",
|
| ]
|
| }
|
|
|
|
|