Skip to content

Commit e195bb9

Browse files
authored
fix: Fix CI/CD add missing cocoapod gem (#122)
1 parent 6e34252 commit e195bb9

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source "https://rubygems.org"
22

33
gem "fastlane"
44
gem 'fastlane-plugin-flutter_version'
5+
gem 'cocoapods'
56

67
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
78
eval_gemfile(plugins_path) if File.exist?(plugins_path)

Gemfile.lock

+65
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)