Skip to content

Commit

Permalink
Pass DEVELOPER_DIR to environment_plist.sh.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=113896378
  • Loading branch information
aragos authored and davidzchen committed Feb 5, 2016
1 parent c5a15d3 commit bddc575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ private void registerEnvironmentPlistAction() {
configuration.getBundlingPlatform().getLowerCaseNameInPlist(),
configuration.getIosSdkVersion());
ruleContext.registerAction(
ObjcRuleClasses.spawnOnDarwinActionBuilder()
ObjcRuleClasses.spawnXcrunActionBuilder(ruleContext)
.setMnemonic("EnvironmentPlist")
.setExecutable(attributes.environmentPlist())
.addArguments("--platform", platformWithVersion)
Expand Down

0 comments on commit bddc575

Please sign in to comment.