update packages

This commit is contained in:
yonaskolb 2022-01-05 13:50:25 +11:00
parent db456e7f0e
commit 6c2a167428
2 changed files with 12 additions and 12 deletions

View File

@ -3,11 +3,11 @@
"pins": [
{
"package": "AEXML",
"repositoryURL": "https://github.com/tadija/AEXML",
"repositoryURL": "https://github.com/tadija/AEXML.git",
"state": {
"branch": null,
"revision": "8623e73b193386909566a9ca20203e33a09af142",
"version": "4.5.0"
"revision": "38f7d00b23ecd891e1ee656fa6aeebd6ba04ecc3",
"version": "4.6.1"
}
},
{
@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/kylef/PathKit.git",
"state": {
"branch": null,
"revision": "73f8e9dca9b7a3078cb79128217dc8f2e585a511",
"version": "1.0.0"
"revision": "3bfd2737b700b9a36565a8c94f4ad2b050a5e574",
"version": "1.0.1"
}
},
{
@ -51,8 +51,8 @@
"repositoryURL": "https://github.com/kylef/Spectre.git",
"state": {
"branch": null,
"revision": "f79d4ecbf8bc4e1579fbd86c3e1d652fb6876c53",
"version": "0.9.2"
"revision": "26cc5e9ae0947092c7139ef7ba612e34646086c7",
"version": "0.10.1"
}
},
{
@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/jakeheis/SwiftCLI.git",
"state": {
"branch": null,
"revision": "2816678bcc37f4833d32abeddbdf5e757fa891d8",
"version": "6.0.2"
"revision": "2e949055d9797c1a6bddcda0e58dada16cc8e970",
"version": "6.0.3"
}
},
{
@ -78,8 +78,8 @@
"repositoryURL": "https://github.com/tuist/XcodeProj.git",
"state": {
"branch": null,
"revision": "0b18c3e7a10c241323397a80cb445051f4494971",
"version": "8.0.0"
"revision": "446f3a0db73e141c7f57e26fcdb043096b1db52c",
"version": "8.3.1"
}
},
{

View File

@ -596,7 +596,7 @@ private extension Scheme {
run: scheme.launchAction.flatMap { launchAction in
Scheme.Run(
config: launchAction.buildConfiguration,
executable: launchAction.runnable?.buildableReference.blueprintName,
executable: launchAction.runnable?.buildableReference?.blueprintName,
commandLineArguments: launchAction.commandlineArguments?.toDictionary() ?? [:],
preActions: launchAction.preActions.map(Scheme.ExecutionAction.init),
postActions: launchAction.postActions.map(Scheme.ExecutionAction.init),