diff --git a/Gemfile.lock b/Gemfile.lock index 5805a1f6..548fc9ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -209,4 +209,4 @@ DEPENDENCIES fastlane (~> 2.116) BUNDLED WITH - 1.17.3 + 2.0.1 diff --git a/Podfile.lock b/Podfile.lock index bf344fa7..60ab5741 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -22,4 +22,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 2fa8d1458361a2647f4061893128483f52b56a62 -COCOAPODS: 1.6.0.rc.2 +COCOAPODS: 1.6.0 diff --git a/fastlane/FastlaneRunner b/fastlane/FastlaneRunner index 8b734100..c618c577 100755 Binary files a/fastlane/FastlaneRunner and b/fastlane/FastlaneRunner differ diff --git a/fastlane/swift/Fastlane.swift b/fastlane/swift/Fastlane.swift index 5741c102..e59213c4 100644 --- a/fastlane/swift/Fastlane.swift +++ b/fastlane/swift/Fastlane.swift @@ -3716,8 +3716,10 @@ func updateProjectProvisioning(xcodeproj: String? = nil, _ = runner.executeCommand(command) } func updateProjectTeam(path: String, + targets: [String]? = nil, teamid: String) { let command = RubyCommand(commandID: "", methodName: "update_project_team", className: nil, args: [RubyCommand.Argument(name: "path", value: path), + RubyCommand.Argument(name: "targets", value: targets), RubyCommand.Argument(name: "teamid", value: teamid)]) _ = runner.executeCommand(command) } @@ -4229,4 +4231,4 @@ let screengrabfile: Screengrabfile = Screengrabfile() let snapshotfile: Snapshotfile = Snapshotfile() // Please don't remove the lines below // They are used to detect outdated files -// FastlaneRunnerAPIVersion [0.9.40] +// FastlaneRunnerAPIVersion [0.9.41]