Skip to content

Commit 5542cb0

Browse files
committed
Update Package.swift
1 parent da8eca7 commit 5542cb0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Package.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
import PackageDescription
55

66
var platforms: [SupportedPlatform] {
7-
#if compiler(<5.3)
8-
return [.iOS(.v8)]
9-
#else
10-
// Xcode 12 (which ships with Swift 5.3) drops support for iOS 8
11-
return[.iOS(.v9)]
12-
#endif
13-
}
7+
#if compiler(<5.3)
8+
return [.iOS(.v8)]
9+
#else
10+
// Xcode 12 (which ships with Swift 5.3) drops support for iOS 8
11+
return[.iOS(.v9)]
12+
#endif
13+
}
1414

1515
let package = Package(
1616
name: "TOCropViewController",

0 commit comments

Comments
 (0)