mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
Added KiCad (#707)
Co-authored-by: Serhii Londar <serhii.londar@gmail.com>
This commit is contained in:
parent
24ddd46183
commit
242b17b88d
1 changed files with 18 additions and 3 deletions
|
@ -8731,7 +8731,7 @@
|
|||
{
|
||||
"short_description": "Spotify widget for Notification Center.",
|
||||
"categories": [
|
||||
"audio",
|
||||
"audio"
|
||||
],
|
||||
"repo_url": "https://github.com/fabiusBile/Spotify4BigSur",
|
||||
"title": "Spotify4BigSur",
|
||||
|
@ -8880,7 +8880,7 @@
|
|||
"title": "eul",
|
||||
"icon_url": "https://raw.githubusercontent.com/gao-sun/eul/master/Resource/Assets.xcassets/eul.imageset/eul%403x.png",
|
||||
"screenshots": [
|
||||
"https://user-images.githubusercontent.com/14722250/105626766-f718ab00-5e6c-11eb-9761-661ff85c8faf.jpg",
|
||||
"https://user-images.githubusercontent.com/14722250/105626766-f718ab00-5e6c-11eb-9761-661ff85c8faf.jpg"
|
||||
],
|
||||
"official_site": "",
|
||||
"languages": [
|
||||
|
@ -8993,7 +8993,7 @@
|
|||
"title": "Chess",
|
||||
"icon_url": "https://opensource.apple.com/source/Chess/Chess-410.4.1/MBChess/Images.xcassets/AppIcon.appiconset/icon_256x256.png",
|
||||
"screenshots": [
|
||||
"https://upload.wikimedia.org/wikipedia/commons/8/83/Chess_screenshot.png",
|
||||
"https://upload.wikimedia.org/wikipedia/commons/8/83/Chess_screenshot.png"
|
||||
],
|
||||
"official_site": "https://www.apple.com/",
|
||||
"languages": [
|
||||
|
@ -9032,6 +9032,21 @@
|
|||
"swift"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "A software suite for electronic design automation.",
|
||||
"categories": [
|
||||
"development"
|
||||
],
|
||||
"repo_url": "https://gitlab.com/kicad/code/kicad",
|
||||
"title": "KiCad",
|
||||
"icon_url": "",
|
||||
"screenshots": [],
|
||||
"official_site": "https://www.kicad.org/",
|
||||
"languages": [
|
||||
"cpp",
|
||||
"c"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "dupeGuru is a tool to find duplicate files on your computer. It can scan using file names and file contents.",
|
||||
"categories": [
|
||||
|
|
Loading…
Reference in a new issue