|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 9B1DCA5B2D10EA76006A64D9 /* ToothbrushingHealthKitMetric.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B1DCA5A2D10EA76006A64D9 /* ToothbrushingHealthKitMetric.swift */; }; |
11 | | - 9B7D44662D12C304003B62B1 /* ToothbrushingSessionsHealthKitMetric.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B7D44652D12C304003B62B1 /* ToothbrushingSessionsHealthKitMetric.swift */; }; |
| 10 | + 9B1DCA5B2D10EA76006A64D9 /* ToothbrushingDailyMinutesHealthKitMetric.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B1DCA5A2D10EA76006A64D9 /* ToothbrushingDailyMinutesHealthKitMetric.swift */; }; |
| 11 | + 9B7D44662D12C304003B62B1 /* ToothbrushingDailySessionsHealthKitMetric.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B7D44652D12C304003B62B1 /* ToothbrushingDailySessionsHealthKitMetric.swift */; }; |
12 | 12 | 9B8CA57D24B120CA009C86C2 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9B8CA57C24B120CA009C86C2 /* LaunchScreen.storyboard */; }; |
13 | 13 | A10D4E931B07948500A72D29 /* DatapointsTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10D4E921B07948500A72D29 /* DatapointsTableView.swift */; }; |
14 | 14 | A10DC2DF207BFCBA00FB7B3A /* RemoveHKMetricViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10DC2DE207BFCBA00FB7B3A /* RemoveHKMetricViewController.swift */; }; |
|
219 | 219 | /* End PBXCopyFilesBuildPhase section */ |
220 | 220 |
|
221 | 221 | /* Begin PBXFileReference section */ |
222 | | - 9B1DCA5A2D10EA76006A64D9 /* ToothbrushingHealthKitMetric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToothbrushingHealthKitMetric.swift; sourceTree = "<group>"; }; |
223 | | - 9B7D44652D12C304003B62B1 /* ToothbrushingSessionsHealthKitMetric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToothbrushingSessionsHealthKitMetric.swift; sourceTree = "<group>"; }; |
| 222 | + 9B1DCA5A2D10EA76006A64D9 /* ToothbrushingDailyMinutesHealthKitMetric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToothbrushingDailyMinutesHealthKitMetric.swift; sourceTree = "<group>"; }; |
| 223 | + 9B7D44652D12C304003B62B1 /* ToothbrushingDailySessionsHealthKitMetric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToothbrushingDailySessionsHealthKitMetric.swift; sourceTree = "<group>"; }; |
224 | 224 | 9B8CA57C24B120CA009C86C2 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; }; |
225 | 225 | A10D4E921B07948500A72D29 /* DatapointsTableView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DatapointsTableView.swift; sourceTree = "<group>"; }; |
226 | 226 | A10DC2DE207BFCBA00FB7B3A /* RemoveHKMetricViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoveHKMetricViewController.swift; sourceTree = "<group>"; }; |
|
416 | 416 | 9B7D44642D12C2F3003B62B1 /* Toothbrushing */ = { |
417 | 417 | isa = PBXGroup; |
418 | 418 | children = ( |
419 | | - 9B7D44652D12C304003B62B1 /* ToothbrushingSessionsHealthKitMetric.swift */, |
420 | | - 9B1DCA5A2D10EA76006A64D9 /* ToothbrushingHealthKitMetric.swift */, |
| 419 | + 9B7D44652D12C304003B62B1 /* ToothbrushingDailySessionsHealthKitMetric.swift */, |
| 420 | + 9B1DCA5A2D10EA76006A64D9 /* ToothbrushingDailyMinutesHealthKitMetric.swift */, |
421 | 421 | ); |
422 | 422 | path = Toothbrushing; |
423 | 423 | sourceTree = "<group>"; |
|
1087 | 1087 | E45470282B60E24500EE648B /* Daystamp.swift in Sources */, |
1088 | 1088 | E458C8042AD11BC3000DCA5C /* SignedRequestManager.swift in Sources */, |
1089 | 1089 | E458C8162AD11CA2000DCA5C /* HealthKitError.swift in Sources */, |
1090 | | - 9B1DCA5B2D10EA76006A64D9 /* ToothbrushingHealthKitMetric.swift in Sources */, |
| 1090 | + 9B1DCA5B2D10EA76006A64D9 /* ToothbrushingDailyMinutesHealthKitMetric.swift in Sources */, |
1091 | 1091 | E458C81E2AD11D05000DCA5C /* DateUtils.swift in Sources */, |
1092 | 1092 | E4B0A33128C194C900055EA7 /* AddDataIntents.intentdefinition in Sources */, |
1093 | 1093 | E458C8132AD11C94000DCA5C /* HealthKitMetric.swift in Sources */, |
|
1119 | 1119 | E46071012B451FA400305DB4 /* BeeminderModel.xcdatamodeld in Sources */, |
1120 | 1120 | E458C80D2AD11C64000DCA5C /* Crypto.swift in Sources */, |
1121 | 1121 | E458C8012AD11BB3000DCA5C /* RequestManager.swift in Sources */, |
1122 | | - 9B7D44662D12C304003B62B1 /* ToothbrushingSessionsHealthKitMetric.swift in Sources */, |
| 1122 | + 9B7D44662D12C304003B62B1 /* ToothbrushingDailySessionsHealthKitMetric.swift in Sources */, |
1123 | 1123 | ); |
1124 | 1124 | runOnlyForDeploymentPostprocessing = 0; |
1125 | 1125 | }; |
|
0 commit comments