2024-09-26 09:52:23 +08:00
|
|
|
source "https://rubygems.org"
|
|
|
|
|
|
|
|
|
|
gem "fastlane"
|
2025-05-23 19:02:47 +08:00
|
|
|
gem 'nkf', '0.2.0'
|
2024-09-26 09:52:23 +08:00
|
|
|
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
|
|
|
|
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|