Skip to content

Commit

Permalink
closes #703 Move CI depends to Mint
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Mattiello <mail@joemattiello.com>
  • Loading branch information
JoeMatt committed Mar 2, 2021
1 parent 678db91 commit a95f2fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 196 deletions.
5 changes: 5 additions & 0 deletions Mintfile
@@ -0,0 +1,5 @@
# yonaskolb/xcodegen
realm/SwiftLint # Linting Tool
danger/swift.git
nicklockwood/SwiftFormat
# orta/Komondor
187 changes: 0 additions & 187 deletions Package.resolved

This file was deleted.

9 changes: 0 additions & 9 deletions Package.swift
Expand Up @@ -3,14 +3,6 @@

import PackageDescription

let ciDependencies: [Package.Dependency] = [
.package(url: "https://github.com/danger/swift.git", from: "1.0.0"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.35.8"),
.package(url: "https://github.com/Realm/SwiftLint", from: "0.28.1"),
.package(url: "https://github.com/orta/Komondor", from: "1.0.0")]

let dependencies = ciDependencies

let package = Package(
name: "Hero",
platforms: [
Expand All @@ -22,7 +14,6 @@ let package = Package(
type: .dynamic,
targets: ["Hero"]),
],
dependencies: dependencies,
targets: [
.target(name: "Hero", path: "Sources"),
.testTarget(name: "HeroTests",
Expand Down

0 comments on commit a95f2fb

Please sign in to comment.