From 5bb922b5de6cd69be2eb6cb5b7ead4d21bc0b3ac Mon Sep 17 00:00:00 2001 From: Konstantinos Nikoloutsos Date: Wed, 30 Oct 2024 17:45:04 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 313bd06..a23303a 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,12 @@ for target in package.targets.filter({ $0.type != .plugin && $0.type != .binary Once added, the plugin will automatically check for transitive dependencies each time your project builds. If any transitive dependencies are detected, Xcode will throw an error providing you with the transitive dependencies imported! > Note: On your first run, you may be prompted to enable the plugin. Follow the instructions in the console to complete the setup. +![CleanShot 2024-10-30 at 16 58 40](https://github.com/user-attachments/assets/3e528f94-052e-4285-a141-b33424113643) + +![CleanShot 2024-10-30 at 16 59 10](https://github.com/user-attachments/assets/dfaee61a-4e21-43f5-8d77-4e924d6859df) + +![CleanShot 2024-10-30 at 17 44 34@2x](https://github.com/user-attachments/assets/001cf46d-442a-4d6a-94d4-19cb29892e40) + ## 🤝 Contributions