Skip to content

Instantly share code, notes, and snippets.

@jjgod
Created July 26, 2008 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjgod/2640 to your computer and use it in GitHub Desktop.
Save jjgod/2640 to your computer and use it in GitHub Desktop.
if [ "${ARCHS}" = "armv6" ]; then
CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate codesign -s "Jjgod Jiang" -f ${TARGET_BUILD_DIR}/${EXECUTABLE_FOLDER_PATH}/${EXECUTABLE_NAME}
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment