Gemfile 261 B

1234567891011
  1. # Autogenerated by fastlane
  2. #
  3. # Ensure this file is checked in to source control!
  4. source "https://rubygems.org"
  5. gem 'fastlane'
  6. plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
  7. eval_gemfile(plugins_path) if File.exist?(plugins_path)