Sha256: f1dd9e191d75c9bffa7d69815880588fd270ff843266c615607d2ac892be714b

Contents?: true

Size: 363 Bytes

Versions: 10

Compression:

Stored size: 363 Bytes

Contents

# frozen_string_literal: true

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 Security/Eval
eval(File.read(plugins_path), binding) if File.exist?(plugins_path)
# rubocop:enable Security/Eval

Version data entries

10 entries across 5 versions & 1 rubygems

Version Path
u3d-1.3.4 examples/Example2/Gemfile
u3d-1.3.4 examples/Example1/Gemfile
u3d-1.3.3 examples/Example1/Gemfile
u3d-1.3.3 examples/Example2/Gemfile
u3d-1.3.2 examples/Example2/Gemfile
u3d-1.3.2 examples/Example1/Gemfile
u3d-1.3.1 examples/Example2/Gemfile
u3d-1.3.1 examples/Example1/Gemfile
u3d-1.3.0 examples/Example1/Gemfile
u3d-1.3.0 examples/Example2/Gemfile