We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce0c61 commit 07a03d3Copy full SHA for 07a03d3
Authenticator.xcodeproj/project.pbxproj
@@ -470,7 +470,7 @@
470
);
471
runOnlyForDeploymentPostprocessing = 0;
472
shellPath = /bin/bash;
473
- shellScript = "PATH=${PATH}:/usr/local/bin\ncd \"${SRCROOT}/Authenticator/Resources/\"\n./GenerateIcons.sh";
+ shellScript = "PATH=/usr/local/bin:${PATH}\ncd \"${SRCROOT}/Authenticator/Resources/\"\n./GenerateIcons.sh";
474
showEnvVarsInLog = 0;
475
};
476
/* End PBXShellScriptBuildPhase section */
0 commit comments