赞
踩
# 使用xcodebuild和xcrun打包签名
xcodebuild -project "$project_name" -target "$target_name" -configuration "$configuration" -sdk iphoneos build CODE_SIGN_IDENTITY="$codeSignIdentity" PROVISIONING_PROFILE="$provision_UUID"
xcrun -sdk iphoneos -v PackageApplication ./build/Release-iphoneos/"$target_name".app -o "$ipa_path"
参考链接:
http://www.jianshu.com/p/1229476fbce4
http://blog.csdn.net/safiri/article/details/51208450
http://magicalboy.com/xcodebuild-usage/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。