All Projects → srv7 → upload_dsym_to_bugly

srv7 / upload_dsym_to_bugly

Licence: MIT license
fastlane plugin upload dSYM/ipa to bugly

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to upload dsym to bugly

sentry-fastlane-plugin
Official fastlane plugin for Sentry
Stars: ✭ 100 (+284.62%)
Mutual labels:  fastlane, dsym
ios-build-script
Shell scripts to build ipa
Stars: ✭ 52 (+100%)
Mutual labels:  fastlane
fastlane-plugin-validate app
Validate your app with altool before uploading to iTunes Connect
Stars: ✭ 16 (-38.46%)
Mutual labels:  fastlane
UE4Bugly
腾讯Bugly虚幻4插件,支持崩溃上报,log上报等功能
Stars: ✭ 60 (+130.77%)
Mutual labels:  bugly
birthtalk
Meet who have birth common with you
Stars: ✭ 36 (+38.46%)
Mutual labels:  fastlane
fastlane-plugin-run tests firebase testlab
Runs Android tests in Firebase Test Lab 🚀
Stars: ✭ 46 (+76.92%)
Mutual labels:  fastlane
Screenshots
Screenshots: A command line utility and package for capturing screenshots for Flutter
Stars: ✭ 225 (+765.38%)
Mutual labels:  fastlane
LongWeekend-iOS
🏖📱 LongWeekend is iOS Application that supports checking long weekends when taking a vacation in Japan
Stars: ✭ 19 (-26.92%)
Mutual labels:  fastlane
ionic4-boilerplate
🚀 boilerplate for ionic4 with CI based on travis and fastlane. doc and example are provided
Stars: ✭ 25 (-3.85%)
Mutual labels:  fastlane
elm-cordova-intro
Getting started with Elm, Cordova and Fastlane
Stars: ✭ 16 (-38.46%)
Mutual labels:  fastlane
fastlane-plugin-slack bot
A Fastlane plugin to customize your automation workflow(s) with a Slack Bot 🤖🚀
Stars: ✭ 26 (+0%)
Mutual labels:  fastlane
pedax
Reversi Board with edax, which is the strongest reversi engine.
Stars: ✭ 18 (-30.77%)
Mutual labels:  fastlane
xcresult
Ruby interface for inspecting data and exporting data from Xcode 11 .xcresult files
Stars: ✭ 31 (+19.23%)
Mutual labels:  fastlane
Localizr
Localizr is a Tool that handles and automates the generation of localization files for IOS and Android so there will be only one source of truth for all of your localization strings.
Stars: ✭ 33 (+26.92%)
Mutual labels:  fastlane
RecordingSample
Recording Sample by React Native
Stars: ✭ 27 (+3.85%)
Mutual labels:  fastlane
Docker Android Build Box
An optimized docker image includes Android, Kotlin, Flutter sdk.
Stars: ✭ 245 (+842.31%)
Mutual labels:  fastlane
on-demand-delivery-fastlane-slack
iOS On-Demand delivery architecture via slack/jenkins/fastlane. Demo project for: #PragmaConf2019
Stars: ✭ 18 (-30.77%)
Mutual labels:  fastlane
fastlane-ios-example
Fastlane iOS Example for Beta, Release
Stars: ✭ 38 (+46.15%)
Mutual labels:  fastlane
icon-banner
🚩 IconBanner adds custom nice-looking banners over your mobile app icons 📱
Stars: ✭ 18 (-30.77%)
Mutual labels:  fastlane
Swiftmazing
A iOS application with layout based on App Store that can check the most starred and last updated Swift repository
Stars: ✭ 73 (+180.77%)
Mutual labels:  fastlane

upload_dsym_to_bugly plugin

fastlane Plugin Badge

Note

2021 年 6 月 28 日 开始,bugly 不再支持使用 openApi 的方式上传符号表,需要使用官方提供的命令行上传工具进行上传。 本插件当前使用的工具版本为:3.3.4

  • upload_dsym_to_bugly action 的方法参数有变化,请注意。请参照 Getting Start 部分
  • 去除了上传 ipa 到 bugly 的 action。

Getting Started

This project is a fastlane plugin. To get started with fastlane-plugin-upload_dsym_to_bugly, add it to your project by running:

$ fastlane add_plugin upload_dsym_to_bugly

add the following to your fastfile

lane :upload_dysm do
    upload_dsym_to_bugly(
      file_path: "<path/to/your/x.app.dSYM.zip",
      app_key: "<your app_key>",
      app_id:"<your app_id>",
      bundle_id: '<your bundle id>',
      version: get_version_number,
      raise_if_error: false
    )
end

About upload_dsym_to_bugly

upload dSYM to bugly

Using fastlane Plugins

For more information about how the fastlane plugin system works, check out the Plugins documentation.

Issues and Feedback

For any other issues and feedback about this plugin, please submit it to this repository.

Troubleshooting

If you have trouble using plugins, check out the Plugins Troubleshooting guide.

About fastlane

fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].