initial pre-viable version of watch app
This commit is contained in:
10
Worksouts Watch App/Schema/SchemaVersion.swift
Normal file
10
Worksouts Watch App/Schema/SchemaVersion.swift
Normal file
@ -0,0 +1,10 @@
|
||||
import SwiftData
|
||||
|
||||
enum SchemaVersion {
|
||||
static var models: [any PersistentModel.Type] = [
|
||||
Split.self,
|
||||
Exercise.self,
|
||||
Workout.self,
|
||||
WorkoutLog.self
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user