Skip to content

Commit 81a2ecd

Browse files
authored
Fix Xcode warning
Hue/Package.swift The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99.
1 parent 7aca116 commit 81a2ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
let package = Package(
55
name: "Hue",
66
platforms: [
7-
.iOS(.v8),
7+
.iOS(.v9),
88
.macOS(.v10_11),
99
.tvOS(.v9),
1010
],

0 commit comments

Comments
 (0)