|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 2601AF632721D0BF00D999EF /* InfiniLink.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 2601AF612721D0BF00D999EF /* InfiniLink.xcdatamodeld */; }; |
10 | 11 | 2617EF37270364CE00FE6F48 /* ChartViewSelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2617EF36270364CE00FE6F48 /* ChartViewSelector.swift */; }; |
11 | 12 | 2617EF3927036C9B00FE6F48 /* WhatsNewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2617EF3827036C9B00FE6F48 /* WhatsNewSheet.swift */; }; |
12 | 13 | 2617EF3D27036DC600FE6F48 /* WhatsNewBody.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2617EF3C27036DC600FE6F48 /* WhatsNewBody.swift */; }; |
13 | | - 26318B1626CB27E70036051E /* InfiniLink.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 26318B1426CB27E70036051E /* InfiniLink.xcdatamodeld */; }; |
14 | 14 | 2632388426F2531C00D72B43 /* DFUWithBLE.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2632388326F2531C00D72B43 /* DFUWithBLE.swift */; }; |
15 | 15 | 2632388626F2548600D72B43 /* DFUWithoutBLE.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2632388526F2548600D72B43 /* DFUWithoutBLE.swift */; }; |
16 | 16 | 2632388826F2576D00D72B43 /* DFUFileSelectButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2632388726F2576D00D72B43 /* DFUFileSelectButton.swift */; }; |
|
94 | 94 | /* End PBXContainerItemProxy section */ |
95 | 95 |
|
96 | 96 | /* Begin PBXFileReference section */ |
| 97 | + 2601AF622721D0BF00D999EF /* InfiniLink.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = InfiniLink.xcdatamodel; sourceTree = "<group>"; }; |
97 | 98 | 2617EF36270364CE00FE6F48 /* ChartViewSelector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartViewSelector.swift; sourceTree = "<group>"; }; |
98 | 99 | 2617EF3827036C9B00FE6F48 /* WhatsNewSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WhatsNewSheet.swift; sourceTree = "<group>"; }; |
99 | 100 | 2617EF3C27036DC600FE6F48 /* WhatsNewBody.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WhatsNewBody.swift; sourceTree = "<group>"; }; |
100 | | - 26318B1526CB27E70036051E /* Infini_iOS.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Infini_iOS.xcdatamodel; sourceTree = "<group>"; }; |
101 | 101 | 2632388326F2531C00D72B43 /* DFUWithBLE.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DFUWithBLE.swift; sourceTree = "<group>"; }; |
102 | 102 | 2632388526F2548600D72B43 /* DFUWithoutBLE.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DFUWithoutBLE.swift; sourceTree = "<group>"; }; |
103 | 103 | 2632388726F2576D00D72B43 /* DFUFileSelectButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DFUFileSelectButton.swift; sourceTree = "<group>"; }; |
|
277 | 277 | 264BFE4A26BC51CF0050A223 /* Persistence.swift */, |
278 | 278 | 264BFE4526BC51CF0050A223 /* Assets.xcassets */, |
279 | 279 | 264BFE4F26BC51CF0050A223 /* Info.plist */, |
280 | | - 26318B1426CB27E70036051E /* InfiniLink.xcdatamodeld */, |
| 280 | + 2601AF612721D0BF00D999EF /* InfiniLink.xcdatamodeld */, |
281 | 281 | 264BFE4726BC51CF0050A223 /* Preview Content */, |
282 | 282 | ); |
283 | 283 | path = InfiniLink; |
|
585 | 585 | 264BFE4B26BC51CF0050A223 /* Persistence.swift in Sources */, |
586 | 586 | 26A40E932707D119007966F6 /* BLEUpdateHandler.swift in Sources */, |
587 | 587 | 264BFE4426BC51CE0050A223 /* ContentView.swift in Sources */, |
| 588 | + 2601AF632721D0BF00D999EF /* InfiniLink.xcdatamodeld in Sources */, |
588 | 589 | 26A6315526C0297A005AE404 /* BLEWriteManager.swift in Sources */, |
589 | 590 | 26C5FAE126FE98F500921207 /* BLEAutoconnectManager.swift in Sources */, |
590 | 591 | 26A6316026C4BC25005AE404 /* DFUView.swift in Sources */, |
|
612 | 613 | 264BFE4226BC51CE0050A223 /* InfiniLinkApp.swift in Sources */, |
613 | 614 | 26A40E8B2704EB22007966F6 /* DebugViewDFU.swift in Sources */, |
614 | 615 | 263F56E026F13E760001BA4F /* DebugManager.swift in Sources */, |
615 | | - 26318B1626CB27E70036051E /* InfiniLink.xcdatamodeld in Sources */, |
616 | 616 | 26C5FAD826FC129400921207 /* ArbitraryNotificationView.swift in Sources */, |
617 | 617 | 2617EF3D27036DC600FE6F48 /* WhatsNewBody.swift in Sources */, |
618 | 618 | 26A40E952708C7F8007966F6 /* ScanningPopover.swift in Sources */, |
|
996 | 996 | /* End XCSwiftPackageProductDependency section */ |
997 | 997 |
|
998 | 998 | /* Begin XCVersionGroup section */ |
999 | | - 26318B1426CB27E70036051E /* InfiniLink.xcdatamodeld */ = { |
| 999 | + 2601AF612721D0BF00D999EF /* InfiniLink.xcdatamodeld */ = { |
1000 | 1000 | isa = XCVersionGroup; |
1001 | 1001 | children = ( |
1002 | | - 26318B1526CB27E70036051E /* Infini_iOS.xcdatamodel */, |
| 1002 | + 2601AF622721D0BF00D999EF /* InfiniLink.xcdatamodel */, |
1003 | 1003 | ); |
1004 | | - currentVersion = 26318B1526CB27E70036051E /* Infini_iOS.xcdatamodel */; |
| 1004 | + currentVersion = 2601AF622721D0BF00D999EF /* InfiniLink.xcdatamodel */; |
1005 | 1005 | path = InfiniLink.xcdatamodeld; |
1006 | 1006 | sourceTree = "<group>"; |
1007 | 1007 | versionGroupType = wrapper.xcdatamodel; |
|
0 commit comments