Skip to content

Commit 990cdef

Browse files
Merge pull request #124 from massimobio/patch-1
Fix Xcode 12 warning IPHONEOS_DEPLOYMENT_TARGET is set to 8.0
2 parents 171b323 + c1dda88 commit 990cdef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let package = Package(
55
name: "KissXML",
66
platforms: [
77
.macOS(.v10_10),
8-
.iOS(.v8),
8+
.iOS(.v9),
99
.tvOS(.v9),
1010
.watchOS(.v2)
1111
],

0 commit comments

Comments
 (0)