smcFanControl icon indicating copy to clipboard operation
smcFanControl copied to clipboard

Fix literal '~' in Release config SYMROOT

Open timsutton opened this issue 2 years ago • 0 comments

I was building the smc scheme via xcodebuild in the CLI with -configuration Release, and I realized that the output binary was going into a literal ~ directory within the working dir, instead of the user's homedir. This just updates the ~ to use $(HOME) like the other schemes are configured.

timsutton avatar Feb 15 '23 14:02 timsutton