This project is a fastlane plugin. To get started with fastlane-plugin-contentsquare
, add it to your project:
gem "fastlane-plugin-contentsquare", git: "https://github.com/ContentSquare/contentsquare-fastlane-plugin"
For more details on how to add the plugin to your project, see how to use fastlane plugins
You can use this plugin to upload dSYM files to Error Analysis to symbolicate crashes.
Check out the example Fastfile to see how to use this plugin. Try it by cloning the repo, running [bundle exec] fastlane install_plugins
and [bundle exec] fastlane test
.
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.
For more information about how the fastlane
plugin system works, check out the Plugins documentation.