Sha256: a5db0e8778c972a14ca14c797fa893169cd6e6ed1df725f8c70874043ac7b5ba
Contents?: true
Size: 314 Bytes
Versions: 68
Compression:
Stored size: 314 Bytes
Contents
source 'https://rubygems.org' gem 'fastlane' REPO_ROOT = File.expand_path(File.join('..', '..')) gem 'u3d', path: REPO_ROOT plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') # rubocop:disable Eval eval(File.read(plugins_path), binding) if File.exist?(plugins_path) # rubocop:enable Eval
Version data entries
68 entries across 34 versions & 1 rubygems