Last active
December 7, 2018 15:36
-
-
Save 1951FDG/0e0758aa089b0db19b81 to your computer and use it in GitHub Desktop.
Everything SixtyFour
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
~/Developer/DeploymentScripts/DeploymentSixtyFour.sh ~/Developer/SixtyFour/SixtyFour.xcodeproj | |
~/Developer/DeploymentScripts/DeploymentSixtyFour.sh ~/Developer/SixtyFour/SixtyFour.xcodeproj "SixtyFour copy" | |
~/Developer/Dropbox-Uploader/dropbox_uploader.sh upload ~/Desktop/SixtyFour\ 1.0.zip /Public/SixtyFour\ 1.0.zip | |
sudo chgrp procmod ~/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour | |
sudo chmod g+s ~/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour | |
ls -l -R -G ~/Developer/SixtyFour/build/Release/SixtyFour.app | |
python objc_cover.py ~/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour | |
strings ~/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour | |
/usr/bin/ibtool --connections ~/Developer/SixtyFour/English.lproj/Window.xib | |
~/Developer/nib2objc/Command\ Line/build/Release/nib2objc ~/Developer/SixtyFour/English.lproj/Window.xib 2 > nib2objc.c | |
python ~/Downloads/nst-objc_cover-624efc6/objc_cover.py ~/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour | |
$(xcrun -find otool) | |
otool -hV -arch x86_64 ~/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour | |
otool -L -arch x86_64 ~/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour | |
$(xcrun -find dyldinfo) | |
dyldinfo -arch x86_64 -lazy_bind ~/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour | |
dyldinfo -arch x86_64 -bind ~/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour | |
$(xcrun -find nm) | |
nm -arch x86_64 ~/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour > | |
nm -a -arch x86_64 ~/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour > | |
/Volumes/class-dump-3.3.4/class-dump -H ~/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour -o | |
/Volumes/class-dump-3.3.4/class-dump -f applicationDidFinishLaunching ~/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour | grep -o -P '(?<=@interface ).*(?= :)' | |
lipo -detailed_info ~/Developer/SixtyFour/build/Release/SixtyFour.app/Contents/MacOS/SixtyFour | |
qlmanage -c com.apple.application -g ~/Developer/SixtyFour/SixtyFour/build/Release/SixtyFour.qlgenerator -p /System/Library/CoreServices/Finder.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment