Skip to content

Commit e1c4b3c

Browse files
committed
Swift 5.2
1 parent cf2906b commit e1c4b3c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/.build
33
/Packages
44
*.xcodeproj
5+
.swiftpm
56

67
Icon?
78

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.1
1+
// swift-tools-version:5.2
22

33
import PackageDescription
44

@@ -7,7 +7,7 @@ let package = Package(
77
platforms: [
88
// specify each minimum deployment requirement,
99
// otherwise the platform default minimum is used.
10-
.macOS(.v10_13), // ..v10_13 High Sierra .v10_14 Mojave, .v10_15 Catalina
10+
.macOS(.v10_15), // Catalina
1111
],
1212
products: [
1313
.library(

0 commit comments

Comments
 (0)