Skip to content

Commit

Permalink
Reduce minimum requirements to currently stable releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Sep 12, 2023
1 parent 9605dee commit 2c26a1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
9 changes: 0 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@
"revision" : "77587003e0d7facd88fa40d0b99ff2e31778aa94"
}
},
{
"identity" : "reviewkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/FlineDev/ReviewKit.git",
"state" : {
"branch" : "main",
"revision" : "9b6009309a902fc1469630d3e304abb191237cfc"
}
},
{
"identity" : "swift-clocks",
"kind" : "remoteSourceControl",
Expand Down
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// swift-tools-version: 5.9
// swift-tools-version: 5.8
import PackageDescription

let package = Package(
name: "Foundation",
platforms: [.iOS(.v16), .macOS(.v13), .tvOS(.v16), .watchOS(.v9)],
products: [
.library(name: "AppFoundation", targets: ["AppFoundation"]),
.library(name: "TestFoundation", targets: ["TestFoundation"]),
Expand All @@ -14,7 +15,6 @@ let package = Package(
// FlineDev
.package(url: "https://github.com/FlineDev/HandySwift.git", branch: "main"),
.package(url: "https://github.com/FlineDev/HandySwiftUI.git", branch: "main"),
.package(url: "https://github.com/FlineDev/ReviewKit.git", branch: "main"),

// 3rd-Party
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
Expand All @@ -31,7 +31,6 @@ let package = Package(
// FlineDev
.product(name: "HandySwift", package: "HandySwift"),
.product(name: "HandySwiftUI", package: "HandySwiftUI"),
.product(name: "ReviewKit", package: "ReviewKit"),

// 3rd-Party
.product(name: "Dependencies", package: "swift-dependencies"),
Expand Down
1 change: 0 additions & 1 deletion Sources/AppFoundation/AppFoundation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// FlineDev
@_exported import HandySwift
@_exported import HandySwiftUI
@_exported import ReviewKit

// 3rd-Party
@_exported import Dependencies
Expand Down

0 comments on commit 2c26a1c

Please sign in to comment.