Git Product home page Git Product logo

bugly-fastlaneplugin's Introduction

Fastlane 插件

一. Beta 插件

下载插件,解压后将ruby文件放到工程的/fastlane/actions目录下

1.1 上传插件使用

  1. /fastlane/Fastfile 中添加如下任务,根据 API说明 配置对应参数:
 	lane :upload do
		upload_app_to_bugly(
      		file_path:"filepath",
      		app_key:"appkey",
      		app_id:"appid",
      		pid:"pid",
      		title:"title",
      		desc:"description",
      		secret:"secret",
      		users:"users",
      		password:"password",
      		download_limit:download_limit
    	)
  	end
  1. 配置好任务后,打开终端,进入工程目录,输入命令

fastlane upload

上传成功后会在终端提示 **`upload success`** ,否则会提示 **`upload failed,result is {error msg}`**

1.2 更新插件使用

  1. /fastlane/Fastfile 中添加如下任务,根据 API说明 配置对应参数:
  lane :update do
  	update_app_to_bugly(
    	file_path:"pathfile",
    	app_key:"appkey",
    	exp_id:"expid",
    	title:"title",
    	desc:"escription",
    	secret:"secret",
    	password:"password",
    	download_limit:download_limit
  	)
	end
  1. 配置好任务后,打开终端,进入工程目录,输入命令

fastlane update

更新成功后会在终端提示 **`update success`** ,否则会提示 **`update failed,result is {error msg}`**

bugly-fastlaneplugin's People

Contributors

sexiong306 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

bugly-fastlaneplugin's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.