fastlane/lib/fastlane/swift_runner_upgrader.rb in fastlane-2.179.0 vs fastlane/lib/fastlane/swift_runner_upgrader.rb in fastlane-2.180.0
- old
+ new
@@ -27,9 +27,11 @@
def initialize
@source_swift_code_file_folder_path = File.expand_path(File.join(Fastlane::ROOT, "/swift"))
@target_swift_code_file_folder_path = FastlaneCore::FastlaneFolder.swift_folder_path
+ Fastlane::Setup.setup_swift_support
+
manifest_file = File.join(@source_swift_code_file_folder_path, "/upgrade_manifest.json")
UI.success("loading manifest: #{manifest_file}")
@manifest_hash = JSON.parse(File.read(manifest_file))
@manifest_groups = @manifest_hash.values.uniq