Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
fastlane-plugin-cc_upload_dsym_to_bugly
Advanced tools
2021 年 6 月 28 日 开始,bugly 不再支持使用 openApi 的方式上传符号表,需要使用官方提供的命令行上传工具进行上传。 本插件当前使用的工具版本为:3.3.5
2023 年 12 月 18 日 增加BuildNumber支持build 号
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,
buildNo: get_build_number,
raise_if_error: false
)
end
upload dSYM to bugly
For more information about how the fastlane
plugin system works, check out the Plugins documentation.
For any other issues and feedback about this plugin, please submit it to this repository.
If you have trouble using plugins, check out the Plugins Troubleshooting guide.
fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.
FAQs
Unknown package
We found that fastlane-plugin-cc_upload_dsym_to_bugly demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.