Skip to content

Instantly share code, notes, and snippets.

@jakemoore
Created February 2, 2012 22:15
Show Gist options
  • Save jakemoore/1726140 to your computer and use it in GitHub Desktop.
Save jakemoore/1726140 to your computer and use it in GitHub Desktop.
Ld "build/Debug-iphonesimulator/Paper'd.app/Paper'd" normal i386
cd /Users/Jake/Work/Xhatch/GitRepos/Paperd
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk -L/Users/Jake/Work/Xhatch/GitRepos/Paperd/build/Debug-iphonesimulator -L/Users/Jake/Work/Xhatch/GitRepos/Paperd/Paperd/CrittercismSDK -L/Users/Jake/Work/Xhatch/GitRepos/Paperd/TestFlightSDK0.8.2 -F/Users/Jake/Work/Xhatch/GitRepos/Paperd/build/Debug-iphonesimulator -F/Users/Jake/Work/Xhatch/GitRepos/Paperd -filelist "/Users/Jake/Work/Xhatch/GitRepos/Paperd/build/Paperd.build/Debug-iphonesimulator/Paperd.build/Objects-normal/i386/Paper'd.LinkFileList" -mmacosx-version-min=10.6 -Xlinker -objc_abi_version -Xlinker 2 -ObjC -all_load -Xlinker -no_implicit_dylibs -D__IPHONE_OS_VERSION_MIN_REQUIRED=40000 -framework StoreKit -framework SystemConfiguration -framework CFNetwork -framework QuartzCore -lUserVoice -lz -framework Security -framework UIKit -framework Foundation -framework CoreGraphics -framework DropboxSDK -lTestFlight -o "/Users/Jake/Work/Xhatch/GitRepos/Paperd/build/Debug-iphonesimulator/Paper'd.app/Paper'd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment