Basics: iPhone-Entwicklung und so! 0

Posted by fwoeck
on Monday, April 06

unsortierte Schnipsel

chmod 755 gen_entitlements.py 

cd rhodes/platform/iphone/build/Release-iphoneos/

scp -r rhorunner.app root@10.14.12.174:/Applications/

ldid -S /Applications/xyz.app/xyz
chmod +x /Applications/xyz.app/xyz

/Users/you/bin/gen_entitlements.py :

export CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate

if [ "${PLATFORM_NAME}" == "iphoneos" ]; then
   /Users/youruser/bin/gen_entitlements.py "my.company.${PROJECT_NAME}" "${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/${PROJECT_NAME}.xcent";
   codesign -f -s "iPhone developer" --resource-rules "${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/ResourceRules.plist" \
   --entitlements "${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/${PROJECT_NAME}.xcent"  "${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/" 
fi

Weblinks

  1. www.246tnt.com/iPhone
  2. www.saurik.com
  3. cydia
  4. Building Rhodes on Supported Platforms
  5. blog.iphone-dev.org