fastlane-community / fastlane-plugin-ionic

Integrate your Ionic build into your Fastlane setup
MIT License
86 stars 46 forks source link

Zip .dsym file for upload with `hockey` and similar #8

Open janpio opened 6 years ago

janpio commented 6 years ago

gym automatically zips the .dsym file and moves it to the right place: https://github.com/fastlane/fastlane/blob/d2c77f34024394000e44a2f3e840d95693cd3085/gym/lib/gym/runner.rb#L128

This plugin should also do this so it can be uploaded to HockeyApp etc.

(There is also a zip action that could be used)

janpio commented 6 years ago

Note to self: PR this upstream to fastlane-cordova-plugin when done.