Skip to content

Commit ec43b60

Browse files
authored
Merge pull request #444 from HassanTaleb90/patch-1
Add support for iOS 13.0+
2 parents 11d16d0 + 47f3acf commit ec43b60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import PackageDescription
1717
let package = Package(
1818
name: "swift-format",
1919
platforms: [
20+
.iOS("13.0"),
2021
.macOS("10.15")
2122
],
2223
products: [

0 commit comments

Comments
 (0)