Fastlane的produce指令

来源:互联网 发布:java控制鼠标移动 编辑:程序博客网 时间:2024/06/03 23:38

新浪微博:东门兜

2017年2月28日最新文章。

1.完成的功能是:

在Apple Developer上创建iOS App IDs,在iTunes Connect上创建App

2.安装Fastlane:

Fastlane安装

3.在控制台输入:

fastlane produce -h,查看帮助信息:
帮助信息

4.分析ruby代码:

脚本代码

设置用户名:username: “#{username}”
设置bundleid:app_identifier: “#{app_identifier}”
设置应用名:app_name: “#{app_name_anther}”
设置版本号:app_version: “1.0.0”
设置sku:sku: “#{app_identifier}”
设置应用语言:language: “English”

注:在控制台输入 fastlane test,开始执行脚本,为啥是test,因为:
fastlane test

0 0
原创粉丝点击