frameit/lib/frameit/module.rb in fastlane-2.111.0.beta.20181211193527 vs frameit/lib/frameit/module.rb in fastlane-2.111.0.beta.20181213171204

- old
+ new

@@ -1,13 +1,15 @@ require 'fastlane_core/helper' +require 'fastlane/boolean' require_relative 'config_parser' module Frameit class << self attr_accessor :config end + Boolean = Fastlane::Boolean Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore UI = FastlaneCore::UI ROOT = Pathname.new(File.expand_path('../../..', __FILE__)) # Defaults to latest, might be a time stamp if defined in the Framefile.json