Sha256: 6b336af642532b2556becaa1bda48351c9b5dc8850daeb9a7f4e450395fe352d

Contents?: true

Size: 269 Bytes

Versions: 8

Compression:

Stored size: 269 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')
eval(File.read(plugins_path), binding) if File.exist?(plugins_path)

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
u3d-0.9.3 examples/Example1/Gemfile
u3d-0.9.3 examples/Example2/Gemfile
u3d-0.9.2 examples/Example1/Gemfile
u3d-0.9.2 examples/Example2/Gemfile
u3d-0.9.1 examples/Example1/Gemfile
u3d-0.9.1 examples/Example2/Gemfile
u3d-0.9 examples/Example1/Gemfile
u3d-0.9 examples/Example2/Gemfile