mirror of
https://github.com/serhii-londar/open-source-mac-os-apps
synced 2024-11-13 23:47:08 +00:00
Add Xcodes.app (#640)
* Fix MPV formatting * Add Xcodes.app Co-authored-by: Serhii Londar <serhii.londar@gmail.com>
This commit is contained in:
parent
23aa877edd
commit
8e31e202e5
1 changed files with 38 additions and 3 deletions
|
@ -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"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue