mirror of
https://github.com/jlengrand/open-source-mac-os-apps.git
synced 2026-03-10 08:31:19 +00:00
Add Pock (#386)
* Add Pock * Fix link issue * Add https://pock.pigigaldi.com to white list.
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user