fastlane/lib/fastlane/setup/setup.rb in fastlane-2.217.0 vs fastlane/lib/fastlane/setup/setup.rb in fastlane-2.218.0
- old
+ new
@@ -133,10 +133,10 @@
def self.setup_swift_support
runner_source_resources = "#{Fastlane::ROOT}/swift/."
destination_path = File.expand_path('swift', FastlaneCore::FastlaneFolder.path)
- # Return eearly if already setup
+ # Return early if already setup
return if File.exist?(destination_path)
# Show message if Fastfile.swift exists but missing Swift classes and Xcode project
if FastlaneCore::FastlaneFolder.swift?
UI.important("Restoring Swift classes and FastlaneSwiftRunner.xcodeproj...")