Last active
December 27, 2015 05:39
-
-
Save ha1t/7275356 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
mkdir -p ~/bin | |
ln -s /usr/local/bin/lame ~/bin/lame | |
ln -s /usr/local/bin/swfmill ~/bin/swfmill | |
ln -s /usr/local/bin/luac ~/bin/luac52 | |
ln -s /usr/local/bin/oggenc ~/bin/oggenc |
This file contains hidden or 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
xcodebuild -sdk iphonesimulator -configuration Debug -target SampleProject -project SampleProject.xcodeproj CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment