Skip to content

Commit

Permalink
Merge pull request #124 from massimobio/patch-1
Browse files Browse the repository at this point in the history
Fix Xcode 12 warning IPHONEOS_DEPLOYMENT_TARGET  is set to 8.0
  • Loading branch information
chrisballinger committed Nov 24, 2020
2 parents 171b323 + c1dda88 commit 990cdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let package = Package(
name: "KissXML",
platforms: [
.macOS(.v10_10),
.iOS(.v8),
.iOS(.v9),
.tvOS(.v9),
.watchOS(.v2)
],
Expand Down

0 comments on commit 990cdef

Please sign in to comment.