|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 2617EF37270364CE00FE6F48 /* ChartViewSelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2617EF36270364CE00FE6F48 /* ChartViewSelector.swift */; }; |
10 | 11 | 26318B1626CB27E70036051E /* Infini_iOS.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 26318B1426CB27E70036051E /* Infini_iOS.xcdatamodeld */; }; |
11 | 12 | 2632388426F2531C00D72B43 /* DFUWithBLE.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2632388326F2531C00D72B43 /* DFUWithBLE.swift */; }; |
12 | 13 | 2632388626F2548600D72B43 /* DFUWithoutBLE.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2632388526F2548600D72B43 /* DFUWithoutBLE.swift */; }; |
|
59 | 60 | 26D7816E26CA003B00BBF555 /* SettingsFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D7816D26CA003B00BBF555 /* SettingsFunctions.swift */; }; |
60 | 61 | 26D7817026CA004B00BBF555 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D7816F26CA004B00BBF555 /* SettingsView.swift */; }; |
61 | 62 | 26D7817A26CAD19F00BBF555 /* ColorPalette.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D7817926CAD19F00BBF555 /* ColorPalette.swift */; }; |
62 | | - 26F426EF26C72D7D00D0866B /* BLEStatusView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26F426EE26C72D7D00D0866B /* BLEStatusView.swift */; }; |
| 63 | + 26F426EF26C72D7D00D0866B /* ChartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26F426EE26C72D7D00D0866B /* ChartView.swift */; }; |
63 | 64 | /* End PBXBuildFile section */ |
64 | 65 |
|
65 | 66 | /* Begin PBXContainerItemProxy section */ |
|
80 | 81 | /* End PBXContainerItemProxy section */ |
81 | 82 |
|
82 | 83 | /* Begin PBXFileReference section */ |
| 84 | + 2617EF36270364CE00FE6F48 /* ChartViewSelector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartViewSelector.swift; sourceTree = "<group>"; }; |
83 | 85 | 26318B1526CB27E70036051E /* Infini_iOS.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Infini_iOS.xcdatamodel; sourceTree = "<group>"; }; |
84 | 86 | 2632388326F2531C00D72B43 /* DFUWithBLE.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DFUWithBLE.swift; sourceTree = "<group>"; }; |
85 | 87 | 2632388526F2548600D72B43 /* DFUWithoutBLE.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DFUWithoutBLE.swift; sourceTree = "<group>"; }; |
|
137 | 139 | 26D7816D26CA003B00BBF555 /* SettingsFunctions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsFunctions.swift; sourceTree = "<group>"; }; |
138 | 140 | 26D7816F26CA004B00BBF555 /* SettingsView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; }; |
139 | 141 | 26D7817926CAD19F00BBF555 /* ColorPalette.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorPalette.swift; sourceTree = "<group>"; }; |
140 | | - 26F426EE26C72D7D00D0866B /* BLEStatusView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BLEStatusView.swift; sourceTree = "<group>"; }; |
| 142 | + 26F426EE26C72D7D00D0866B /* ChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartView.swift; sourceTree = "<group>"; }; |
141 | 143 | /* End PBXFileReference section */ |
142 | 144 |
|
143 | 145 | /* Begin PBXFrameworksBuildPhase section */ |
|
177 | 179 | path = Onboarding; |
178 | 180 | sourceTree = "<group>"; |
179 | 181 | }; |
180 | | - 263B20B626CD673D00676BF0 /* Status View Components */ = { |
| 182 | + 263B20B626CD673D00676BF0 /* Chart View Components */ = { |
181 | 183 | isa = PBXGroup; |
182 | 184 | children = ( |
183 | 185 | 266F53EB26FAABE7007481A6 /* TimeRangeTabs.swift */, |
184 | 186 | 263B20B426CD673900676BF0 /* ChartTabs.swift */, |
185 | 187 | 263B20B926CDF13400676BF0 /* HeartChart.swift */, |
186 | 188 | 263B20BB26CDF20400676BF0 /* BatteryChart.swift */, |
187 | 189 | 266F53E326F7FCA6007481A6 /* ChartManager.swift */, |
| 190 | + 2617EF36270364CE00FE6F48 /* ChartViewSelector.swift */, |
188 | 191 | ); |
189 | | - path = "Status View Components"; |
| 192 | + path = "Chart View Components"; |
190 | 193 | sourceTree = "<group>"; |
191 | 194 | }; |
192 | 195 | 263B20C826CF07BE00676BF0 /* DFU View */ = { |
|
277 | 280 | 2632388B26F265B100D72B43 /* MainView.swift */, |
278 | 281 | 266F53E526FA7676007481A6 /* HomeScreen.swift */, |
279 | 282 | 264DB80A26C62ED600E812C3 /* SideMenu.swift */, |
280 | | - 26F426EE26C72D7D00D0866B /* BLEStatusView.swift */, |
| 283 | + 26F426EE26C72D7D00D0866B /* ChartView.swift */, |
281 | 284 | 26D7816F26CA004B00BBF555 /* SettingsView.swift */, |
282 | 285 | 26C5FAD626FC126F00921207 /* Sheets */, |
283 | 286 | 263B20C826CF07BE00676BF0 /* DFU View */, |
284 | 287 | 2675CA5826DC5C9400967E4D /* View Utilities */, |
285 | | - 263B20B626CD673D00676BF0 /* Status View Components */, |
| 288 | + 263B20B626CD673D00676BF0 /* Chart View Components */, |
286 | 289 | ); |
287 | 290 | path = "View Components"; |
288 | 291 | sourceTree = "<group>"; |
|
510 | 513 | 26A6315226BF45E0005AE404 /* BLEMusic.swift in Sources */, |
511 | 514 | 2632388C26F265B100D72B43 /* MainView.swift in Sources */, |
512 | 515 | 2632388826F2576D00D72B43 /* DFUFileSelectButton.swift in Sources */, |
513 | | - 26F426EF26C72D7D00D0866B /* BLEStatusView.swift in Sources */, |
| 516 | + 26F426EF26C72D7D00D0866B /* ChartView.swift in Sources */, |
514 | 517 | 266F53E426F7FCA6007481A6 /* ChartManager.swift in Sources */, |
515 | 518 | 264BFE7426BC526C0050A223 /* BLEManager.swift in Sources */, |
516 | 519 | 2632388E26F297CB00D72B43 /* OnboardingBody.swift in Sources */, |
|
538 | 541 | 263B20B526CD673900676BF0 /* ChartTabs.swift in Sources */, |
539 | 542 | 26D7816E26CA003B00BBF555 /* SettingsFunctions.swift in Sources */, |
540 | 543 | 26A6316326C4C6D6005AE404 /* BLEConnectView.swift in Sources */, |
| 544 | + 2617EF37270364CE00FE6F48 /* ChartViewSelector.swift in Sources */, |
541 | 545 | 26D7816526C9EB3800BBF555 /* BLEDelegates.swift in Sources */, |
542 | 546 | 26C5FAD526FBB76100921207 /* DeviceNameManager.swift in Sources */, |
543 | 547 | 26A6315B26C49841005AE404 /* DFU.swift in Sources */, |
|
709 | 713 | "$(inherited)", |
710 | 714 | "@executable_path/Frameworks", |
711 | 715 | ); |
712 | | - MARKETING_VERSION = 0.8.5; |
| 716 | + MARKETING_VERSION = 0.9.0; |
713 | 717 | PRODUCT_BUNDLE_IDENTIFIER = "com.alexemry.Infini-iOS"; |
714 | 718 | PRODUCT_NAME = "$(TARGET_NAME)"; |
715 | 719 | SWIFT_VERSION = 5.0; |
|
732 | 736 | "$(inherited)", |
733 | 737 | "@executable_path/Frameworks", |
734 | 738 | ); |
735 | | - MARKETING_VERSION = 0.8.5; |
| 739 | + MARKETING_VERSION = 0.9.0; |
736 | 740 | PRODUCT_BUNDLE_IDENTIFIER = "com.alexemry.Infini-iOS"; |
737 | 741 | PRODUCT_NAME = "$(TARGET_NAME)"; |
738 | 742 | SWIFT_VERSION = 5.0; |
|
0 commit comments