fastlane/swift/main.swift in fastlane-2.98.0 vs fastlane/swift/main.swift in fastlane-2.99.0
- old
+ new
@@ -1,11 +1,10 @@
//
// main.swift
// FastlaneSwiftRunner
//
// Created by Joshua Liebowitz on 8/26/17.
-// Copyright © 2017 Joshua Liebowitz. All rights reserved.
//
//
// ** NOTE **
// This file is provided by fastlane and WILL be overwritten in future updates
@@ -21,11 +20,11 @@
class MainProcess {
var doneRunningLane = false
var thread: Thread!
@objc func connectToFastlaneAndRunLane() {
- runner.startSocketThread()
+ runner.startSocketThread(port: argumentProcessor.port)
let completedRun = Fastfile.runLane(named: argumentProcessor.currentLane, parameters: argumentProcessor.laneParameters())
if completedRun {
runner.disconnectFromFastlaneProcess()
}
@@ -48,5 +47,6 @@
}
// Please don't remove the lines below
// They are used to detect outdated files
// FastlaneRunnerAPIVersion [0.9.2]
+