beam-chat/Gemfile

13 lines
305 B
Ruby
Raw Permalink Normal View History

2022-02-24 17:44:21 +02:00
# Autogenerated by fastlane
#
# Ensure this file is checked in to source control!
source "https://rubygems.org"
gem 'fastlane'
2022-10-14 14:52:39 +03:00
gem "xcode-install"
gem 'semantic'
2022-02-24 17:44:21 +02:00
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
2022-05-12 13:58:13 +03:00
eval_gemfile('fastlane/Pluginfile') if File.exist?(plugins_path)