Merge pull request #314 from astromonkee/update_pathkit_to_1.0.1

Update PathKit & Spectre to support Xcode 13
This commit is contained in:
David Jennes
2021-10-07 23:09:00 +02:00
committed by GitHub
4 changed files with 11 additions and 9 deletions

View File

@@ -18,7 +18,9 @@ _None_
### Internal Changes ### Internal Changes
_None_ - Update Spectre (0.10) and PathKit to support Xcode 13.
[Astromonkee](https://github.com/astromonkee)
[#314](https://github.com/stencilproject/Stencil/pull/314)
# Stencil Changelog # Stencil Changelog

View File

@@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/kylef/PathKit.git", "repositoryURL": "https://github.com/kylef/PathKit.git",
"state": { "state": {
"branch": null, "branch": null,
"revision": "73f8e9dca9b7a3078cb79128217dc8f2e585a511", "revision": "3bfd2737b700b9a36565a8c94f4ad2b050a5e574",
"version": "1.0.0" "version": "1.0.1"
} }
}, },
{ {
@@ -15,8 +15,8 @@
"repositoryURL": "https://github.com/kylef/Spectre.git", "repositoryURL": "https://github.com/kylef/Spectre.git",
"state": { "state": {
"branch": null, "branch": null,
"revision": "f14ff47f45642aa5703900980b014c2e9394b6e5", "revision": "26cc5e9ae0947092c7139ef7ba612e34646086c7",
"version": "0.9.0" "version": "0.10.1"
} }
} }
] ]

View File

@@ -7,8 +7,8 @@ let package = Package(
.library(name: "Stencil", targets: ["Stencil"]) .library(name: "Stencil", targets: ["Stencil"])
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.0"), .package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1"),
.package(url: "https://github.com/kylef/Spectre.git", from: "0.9.0") .package(url: "https://github.com/kylef/Spectre.git", from: "0.10.1")
], ],
targets: [ targets: [
.target(name: "Stencil", dependencies: [ .target(name: "Stencil", dependencies: [

View File

@@ -7,8 +7,8 @@ let package = Package(
.library(name: "Stencil", targets: ["Stencil"]) .library(name: "Stencil", targets: ["Stencil"])
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/kylef/PathKit.git", from: "1.0.0"), .package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1"),
.package(url: "https://github.com/kylef/Spectre.git", from: "0.9.0") .package(url: "https://github.com/kylef/Spectre.git", from: "0.10.1")
], ],
targets: [ targets: [
.target(name: "Stencil", dependencies: [ .target(name: "Stencil", dependencies: [