From adf505d445a588b5ec33b864829ab9a6cd84e282 Mon Sep 17 00:00:00 2001 From: Alex Guretzki Date: Thu, 14 Nov 2024 11:16:53 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b6a19bf..6b42c3e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ [![🧪 Run Tests](https://github.com/Adyen/adyen-swift-public-api-diff/actions/workflows/run-tests.yml/badge.svg)](https://github.com/Adyen/adyen-swift-public-api-diff/actions/workflows/run-tests.yml) +![github-header](https://github.com/user-attachments/assets/08ec7d60-eb0f-4937-b44a-afff02eff72c) + + # Swift Public API diff This tool allows comparing 2 versions of a swift (sdk) project and lists all changes in a human readable way. @@ -152,6 +155,9 @@ swift build --configuration release - `xcrun swift-api-digester -dump-sdk` - `xcrun swift-api-digester -diagnose-sdk` +## Projects using `public-api-diff` +- [Adyen iOS Checkout](https://github.com/Adyen/adyen-ios) + ## Inspiration - https://github.com/sdidla/Hatch/blob/main/Sources/Hatch/SymbolParser.swift - For parsing swift files using [swift-syntax](https://github.com/swiftlang/swift-syntax)'s [`SyntaxVisitor`](https://github.com/swiftlang/swift-syntax/blob/main/Sources/SwiftSyntax/generated/SyntaxVisitor.swift)