* Add Pock

* Fix link issue

* Add https://pock.pigigaldi.com  to white list.
This commit is contained in:
Serhii Londar 2019-04-26 17:18:49 +03:00 committed by GitHub
parent 3f593cd85d
commit ebfbbb6c99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 2 deletions

View file

@ -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

View file

@ -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"
]
}
]
}