chore: fix ios and android builds

This commit is contained in:
Lei Nelissen
2026-01-25 21:00:21 +01:00
parent f54e6bde80
commit ebb60b9551
3 changed files with 20 additions and 6 deletions
+5 -1
View File
@@ -19,8 +19,12 @@ gem 'logger'
gem 'benchmark'
gem 'mutex_m'
gem 'abbrev'
gem 'nkf'
gem 'base64'
gem 'rexml'
gem 'ostruct'
gem "fastlane", "~> 2.153"
gem "fastlane", "~> 2.231"
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)