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

Version Path
u3d-1.2.3 examples/Example1/Gemfile
u3d-1.2.3 examples/Example2/Gemfile
u3d-1.2.2 examples/Example2/Gemfile
u3d-1.2.2 examples/Example1/Gemfile
u3d-1.2.1 examples/Example1/Gemfile
u3d-1.2.1 examples/Example2/Gemfile
u3d-1.2.0 examples/Example1/Gemfile
u3d-1.2.0 examples/Example2/Gemfile
u3d-1.1.5 examples/Example1/Gemfile
u3d-1.1.5 examples/Example2/Gemfile
u3d-1.1.4 examples/Example2/Gemfile
u3d-1.1.4 examples/Example1/Gemfile
u3d-1.1.3 examples/Example2/Gemfile
u3d-1.1.3 examples/Example1/Gemfile
u3d-1.1.2 examples/Example2/Gemfile
u3d-1.1.2 examples/Example1/Gemfile
u3d-1.1.1 examples/Example1/Gemfile
u3d-1.1.1 examples/Example2/Gemfile
u3d-1.1.0 examples/Example1/Gemfile
u3d-1.1.0 examples/Example2/Gemfile