From 9fd70961b6e05d6dbd43099bcc4212900eb635bd Mon Sep 17 00:00:00 2001 From: Christopher Jimenez Date: Mon, 11 Jul 2016 11:38:05 -0600 Subject: [PATCH] Add Count It and Send to Me apps --- contents.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/contents.json b/contents.json index 80519ec4..ef199604 100644 --- a/contents.json +++ b/contents.json @@ -4993,6 +4993,24 @@ "tags": ["swift"], "license": "gpl-3.0", "stars": 27 + }, + { + "title": "Count It", + "category": ["rxswift", "apple-watch"], + "description": "Never lose the count again. Dead simple App with Apple Watch integration that lets you count anything.", + "source": "https://github.com/PiXeL16/CountItApp", + "itunes": "https://itunes.apple.com/app/id1098893335", + "stars": 10, + "tags": ["swift"] + }, + { + "title": "Send To Me", + "category": "tasks", + "description": "Share content to your email with a single tap.", + "source": "https://github.com/PiXeL16/SendToMe", + "itunes": "https://itunes.apple.com/app/id1100027787", + "stars": 8, + "tags": ["swift"] } ] }