Files
rzen e12fe31152 Add Warm-Up and Stretching activity types
Adds WorkoutActivityType.warmUp (HealthKit .preparationAndRecovery) and
.stretching (.flexibility), and retags the six starter splits that were all
mislabeled as Functional Strength:

- Warm-Up:    Upper Body Warm-Up, Lower Body Warm-Up, Morning Wake-Up
- Stretching: Morning Mobility, Full Body Stretch, Evening Stretch

The split editor's activity picker surfaces them automatically (CaseIterable).
Older app versions decode the new raw values as the default type — additive and
not schema-gated, so no quarantine.
2026-07-09 15:45:31 -04:00

63 lines
1.3 KiB
JSON

{
"activityType" : 7,
"color" : "indigo",
"createdAt" : "2020-01-01T00:00:00Z",
"exercises" : [
{
"durationSeconds" : 0,
"id" : "01DXF6DT00MGW05GT89PQ97NJP",
"loadType" : 0,
"name" : "Cat-Cow",
"order" : 0,
"reps" : 10,
"sets" : 1,
"weight" : 0
},
{
"durationSeconds" : 45,
"id" : "01DXF6DT00FKCS4829TCES5DAK",
"loadType" : 2,
"name" : "Butterfly Stretch",
"order" : 1,
"reps" : 0,
"sets" : 1,
"weight" : 0
},
{
"durationSeconds" : 30,
"id" : "01DXF6DT00CZEX3S1EJZRRNGJ3",
"loadType" : 2,
"name" : "Kneeling Hip Flexor Stretch",
"order" : 2,
"reps" : 0,
"sets" : 2,
"weight" : 0
},
{
"durationSeconds" : 0,
"id" : "01DXF6DT00SZGMC6BNWYMBTE1X",
"loadType" : 0,
"name" : "Cobra Stretch",
"order" : 3,
"reps" : 8,
"sets" : 1,
"weight" : 0
},
{
"durationSeconds" : 45,
"id" : "01DXF6DT00GVMTRR094FEXQ9Z6",
"loadType" : 2,
"name" : "Child's Pose",
"order" : 4,
"reps" : 0,
"sets" : 1,
"weight" : 0
}
],
"id" : "01DXF6DT00M5YRFPHJQ2FS2B9P",
"name" : "Evening Stretch",
"order" : 11,
"schemaVersion" : 3,
"systemImage" : "figure.mind.and.body",
"updatedAt" : "2020-01-01T00:00:00Z"
}