From 57eae9f6434d524a33b3ec57d7154e8e93b04cc1 Mon Sep 17 00:00:00 2001 From: psmattas Date: Wed, 19 Aug 2026 23:45:38 +0100 Subject: [PATCH] chore: vendor swift-markdown-engine as a git submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pinned to e5f7607 (v0.12.0), the exact commit already resolved in Outpost.xcodeproj's Package.resolved — no version change, just gives it a local, versioned checkout instead of only existing as an Xcode-managed remote package cache. Brings its own ARCHITECTURE.md along at Vendor/swift-markdown-engine/ARCHITECTURE.md. Xcode side still needs a manual follow-up: remove the remote "swift-markdown-engine" package reference and add Vendor/swift-markdown-engine as a local package instead (File > Add Package Dependencies > Add Local...). Not done here — pbxproj package references aren't safely hand-editable without a build to verify against. Co-Authored-By: Claude Sonnet 5 --- .gitmodules | 3 +++ Vendor/swift-markdown-engine | 1 + 2 files changed, 4 insertions(+) create mode 160000 Vendor/swift-markdown-engine diff --git a/.gitmodules b/.gitmodules index 8c99c45..3ccb293 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "docs/reference/outline-openapi"] path = docs/reference/outline-openapi url = https://github.com/outline/openapi.git +[submodule "Vendor/swift-markdown-engine"] + path = Vendor/swift-markdown-engine + url = https://github.com/nodes-app/swift-markdown-engine.git diff --git a/Vendor/swift-markdown-engine b/Vendor/swift-markdown-engine new file mode 160000 index 0000000..e5f7607 --- /dev/null +++ b/Vendor/swift-markdown-engine @@ -0,0 +1 @@ +Subproject commit e5f7607fc4021181056ef7a09dbb7573dc0237d9