mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Regularize RSTree Package.swift. Fix #4610.
This commit is contained in:
@@ -2,17 +2,17 @@
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "RSTree",
|
||||
name: "RSTree",
|
||||
platforms: [.macOS(.v13), .iOS(.v17)],
|
||||
products: [
|
||||
.library(
|
||||
name: "RSTree",
|
||||
type: .dynamic,
|
||||
targets: ["RSTree"]),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
name: "RSTree",
|
||||
dependencies: []),
|
||||
]
|
||||
products: [
|
||||
.library(
|
||||
name: "RSTree",
|
||||
type: .dynamic,
|
||||
targets: ["RSTree"]),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
name: "RSTree",
|
||||
dependencies: []),
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user