upload_symbols_to_shake plugin
This plugin enables seamless upload of iOS dSYM files to the Shake.
Getting Started
This project is a fastlane plugin. To get started with fastlane-plugin-upload_symbols_to_shake
, add it to your project by running:
fastlane add_plugin upload_symbols_to_shake
Example
Check out the example Fastfile
to see how to use this plugin. Try it by cloning the repo, running fastlane install_plugins
and bundle exec fastlane test
.
Publishing new version
Login to RubyGems
gem signin
Build plugin
gem build fastlane-plugin-upload_symbols_to_shake.gemspec
Publish plugin
gem push <generated_gem_file_from_step_2>
Don't forget to update plugin version in version.rb file before publishing new version.
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.