change
Showing
... | ... | @@ -3,3 +3,6 @@ source "https://gems.ruby-china.com" |
gem "fastlane" | ||
gem 'cocoapods','~> 1.5.0' | ||
gem "ruby-pinyin" | ||
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') | ||
eval_gemfile(plugins_path) if File.exist?(plugins_path) |
fastlane/Pluginfile
0 → 100644
Please register or sign in to comment