Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2012
1,293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/usr/bin/codesign_allocate
  2. if [ "${PLATFORM_NAME}" == "iphoneos" ]; then
  3. /Applications/Xcode.app/Contents/Developer/iphoneentitlements511/gen_entitlements.py "my.company.${PROJECT_NAME}" "${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/${PROJECT_NAME}.xcent";
  4. codesign -f -s "iPhone Developer" --entitlements "${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/${PROJECT_NAME}.xcent" "${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/"
  5. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement