摘要:
1. 首先确保在Device,release版本下成功编译了App。2. 在Targets下面添加一个新的Shell Script Target。3. 将以下代码复制进去即可:# shell script goes here# compress application./bin/mkdir $CONFIGURATION_BUILD_DIR/Payload/bin/cp -R $CONFIGURATION_BUILD_DIR/iBI.app $CONFIGURATION_BUILD_DIR/Payload/bin/cp images/logo.png $CONFIGURATION_BUILD_D 阅读全文
摘要:
Been updated the XCode and iPhone SDK into 3.2, now I am ready to debug my apps directly on my jailbroken iPhone 3G. This hacks will save you $99 from paying Apple just to code for fun or perhaps profit.Needed steps are:1. Jailbreak your iPhone.2. Install AppSync or Installd Patch, mine is using App 阅读全文