Skip to content

Commit

Permalink
Apply swift format config
Browse files Browse the repository at this point in the history
  • Loading branch information
pdil committed Sep 28, 2024
1 parent 745b614 commit 873661a
Show file tree
Hide file tree
Showing 44 changed files with 5,231 additions and 5,197 deletions.
54 changes: 27 additions & 27 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
import PackageDescription

let package = Package(
name: "ChessKit",
platforms: [
.iOS(.v13),
.macCatalyst(.v13),
.macOS(.v10_15),
.tvOS(.v13),
.watchOS(.v6)
],
products: [
.library(
name: "ChessKit",
targets: ["ChessKit"]
)
],
targets: [
.target(
name: "ChessKit",
dependencies: [],
swiftSettings: [
.enableExperimentalFeature("StrictConcurrency")
]
),
.testTarget(
name: "ChessKitTests",
dependencies: ["ChessKit"]
),
]
name: "ChessKit",
platforms: [
.iOS(.v13),
.macCatalyst(.v13),
.macOS(.v10_15),
.tvOS(.v13),
.watchOS(.v6)
],
products: [
.library(
name: "ChessKit",
targets: ["ChessKit"]
)
],
targets: [
.target(
name: "ChessKit",
dependencies: [],
swiftSettings: [
.enableExperimentalFeature("StrictConcurrency")
]
),
.testTarget(
name: "ChessKitTests",
dependencies: ["ChessKit"]
)
]
)
Loading

0 comments on commit 873661a

Please sign in to comment.