Skip to content

Commit 07a03d3

Browse files
committed
Prefer the newer copy of pngcrush from Homebrew over the one packaged in iPhoneOS.platform
1 parent fce0c61 commit 07a03d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Authenticator.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
);
471471
runOnlyForDeploymentPostprocessing = 0;
472472
shellPath = /bin/bash;
473-
shellScript = "PATH=${PATH}:/usr/local/bin\ncd \"${SRCROOT}/Authenticator/Resources/\"\n./GenerateIcons.sh";
473+
shellScript = "PATH=/usr/local/bin:${PATH}\ncd \"${SRCROOT}/Authenticator/Resources/\"\n./GenerateIcons.sh";
474474
showEnvVarsInLog = 0;
475475
};
476476
/* End PBXShellScriptBuildPhase section */

0 commit comments

Comments
 (0)