BuildScripts/xcode/fastlane/touchlane/lib/touchlane.rb

5 lines
164 B
Ruby

module Touchlane
require_relative "touchlane/configuration_type"
require_relative "touchlane/configuration"
require_relative "match/storage/local_storage"
end