Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Adding web5-swift #2

Merged
merged 4 commits into from
Feb 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions reports/sdks.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ var (
VectorPath: "test-vectors",
Type: "web5",
},
{
Name: "web5-swift",
Repo: "TBD54566975/web5-swift",
ArtifactName: "tests",
FeatureRegex: regexp.MustCompile(`Web5TestVectors(\w+)`),
VectorRegex: regexp.MustCompile(`(\w+)\(\)`),
VectorPath: "test-vectors",
amika-sq marked this conversation as resolved.
Show resolved Hide resolved
Type: "web5",
},
{
Name: "tbdex-js",
Repo: "TBD54566975/tbdex-js",
Expand Down
Loading