Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.使用编辑器打开脚本,修改work变量值,这里存放工程文件完整路径 4.修改schema变量名,对应工程中的schema名字 work变量值和schema怎么获取呢? work是工程的路径吗?schema是url scheme吗? #1

Open
albertbxl opened this issue Sep 11, 2015 · 1 comment

Comments

@albertbxl
Copy link

No description provided.

@bing6
Copy link
Owner

bing6 commented Sep 11, 2015

work不只是工作的目录还包括工程文件
比如
work="/Users/bing/XCodeProjects/xxx/trunk/xxx/xxx.xcworkspace"
或者
work="/Users/bing/XCodeProjects/xxx/trunk/xxx/xxx.xcodeproj"
使用那个取决于你是对project编译还是workspace

schema这个词我打错了应该是scheme,在你的工具条,选择设备按钮的左边就是了。
大部分情况是和target名字一样的,如果你只有一个target那就是和项目名一样的.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants