Skip to content

Commit

Permalink
iOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
heestand-xyz committed Feb 6, 2021
1 parent 5be34b6 commit 877809d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/hexagons/RenderKit.git",
"state": {
"branch": null,
"revision": "48b4ec8eaf8e1f15262f6c2b66c99af105337104",
"version": "0.5.3"
"revision": "a4f2bc4eb179df3f41012bd8fe10b3be8c83e534",
"version": "0.6.0"
}
}
]
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import PackageDescription
let package = Package(
name: "PixelKit",
platforms: [
.iOS(.v11),
.macOS(.v10_13),
.tvOS(.v11)
.iOS(.v13),
.macOS(.v10_15),
.tvOS(.v13)
],
products: [
.library(name: "PixelKit", targets: ["PixelKit"]),
Expand All @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
// .package(url: "https://github.com/hexagons/LiveValues.git", from: "1.3.0"),
// .package(path: "~/Code/Packages/Swift/RenderKit/"),
.package(url: "https://github.com/hexagons/RenderKit.git", from: "0.5.4"),
.package(url: "https://github.com/hexagons/RenderKit.git", from: "0.6.0"),
],
targets: [
.target(name: "PixelKit", dependencies: [/*"LiveValues", */"RenderKit"], path: "Source", exclude: [
Expand Down

0 comments on commit 877809d

Please sign in to comment.