Removed the remote XCRemoteSwiftPackageReference and pointed MarkdownEngine/MarkdownEngineCodeBlocks/MarkdownEngineLatex at the XCLocalSwiftPackageReference for Vendor/swift-markdown-engine instead. Package.resolved drops the now-irrelevant remote pin (HighlighterSwift and SwiftMath stay remote, only swift-markdown-engine itself moved local). Also bumps the submodule pointer to include three warning fixes made directly in the vendored source (var->let, unused local, #selector) — first real edits to the package now that it's locally editable.
25 lines
664 B
JSON
25 lines
664 B
JSON
{
|
|
"originHash" : "4127e8224149bef00a33500e8db49748a735e1c07626f2255faea52554afef5e",
|
|
"pins" : [
|
|
{
|
|
"identity" : "highlighterswift",
|
|
"kind" : "remoteSourceControl",
|
|
"location" : "https://github.com/smittytone/HighlighterSwift",
|
|
"state" : {
|
|
"revision" : "fe7aae9c9b31d3b296fd3d2dd575e1a207bb29e0",
|
|
"version" : "3.1.0"
|
|
}
|
|
},
|
|
{
|
|
"identity" : "swiftmath",
|
|
"kind" : "remoteSourceControl",
|
|
"location" : "https://github.com/mgriebling/SwiftMath",
|
|
"state" : {
|
|
"revision" : "fa8244ed032f4a1ade4cb0571bf87d2f1a9fd2d7",
|
|
"version" : "1.7.3"
|
|
}
|
|
}
|
|
],
|
|
"version" : 3
|
|
}
|