Files
workouts/Workouts/Resources/StarterSplits/Upper Body Warm-Up.split.json
T
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" : 6,
"color" : "cyan",
"createdAt" : "2020-01-01T00:00:00Z",
"exercises" : [
{
"durationSeconds" : 0,
"id" : "01DXF6DT00VZ0J13D3RV1583SN",
"loadType" : 0,
"name" : "Arm Circles",
"order" : 0,
"reps" : 10,
"sets" : 2,
"weight" : 0
},
{
"durationSeconds" : 0,
"id" : "01DXF6DT008VVX81WZCXJYPV5G",
"loadType" : 0,
"name" : "Torso Twist",
"order" : 1,
"reps" : 10,
"sets" : 2,
"weight" : 0
},
{
"durationSeconds" : 0,
"id" : "01DXF6DT005MTQJMDRFN8PPYYN",
"loadType" : 0,
"name" : "Standing Side Bend",
"order" : 2,
"reps" : 8,
"sets" : 2,
"weight" : 0
},
{
"durationSeconds" : 0,
"id" : "01DXF6DT00JD3M6G2QKCF2PNBB",
"loadType" : 0,
"name" : "Cat-Cow",
"order" : 3,
"reps" : 8,
"sets" : 1,
"weight" : 0
},
{
"durationSeconds" : 0,
"id" : "01DXF6DT00PZ35SNJ861S3WQKT",
"loadType" : 0,
"name" : "Push-Up",
"order" : 4,
"reps" : 8,
"sets" : 2,
"weight" : 0
}
],
"id" : "01DXF6DT00G56WC0HS6RJWMFMD",
"name" : "Upper Body Warm-Up",
"order" : 6,
"schemaVersion" : 3,
"systemImage" : "figure.arms.open",
"updatedAt" : "2020-01-01T00:00:00Z"
}