Skip to content

Commit 1fad077

Browse files
committed
Fix issue with Xcode 12.4 & remove duplicate files
Workaround for https://bugs.swift.org/browse/SR-13579
1 parent 73f6fb5 commit 1fad077

File tree

6 files changed

+19
-658
lines changed

6 files changed

+19
-658
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import PackageDescription
33

44
let package = Package(
55
name: "SwiftCSVExport",
6-
platforms: [.macOS(.v10_10), .iOS(.v8)],
6+
platforms: [.macOS(.v10_10), .iOS(.v9)],
77
products: [.library(name: "SwiftCSVExport", targets: ["SwiftCSVExport"])],
88
targets: [
99
.target(
1010
name: "SwiftCSVExport",
11-
path: "Sources"
11+
path: "SwiftCSVExport/Sources"
1212
)
1313
]
1414
)

Sources/CSVConstants.swift

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)