Skip to content

Commit

Permalink
10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
heestand-xyz committed Mar 7, 2021
1 parent 6dfab93 commit 61453a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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": "a4f2bc4eb179df3f41012bd8fe10b3be8c83e534",
"version": "0.6.0"
"revision": "32696c5462eecf90cfbdad7f10338162e4de4c38",
"version": "0.6.1"
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ let package = Package(
name: "PixelKit",
platforms: [
.iOS(.v13),
.macOS(.v10_15),
.tvOS(.v13)
.tvOS(.v13),
.macOS(.v10_14),
],
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.6.0"),
.package(url: "https://github.com/hexagons/RenderKit.git", from: "0.6.1"),
],
targets: [
.target(name: "PixelKit", dependencies: [/*"LiveValues", */"RenderKit"], path: "Source", exclude: [
Expand Down

0 comments on commit 61453a9

Please sign in to comment.