mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Add Pock (#386)
* Add Pock * Fix link issue * Add https://pock.pigigaldi.com to white list.
This commit is contained in:
parent
3f593cd85d
commit
ebfbbb6c99
2 changed files with 18 additions and 2 deletions
|
@ -8,7 +8,7 @@ before_script:
|
|||
- gem install bundler
|
||||
- gem install danger
|
||||
script:
|
||||
- awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com
|
||||
- awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com
|
||||
- danger
|
||||
after_success:
|
||||
- swift ./.github/main.swift
|
||||
|
|
|
@ -6911,7 +6911,7 @@
|
|||
"categories" : [
|
||||
"window-management"
|
||||
],
|
||||
"repo_url" : "https://github.com/sdegutis/AppGrid",
|
||||
"repo_url" : "https://github.com/mjolnirapp/AppGrid",
|
||||
"title" : "AppGrid",
|
||||
"icon_url" : "",
|
||||
"screenshots" : [
|
||||
|
@ -7191,6 +7191,22 @@
|
|||
"languages" : [
|
||||
"swift"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description" : "Display macOS Dock in Touch Bar.",
|
||||
"categories" : [
|
||||
"touch-bar",
|
||||
],
|
||||
"repo_url" : "https://github.com/pigigaldi/Pock",
|
||||
"title" : "Pock",
|
||||
"icon_url" : "https://raw.githubusercontent.com/pigigaldi/Pock/master/Resources/pock_logo_b.png",
|
||||
"screenshots" : [
|
||||
"https://raw.githubusercontent.com/pigigaldi/Pock/master/Resources/pock_preview.png"
|
||||
],
|
||||
"official_site" : "https://pock.pigigaldi.com",
|
||||
"languages" : [
|
||||
"swift"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue