|
|
@@ -68,7 +68,8 @@ enum GarminWatchface: String, JSON, CaseIterable, Identifiable, Codable, Hashabl
|
|
|
// return UUID(uuidString: "81204522-B1BE-4E19-8E6E-C4032AAF8C6D") // ConnectIQ test build
|
|
|
return UUID(uuidString: "7a121867-140e-41ba-9982-2e82e2aa6579") // ConnectIQ live build
|
|
|
case .swissalpine:
|
|
|
- return UUID(uuidString: "5A643C13-D5A7-40D4-B809-84789FDF4A1F")
|
|
|
+ // return UUID(uuidString: "5A643C13-D5A7-40D4-B809-84789FDF4A1F") // ConnectIQ test build
|
|
|
+ return UUID(uuidString: "4cea4efd-4aaf-4db4-8891-ef36dde14303") // ConnectIQ live build
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -100,7 +101,8 @@ enum GarminDatafield: String, JSON, CaseIterable, Identifiable, Codable, Hashabl
|
|
|
case .trio:
|
|
|
return UUID(uuidString: "71cf0982-ca41-42a5-8441-ea81d36056c3")
|
|
|
case .swissalpine:
|
|
|
- return UUID(uuidString: "7A2268F6-3381-4474-81BD-0A3E7F458CB7")
|
|
|
+ // return UUID(uuidString: "7A2268F6-3381-4474-81BD-0A3E7F458CB7") // ConnectIQ test build
|
|
|
+ return UUID(uuidString: "dec5292a-74b0-41bc-8e45-cd93f1d5e137") // ConnectIQ live build
|
|
|
case .none:
|
|
|
return nil
|
|
|
}
|