Skip to content

Commit

Permalink
Bitrise support seems to be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mackoj committed Dec 18, 2019
1 parent cb0ad76 commit 9b4a9e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 18 deletions.
9 changes: 0 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"object": {
"pins": [
{
"package": "SnapshotTesting",
"repositoryURL": "https://github.com/pointfreeco/swift-snapshot-testing.git",
"state": {
"branch": null,
"revision": "b6a3c918846b9e2dec93197fc6ede79c5c05d8d3",
"version": "1.7.0"
}
},
{
"package": "Version",
"repositoryURL": "https://github.com/mrackwitz/Version.git",
Expand Down
8 changes: 2 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ let package = Package(
.library(name: "PlatformLookup", targets: ["PlatformLookup"]),
],
dependencies: [
.package(url: "https://github.com/mrackwitz/Version.git", from: "0.7.2"),
.package(
url: "https://github.com/pointfreeco/swift-snapshot-testing.git",
from: "1.7.0"
),
.package(url: "https://github.com/mrackwitz/Version.git", from: "0.7.2")
],
targets: [
.target(name: "cli", dependencies: ["PlatformLookup", "CommandParser"]),
Expand All @@ -30,7 +26,7 @@ let package = Package(
.target(name: "CommandParser", dependencies: ["PlatformLookup"]),
.testTarget(
name: "PlatformLookupTests",
dependencies: ["PlatformLookup", "SnapshotTesting"]
dependencies: ["PlatformLookup"]
), .testTarget(name: "ShellTests", dependencies: ["Shell"]),
],
swiftLanguageVersions: [.v5]
Expand Down
2 changes: 1 addition & 1 deletion Sources/CommandParser/Constant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ let Overview = """
docstrings.
Learn more at: https://github.com/dduan/DrString
"""
"""
4 changes: 2 additions & 2 deletions bitrisePlatformLookup.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/swift sh

import Foundation
import PlatformLookup // mackoj/SimulatorControl
import CommandParser
import CommandParser // mackoj/SimulatorControl
import PlatformLookup
import Shell

func performCommand(_ command : Command) throws {
Expand Down

0 comments on commit 9b4a9e3

Please sign in to comment.