Skip to content

fanrr/xcodebuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
fanrui
Oct 26, 2016
b544afd · Oct 26, 2016

History

20 Commits
Oct 26, 2016
Oct 26, 2016
Oct 26, 2016
Oct 26, 2016
Oct 26, 2016

Repository files navigation

xcodebuild

Xcode打包脚本

怎么用它?

  • clone 工程
  • 打开终端cd到xcodebuild工程下执行
$python build.py
  • 设置参数
您需要设置参数,您的参数如下:
=========================
mainPath          :None
targetName        :None
xcworkspaceName   :None
schemeName        :None
certificateName   :None
exportPath        :None
=========================

具体参数对照

###mainPath

input mainPath:/Users/Raymond/Documents/Demo

###targetName

input targetName:Demo

###xcworkspaceName

input xcworkspaceName:Demo

###schemeName

input schemeName:Demo

###certificateName

input certificateName:iPhone Developer: xx xx (xxxxxxx)

###exportPath

input exportPath:/Users/Raymond/Desk/IPA/

设置完参数,就等待IPA包的出现吧,傻瓜式的打包

  • 修改参数
$python build.py -c
#or
$python build.py -config
#不输入默认不做修改

About

Xcode打包脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages