diff --git a/xcode/fastlane/touchlane/lib/touchlane/features.rb b/xcode/fastlane/touchlane/lib/touchlane/features.rb index bebd4bf..37b0f29 100644 --- a/xcode/fastlane/touchlane/lib/touchlane/features.rb +++ b/xcode/fastlane/touchlane/lib/touchlane/features.rb @@ -1,5 +1,5 @@ -require_relative '../../managers/managers' -require_relative '../../templates/templates' +require_relative '../../../../managers/managers' +require_relative '../../../../templates/templates' module Touchlane class Features