1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-03-09 16:10:03 +01:00

Fitness category [ci skip]

This commit is contained in:
Daniel Khamsing 2016-07-26 07:10:43 -07:00
parent 61916d78b0
commit 05f8d959c2

View File

@ -63,6 +63,11 @@
"title": "Health", "title": "Health",
"id": "health" "id": "health"
}, },
{
"title": "Fitness",
"id": "fitness",
"parent": "health"
},
{ {
"title": "ResearchKit", "title": "ResearchKit",
"id": "researchkit", "id": "researchkit",
@ -1428,7 +1433,7 @@
{ {
"title": "Jim", "title": "Jim",
"category": [ "category": [
"health", "fitness",
"parse" "parse"
], ],
"description": "Track your gym workouts", "description": "Track your gym workouts",
@ -1441,7 +1446,7 @@
}, },
{ {
"title": "LogU", "title": "LogU",
"category": "health", "category": "fitness",
"description": "A Strength Logger is a simple logging application for strength athletes", "description": "A Strength Logger is a simple logging application for strength athletes",
"source": "https://github.com/brettalcox/logU-swift", "source": "https://github.com/brettalcox/logU-swift",
"itunes": "https://itunes.apple.com/app/logu-a-strength-logger/id1084487510", "itunes": "https://itunes.apple.com/app/logu-a-strength-logger/id1084487510",
@ -1471,7 +1476,7 @@
}, },
{ {
"title": "rTracker", "title": "rTracker",
"category": "health", "category": "fitness",
"description": "A generic, customizable personal data tracker", "description": "A generic, customizable personal data tracker",
"source": "https://github.com/rob-miller/rTracker", "source": "https://github.com/rob-miller/rTracker",
"itunes": "https://itunes.apple.com/app/rtracker-track-it-all-your-way/id486541371", "itunes": "https://itunes.apple.com/app/rtracker-track-it-all-your-way/id486541371",
@ -3176,7 +3181,7 @@
}, },
{ {
"title": "Theseus", "title": "Theseus",
"category": "health", "category": "fitness",
"description": "Personal analytics app", "description": "Personal analytics app",
"license": "gpl-2.0", "license": "gpl-2.0",
"source": "https://github.com/lazerwalker/Theseus", "source": "https://github.com/lazerwalker/Theseus",