From 8e31e202e512ac521542430a62f8af1e5772d1a5 Mon Sep 17 00:00:00 2001 From: Brandon Evans Date: Thu, 11 Mar 2021 05:34:58 -0700 Subject: [PATCH] Add Xcodes.app (#640) * Fix MPV formatting * Add Xcodes.app Co-authored-by: Serhii Londar --- applications.json | 41 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/applications.json b/applications.json index ee42cba..2802c5f 100644 --- a/applications.json +++ b/applications.json @@ -8426,7 +8426,42 @@ "git" ] }, - { + { + "repo_url" : "https://github.com/mpv-player/mpv", + "official_site" : "https://mpv.io", + "title" : "MPV", + "icon_url": "https://mpv.io/images/mpv-logo-128-0baae5aa.png", + "screenshots" : [ + "https://mpv.io/images/mpv-screenshot-34cd36ae.jpg" + ], + "short_description" : "Lightweight, highly configurable media player.", + "languages" : [ + "c" + ], + "categories" : [ + "audio", + "player", + "music", + "video" + ] + }, + { + "repo_url": "https://github.com/RobotsAndPencils/XcodesApp", + "official_site": "https://github.com/RobotsAndPencils/XcodesApp", + "title": "Xcodes.app", + "short_description": "The easiest way to install and switch between multiple versions of Xcode.", + "icon_url": "https://raw.githubusercontent.com/RobotsAndPencils/XcodesApp/main/icon.png", + "screenshots": [ + "https://raw.githubusercontent.com/RobotsAndPencils/XcodesApp/main/screenshot.png" + ], + "categories": [ + "ios--macos" + ], + "languages": [ + "swift" + ] + }, + { "repo_url" : "https://github.com/mpv-player/mpv", "official_site" : "https://mpv.io", "title" : "MPV", @@ -8440,8 +8475,8 @@ ], "categories" : [ "audio", - "player", - "music", + "player", + "music", "video" ] },