mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-11-28 05:12:06 +03:00
Fitness category [ci skip]
This commit is contained in:
parent
61916d78b0
commit
05f8d959c2
@ -63,6 +63,11 @@
|
||||
"title": "Health",
|
||||
"id": "health"
|
||||
},
|
||||
{
|
||||
"title": "Fitness",
|
||||
"id": "fitness",
|
||||
"parent": "health"
|
||||
},
|
||||
{
|
||||
"title": "ResearchKit",
|
||||
"id": "researchkit",
|
||||
@ -1428,7 +1433,7 @@
|
||||
{
|
||||
"title": "Jim",
|
||||
"category": [
|
||||
"health",
|
||||
"fitness",
|
||||
"parse"
|
||||
],
|
||||
"description": "Track your gym workouts",
|
||||
@ -1441,7 +1446,7 @@
|
||||
},
|
||||
{
|
||||
"title": "LogU",
|
||||
"category": "health",
|
||||
"category": "fitness",
|
||||
"description": "A Strength Logger is a simple logging application for strength athletes",
|
||||
"source": "https://github.com/brettalcox/logU-swift",
|
||||
"itunes": "https://itunes.apple.com/app/logu-a-strength-logger/id1084487510",
|
||||
@ -1471,7 +1476,7 @@
|
||||
},
|
||||
{
|
||||
"title": "rTracker",
|
||||
"category": "health",
|
||||
"category": "fitness",
|
||||
"description": "A generic, customizable personal data tracker",
|
||||
"source": "https://github.com/rob-miller/rTracker",
|
||||
"itunes": "https://itunes.apple.com/app/rtracker-track-it-all-your-way/id486541371",
|
||||
@ -3176,7 +3181,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Theseus",
|
||||
"category": "health",
|
||||
"category": "fitness",
|
||||
"description": "Personal analytics app",
|
||||
"license": "gpl-2.0",
|
||||
"source": "https://github.com/lazerwalker/Theseus",
|
||||
|
Loading…
Reference in New Issue
Block a user