From ebfbbb6c99a5d16a2bdd51f71ac5d07d776a3541 Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Fri, 26 Apr 2019 17:18:49 +0300 Subject: [PATCH] Add Pock (#386) * Add Pock * Fix link issue * Add https://pock.pigigaldi.com to white list. --- .travis.yml | 2 +- applications.json | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dad1ee9..eee77df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/applications.json b/applications.json index 59ec661..8a36b8d 100644 --- a/applications.json +++ b/applications.json @@ -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" + ] } ] }