IOS打包脚本

1.xcodebuild clean -project $projectname.xcodeproj -configuration Release -alltargets
2.xcodebuild archive -project $projectname.xcodeproj -scheme $schemename -archivePath $projectname.xcarchive

3.xcodebuild -exportArchive -archivePath $projectname.xcarchive -exportPath $projectname -exportFormat ipa -exportProvisioningProfile “Provisioning Profile Name”

posted @ 2015-04-16 12:56  朋克  阅读(129)  评论(0编辑  收藏  举报