Skip to content

Commit

Permalink
chore: bundle exec fastlane add_plugin dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
othyn committed Jul 14, 2023
1 parent f91e622 commit e9f03d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ GEM
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
fastlane-plugin-dmg (1.0.1)
fastlane-plugin-find_replace_string (0.1.0)
fastlane-plugin-semantic_release (1.18.2)
fastlane-plugin-versioning (0.5.1)
Expand Down Expand Up @@ -219,6 +220,7 @@ PLATFORMS

DEPENDENCIES
fastlane
fastlane-plugin-dmg
fastlane-plugin-find_replace_string
fastlane-plugin-semantic_release
fastlane-plugin-versioning
Expand Down
1 change: 1 addition & 0 deletions fastlane/Pluginfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
gem 'fastlane-plugin-semantic_release'
gem 'fastlane-plugin-versioning'
gem 'fastlane-plugin-find_replace_string'
gem 'fastlane-plugin-dmg'

0 comments on commit e9f03d2

Please sign in to comment.