Mercurial > public > lazybear
comparison LazyBear.xcodeproj/project.pbxproj @ 391:8ec37b2baafd
Implementing CreateNewWatchlist
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Fri, 30 Apr 2021 20:25:52 +0200 |
parents | 6303385b3629 |
children | 0a4c399170c4 |
comparison
equal
deleted
inserted
replaced
390:6303385b3629 | 391:8ec37b2baafd |
---|---|
28 9550444626111EE5000E0BCB /* SectorItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444526111EE5000E0BCB /* SectorItem.swift */; }; | 28 9550444626111EE5000E0BCB /* SectorItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444526111EE5000E0BCB /* SectorItem.swift */; }; |
29 9550444926111FC9000E0BCB /* StockRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444826111FC9000E0BCB /* StockRow.swift */; }; | 29 9550444926111FC9000E0BCB /* StockRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444826111FC9000E0BCB /* StockRow.swift */; }; |
30 9550444C26111FED000E0BCB /* StockItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444B26111FED000E0BCB /* StockItem.swift */; }; | 30 9550444C26111FED000E0BCB /* StockItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444B26111FED000E0BCB /* StockItem.swift */; }; |
31 955E73392623568F005652FF /* Home.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955E73382623568F005652FF /* Home.swift */; }; | 31 955E73392623568F005652FF /* Home.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955E73382623568F005652FF /* Home.swift */; }; |
32 955E733C262356F3005652FF /* HomeResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955E733B262356F3005652FF /* HomeResponse.swift */; }; | 32 955E733C262356F3005652FF /* HomeResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955E733B262356F3005652FF /* HomeResponse.swift */; }; |
33 9562404C263C766D00C6C511 /* CreateNewWatchlist.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9562404B263C766D00C6C511 /* CreateNewWatchlist.swift */; }; | |
34 9562404E263C7D8800C6C511 /* NewWatchlistClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9562404D263C7D8800C6C511 /* NewWatchlistClass.swift */; }; | |
33 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */; }; | 35 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */; }; |
34 95672B9325DDA54700DCBE4A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9225DDA54700DCBE4A /* Assets.xcassets */; }; | 36 95672B9325DDA54700DCBE4A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9225DDA54700DCBE4A /* Assets.xcassets */; }; |
35 95672B9625DDA54700DCBE4A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */; }; | 37 95672B9625DDA54700DCBE4A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */; }; |
36 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9725DDA54700DCBE4A /* Persistence.swift */; }; | 38 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9725DDA54700DCBE4A /* Persistence.swift */; }; |
37 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */; }; | 39 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */; }; |
103 9550444526111EE5000E0BCB /* SectorItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectorItem.swift; sourceTree = "<group>"; }; | 105 9550444526111EE5000E0BCB /* SectorItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectorItem.swift; sourceTree = "<group>"; }; |
104 9550444826111FC9000E0BCB /* StockRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StockRow.swift; sourceTree = "<group>"; }; | 106 9550444826111FC9000E0BCB /* StockRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StockRow.swift; sourceTree = "<group>"; }; |
105 9550444B26111FED000E0BCB /* StockItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StockItem.swift; sourceTree = "<group>"; }; | 107 9550444B26111FED000E0BCB /* StockItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StockItem.swift; sourceTree = "<group>"; }; |
106 955E73382623568F005652FF /* Home.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Home.swift; sourceTree = "<group>"; }; | 108 955E73382623568F005652FF /* Home.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Home.swift; sourceTree = "<group>"; }; |
107 955E733B262356F3005652FF /* HomeResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeResponse.swift; sourceTree = "<group>"; }; | 109 955E733B262356F3005652FF /* HomeResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeResponse.swift; sourceTree = "<group>"; }; |
110 9562404A263C72E800C6C511 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; | |
111 9562404B263C766D00C6C511 /* CreateNewWatchlist.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateNewWatchlist.swift; sourceTree = "<group>"; }; | |
112 9562404D263C7D8800C6C511 /* NewWatchlistClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewWatchlistClass.swift; sourceTree = "<group>"; }; | |
108 95672B8B25DDA54700DCBE4A /* LazyBear.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LazyBear.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 113 95672B8B25DDA54700DCBE4A /* LazyBear.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LazyBear.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
109 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearApp.swift; sourceTree = "<group>"; }; | 114 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearApp.swift; sourceTree = "<group>"; }; |
110 95672B9225DDA54700DCBE4A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | 115 95672B9225DDA54700DCBE4A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
111 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; | 116 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
112 95672B9725DDA54700DCBE4A /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; }; | 117 95672B9725DDA54700DCBE4A /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; }; |
282 sourceTree = "<group>"; | 287 sourceTree = "<group>"; |
283 }; | 288 }; |
284 95672B8225DDA54700DCBE4A = { | 289 95672B8225DDA54700DCBE4A = { |
285 isa = PBXGroup; | 290 isa = PBXGroup; |
286 children = ( | 291 children = ( |
292 9562404A263C72E800C6C511 /* README.md */, | |
287 950C572D2629F03A00F234FE /* LazyBear.xctestplan */, | 293 950C572D2629F03A00F234FE /* LazyBear.xctestplan */, |
288 95672B8D25DDA54700DCBE4A /* LazyBear */, | 294 95672B8D25DDA54700DCBE4A /* LazyBear */, |
289 950C57112629EF9100F234FE /* LazyBearTests */, | 295 950C57112629EF9100F234FE /* LazyBearTests */, |
290 950C57212629EFC200F234FE /* LazyBearUITests */, | 296 950C57212629EFC200F234FE /* LazyBearUITests */, |
291 95672B8C25DDA54700DCBE4A /* Products */, | 297 95672B8C25DDA54700DCBE4A /* Products */, |
388 }; | 394 }; |
389 95BD2F91263418F7008B6752 /* Helpers */ = { | 395 95BD2F91263418F7008B6752 /* Helpers */ = { |
390 isa = PBXGroup; | 396 isa = PBXGroup; |
391 children = ( | 397 children = ( |
392 95BD2FAD26341BD1008B6752 /* TextfieldAlert.swift */, | 398 95BD2FAD26341BD1008B6752 /* TextfieldAlert.swift */, |
399 9562404B263C766D00C6C511 /* CreateNewWatchlist.swift */, | |
400 9562404D263C7D8800C6C511 /* NewWatchlistClass.swift */, | |
393 ); | 401 ); |
394 path = Helpers; | 402 path = Helpers; |
395 sourceTree = "<group>"; | 403 sourceTree = "<group>"; |
396 }; | 404 }; |
397 95C8C0D9262A31DA0082D1D9 /* Networking */ = { | 405 95C8C0D9262A31DA0082D1D9 /* Networking */ = { |
579 95A7C0742616409D003E2EC1 /* ParseJSON.swift in Sources */, | 587 95A7C0742616409D003E2EC1 /* ParseJSON.swift in Sources */, |
580 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */, | 588 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */, |
581 951566E72613A2B6007C0F36 /* TradingDates.swift in Sources */, | 589 951566E72613A2B6007C0F36 /* TradingDates.swift in Sources */, |
582 955E73392623568F005652FF /* Home.swift in Sources */, | 590 955E73392623568F005652FF /* Home.swift in Sources */, |
583 95721DA6262761E700EC527B /* CurrencyRow.swift in Sources */, | 591 95721DA6262761E700EC527B /* CurrencyRow.swift in Sources */, |
592 9562404C263C766D00C6C511 /* CreateNewWatchlist.swift in Sources */, | |
584 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */, | 593 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */, |
585 95E6C57626345CE700AC1518 /* WatchlistManagerTest.swift in Sources */, | 594 95E6C57626345CE700AC1518 /* WatchlistManagerTest.swift in Sources */, |
586 95A7C066261639E0003E2EC1 /* SearchView.swift in Sources */, | 595 95A7C066261639E0003E2EC1 /* SearchView.swift in Sources */, |
587 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */, | 596 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */, |
588 9550444C26111FED000E0BCB /* StockItem.swift in Sources */, | 597 9550444C26111FED000E0BCB /* StockItem.swift in Sources */, |
601 9550444626111EE5000E0BCB /* SectorItem.swift in Sources */, | 610 9550444626111EE5000E0BCB /* SectorItem.swift in Sources */, |
602 954D7EA7260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift in Sources */, | 611 954D7EA7260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift in Sources */, |
603 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */, | 612 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */, |
604 95C8C0E0262A369F0082D1D9 /* ProfileResponse.swift in Sources */, | 613 95C8C0E0262A369F0082D1D9 /* ProfileResponse.swift in Sources */, |
605 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */, | 614 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */, |
615 9562404E263C7D8800C6C511 /* NewWatchlistClass.swift in Sources */, | |
606 95721DB4262787EF00EC527B /* ExtensiveList.swift in Sources */, | 616 95721DB4262787EF00EC527B /* ExtensiveList.swift in Sources */, |
607 95C8C0DB262A36990082D1D9 /* Profile.swift in Sources */, | 617 95C8C0DB262A36990082D1D9 /* Profile.swift in Sources */, |
608 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */, | 618 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */, |
609 95BD2FAE26341BD1008B6752 /* TextfieldAlert.swift in Sources */, | 619 95BD2FAE26341BD1008B6752 /* TextfieldAlert.swift in Sources */, |
610 95A07F5D26305A8F009865AA /* IntradayPricesModel.swift in Sources */, | 620 95A07F5D26305A8F009865AA /* IntradayPricesModel.swift in Sources */, |