This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am dcordero on github. | |
* I am dcordero (https://keybase.io/dcordero) on keybase. | |
* I have a public key ASBVRUnEJFbv20bwUsCI5yVm6DKHgruCnLaBhYC2m0rGGAo | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
xcode_path=$1 | |
# Backup icon | |
cp "${xcode_path}/Contents/Resources/Xcode.icns" "${xcode_path}/Contents/Resources/Xcode-original.icns" | |
# Get version | |
version=`${xcode_path}/Contents/Developer/usr/bin/xcodebuild -version | head -1 | cut -f2 -d' '` |