From c426203ad9fb915aa6427c6a12bea930ef8117f1 Mon Sep 17 00:00:00 2001 From: CodeAlligator Date: Sat, 26 Apr 2025 13:56:25 +0530 Subject: [PATCH] Add DevLint --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index eeaffca8..e92369db 100644 --- a/applications.json +++ b/applications.json @@ -9727,6 +9727,23 @@ "languages": [ "swift" ] + }, + { + "short_description": "A lightweight app for formatting and correcting Swift syntax.", + "categories": [ + "development", "editors", "ios--macos" + ], + "repo_url": "https://github.com/csprasad/DevLint", + "title": "DevLint", + "icon_url": "https://raw.githubusercontent.com/csprasad/DevLint/main/.github/images/Icon.png", + "screenshots": [ + "https://raw.githubusercontent.com/csprasad/DevLint/main/.github/images/App_screen_light.png", + "https://raw.githubusercontent.com/csprasad/DevLint/main/.github/images/App_screen_light.png" + ], + "official_site": "", + "languages": [ + "swift" + ] } ] }