Files
mobile/Gemfile
2022-01-01 00:05:51 -06:00

13 lines
314 B
Ruby

# Autogenerated by fastlane
#
# Ensure this file is checked in to source control!
source "https://rubygems.org"
gem 'fastlane'
gem 'fastlane-plugin-bundletool'
gem 'xcode-install'
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)