comparison LazyBear.xcodeproj/project.pbxproj @ 342:a6c49f1409f3

Implementing Watchlists
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Mon, 05 Apr 2021 20:08:19 +0200
parents 4e6c47a81b80
children ab909fc9ce55
comparison
equal deleted inserted replaced
341:4e6c47a81b80 342:a6c49f1409f3
27 954D7EC2260BE70C00A13C50 /* SwiftlySearch in Frameworks */ = {isa = PBXBuildFile; productRef = 954D7EC1260BE70C00A13C50 /* SwiftlySearch */; }; 27 954D7EC2260BE70C00A13C50 /* SwiftlySearch in Frameworks */ = {isa = PBXBuildFile; productRef = 954D7EC1260BE70C00A13C50 /* SwiftlySearch */; };
28 9550443A26111B2B000E0BCB /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550443926111B2B000E0BCB /* HomeView.swift */; }; 28 9550443A26111B2B000E0BCB /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550443926111B2B000E0BCB /* HomeView.swift */; };
29 9550444326111E7A000E0BCB /* SectorRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444226111E7A000E0BCB /* SectorRow.swift */; }; 29 9550444326111E7A000E0BCB /* SectorRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444226111E7A000E0BCB /* SectorRow.swift */; };
30 9550444626111EE5000E0BCB /* SectorItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444526111EE5000E0BCB /* SectorItem.swift */; }; 30 9550444626111EE5000E0BCB /* SectorItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444526111EE5000E0BCB /* SectorItem.swift */; };
31 9550444926111FC9000E0BCB /* TopStockRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444826111FC9000E0BCB /* TopStockRow.swift */; }; 31 9550444926111FC9000E0BCB /* TopStockRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444826111FC9000E0BCB /* TopStockRow.swift */; };
32 9550444C26111FED000E0BCB /* TopStockItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444B26111FED000E0BCB /* TopStockItem.swift */; }; 32 9550444C26111FED000E0BCB /* StockItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444B26111FED000E0BCB /* StockItem.swift */; };
33 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */; }; 33 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */; };
34 95672B9325DDA54700DCBE4A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9225DDA54700DCBE4A /* Assets.xcassets */; }; 34 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 */; }; 35 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 */; }; 36 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9725DDA54700DCBE4A /* Persistence.swift */; };
37 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */; }; 37 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */; };
47 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AD4A2C26078C1400498079 /* ContentView.swift */; }; 47 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AD4A2C26078C1400498079 /* ContentView.swift */; };
48 95E745DA2614624500744A1E /* HomeDataPreview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E745D92614624500744A1E /* HomeDataPreview.swift */; }; 48 95E745DA2614624500744A1E /* HomeDataPreview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E745D92614624500744A1E /* HomeDataPreview.swift */; };
49 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5C2612169200A67EFA /* LineShape.swift */; }; 49 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5C2612169200A67EFA /* LineShape.swift */; };
50 95ECCA60261216D500A67EFA /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5F261216D500A67EFA /* LineView.swift */; }; 50 95ECCA60261216D500A67EFA /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5F261216D500A67EFA /* LineView.swift */; };
51 95FBE0DC2619CA7200440386 /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FBE0DB2619CA7200440386 /* ProfileView.swift */; }; 51 95FBE0DC2619CA7200440386 /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FBE0DB2619CA7200440386 /* ProfileView.swift */; };
52 95FBE0E32619CBE500440386 /* UserProfile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FBE0E22619CBE500440386 /* UserProfile.swift */; };
53 95FBE0E72619CC8700440386 /* ImagePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FBE0E62619CC8700440386 /* ImagePicker.swift */; };
54 95FBE0EB2619D31100440386 /* EditProfile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FBE0EA2619D31100440386 /* EditProfile.swift */; };
55 /* End PBXBuildFile section */ 52 /* End PBXBuildFile section */
56 53
57 /* Begin PBXFileReference section */ 54 /* Begin PBXFileReference section */
58 950BA46B25E944F500D065EF /* Production.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Production.xcconfig; sourceTree = "<group>"; }; 55 950BA46B25E944F500D065EF /* Production.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Production.xcconfig; sourceTree = "<group>"; };
59 950BA46C25E944FC00D065EF /* Sandbox.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Sandbox.xcconfig; sourceTree = "<group>"; }; 56 950BA46C25E944FC00D065EF /* Sandbox.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Sandbox.xcconfig; sourceTree = "<group>"; };
76 954D7EA6260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WatchlistCompany+CoreDataProperties.swift"; sourceTree = "<group>"; }; 73 954D7EA6260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WatchlistCompany+CoreDataProperties.swift"; sourceTree = "<group>"; };
77 9550443926111B2B000E0BCB /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; }; 74 9550443926111B2B000E0BCB /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; };
78 9550444226111E7A000E0BCB /* SectorRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectorRow.swift; sourceTree = "<group>"; }; 75 9550444226111E7A000E0BCB /* SectorRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectorRow.swift; sourceTree = "<group>"; };
79 9550444526111EE5000E0BCB /* SectorItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectorItem.swift; sourceTree = "<group>"; }; 76 9550444526111EE5000E0BCB /* SectorItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectorItem.swift; sourceTree = "<group>"; };
80 9550444826111FC9000E0BCB /* TopStockRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopStockRow.swift; sourceTree = "<group>"; }; 77 9550444826111FC9000E0BCB /* TopStockRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopStockRow.swift; sourceTree = "<group>"; };
81 9550444B26111FED000E0BCB /* TopStockItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopStockItem.swift; sourceTree = "<group>"; }; 78 9550444B26111FED000E0BCB /* StockItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StockItem.swift; sourceTree = "<group>"; };
82 95672B8B25DDA54700DCBE4A /* LazyBear.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LazyBear.app; sourceTree = BUILT_PRODUCTS_DIR; }; 79 95672B8B25DDA54700DCBE4A /* LazyBear.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LazyBear.app; sourceTree = BUILT_PRODUCTS_DIR; };
83 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearApp.swift; sourceTree = "<group>"; }; 80 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearApp.swift; sourceTree = "<group>"; };
84 95672B9225DDA54700DCBE4A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 81 95672B9225DDA54700DCBE4A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
85 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; 82 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
86 95672B9725DDA54700DCBE4A /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; }; 83 95672B9725DDA54700DCBE4A /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; };
99 95AD4A2C26078C1400498079 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; 96 95AD4A2C26078C1400498079 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
100 95E745D92614624500744A1E /* HomeDataPreview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeDataPreview.swift; sourceTree = "<group>"; }; 97 95E745D92614624500744A1E /* HomeDataPreview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeDataPreview.swift; sourceTree = "<group>"; };
101 95ECCA5C2612169200A67EFA /* LineShape.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineShape.swift; sourceTree = "<group>"; }; 98 95ECCA5C2612169200A67EFA /* LineShape.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineShape.swift; sourceTree = "<group>"; };
102 95ECCA5F261216D500A67EFA /* LineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineView.swift; sourceTree = "<group>"; }; 99 95ECCA5F261216D500A67EFA /* LineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineView.swift; sourceTree = "<group>"; };
103 95FBE0DB2619CA7200440386 /* ProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = "<group>"; }; 100 95FBE0DB2619CA7200440386 /* ProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = "<group>"; };
104 95FBE0E22619CBE500440386 /* UserProfile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserProfile.swift; sourceTree = "<group>"; };
105 95FBE0E62619CC8700440386 /* ImagePicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagePicker.swift; sourceTree = "<group>"; };
106 95FBE0EA2619D31100440386 /* EditProfile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditProfile.swift; sourceTree = "<group>"; };
107 /* End PBXFileReference section */ 101 /* End PBXFileReference section */
108 102
109 /* Begin PBXFrameworksBuildPhase section */ 103 /* Begin PBXFrameworksBuildPhase section */
110 95672B8825DDA54700DCBE4A /* Frameworks */ = { 104 95672B8825DDA54700DCBE4A /* Frameworks */ = {
111 isa = PBXFrameworksBuildPhase; 105 isa = PBXFrameworksBuildPhase;
171 sourceTree = "<group>"; 165 sourceTree = "<group>";
172 }; 166 };
173 954D7E9D260BBA5200A13C50 /* Global Models */ = { 167 954D7E9D260BBA5200A13C50 /* Global Models */ = {
174 isa = PBXGroup; 168 isa = PBXGroup;
175 children = ( 169 children = (
170 95893DCD2613C46B003698C5 /* CompanyQuoteModel.swift */,
176 954D7EA5260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift */, 171 954D7EA5260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift */,
177 954D7EA6260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift */, 172 954D7EA6260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift */,
173 95A5187626186C830002D27C /* IntradayPricesModel.swift */,
178 ); 174 );
179 path = "Global Models"; 175 path = "Global Models";
180 sourceTree = "<group>"; 176 sourceTree = "<group>";
181 }; 177 };
182 954D7EAA260BBB0E00A13C50 /* Home */ = { 178 954D7EAA260BBB0E00A13C50 /* Home */ = {
194 isa = PBXGroup; 190 isa = PBXGroup;
195 children = ( 191 children = (
196 9550444226111E7A000E0BCB /* SectorRow.swift */, 192 9550444226111E7A000E0BCB /* SectorRow.swift */,
197 9550444526111EE5000E0BCB /* SectorItem.swift */, 193 9550444526111EE5000E0BCB /* SectorItem.swift */,
198 9550444826111FC9000E0BCB /* TopStockRow.swift */, 194 9550444826111FC9000E0BCB /* TopStockRow.swift */,
199 9550444B26111FED000E0BCB /* TopStockItem.swift */,
200 951566E92613A37C007C0F36 /* TradingDatesItem.swift */, 195 951566E92613A37C007C0F36 /* TradingDatesItem.swift */,
201 ); 196 );
202 path = Helpers; 197 path = Helpers;
203 sourceTree = "<group>"; 198 sourceTree = "<group>";
204 }; 199 };
254 }; 249 };
255 95893DC72613C410003698C5 /* Networking */ = { 250 95893DC72613C410003698C5 /* Networking */ = {
256 isa = PBXGroup; 251 isa = PBXGroup;
257 children = ( 252 children = (
258 9523ED532615CB7F006D3D6F /* HomeData.swift */, 253 9523ED532615CB7F006D3D6F /* HomeData.swift */,
259 95893DCD2613C46B003698C5 /* CompanyQuoteModel.swift */,
260 95A5187926186C960002D27C /* TradingDatesModel.swift */, 254 95A5187926186C960002D27C /* TradingDatesModel.swift */,
261 95A5187626186C830002D27C /* IntradayPricesModel.swift */,
262 95A5187326186C680002D27C /* SectorPerformanceModel.swift */, 255 95A5187326186C680002D27C /* SectorPerformanceModel.swift */,
263 ); 256 );
264 path = Networking; 257 path = Networking;
265 sourceTree = "<group>"; 258 sourceTree = "<group>";
266 }; 259 };
270 95ECCA5F261216D500A67EFA /* LineView.swift */, 263 95ECCA5F261216D500A67EFA /* LineView.swift */,
271 95ECCA5C2612169200A67EFA /* LineShape.swift */, 264 95ECCA5C2612169200A67EFA /* LineShape.swift */,
272 95A5188526186F590002D27C /* PriceView.swift */, 265 95A5188526186F590002D27C /* PriceView.swift */,
273 950D0E2F2618B34600D17AD7 /* BlurBackground.swift */, 266 950D0E2F2618B34600D17AD7 /* BlurBackground.swift */,
274 950D0E352618B61000D17AD7 /* BackgroundShadow.swift */, 267 950D0E352618B61000D17AD7 /* BackgroundShadow.swift */,
268 9550444B26111FED000E0BCB /* StockItem.swift */,
275 ); 269 );
276 path = "Global Helpers"; 270 path = "Global Helpers";
277 sourceTree = "<group>"; 271 sourceTree = "<group>";
278 }; 272 };
279 958A735025E0170900FD7ECA /* Frameworks */ = { 273 958A735025E0170900FD7ECA /* Frameworks */ = {
325 }; 319 };
326 95FBE0DA2619CA6000440386 /* Profile */ = { 320 95FBE0DA2619CA6000440386 /* Profile */ = {
327 isa = PBXGroup; 321 isa = PBXGroup;
328 children = ( 322 children = (
329 95FBE0DB2619CA7200440386 /* ProfileView.swift */, 323 95FBE0DB2619CA7200440386 /* ProfileView.swift */,
330 95FBE0E12619CBD600440386 /* Helpers */,
331 ); 324 );
332 path = Profile; 325 path = Profile;
333 sourceTree = "<group>";
334 };
335 95FBE0E12619CBD600440386 /* Helpers */ = {
336 isa = PBXGroup;
337 children = (
338 95FBE0E22619CBE500440386 /* UserProfile.swift */,
339 95FBE0EA2619D31100440386 /* EditProfile.swift */,
340 95FBE0E62619CC8700440386 /* ImagePicker.swift */,
341 );
342 path = Helpers;
343 sourceTree = "<group>"; 326 sourceTree = "<group>";
344 }; 327 };
345 /* End PBXGroup section */ 328 /* End PBXGroup section */
346 329
347 /* Begin PBXNativeTarget section */ 330 /* Begin PBXNativeTarget section */
416 /* Begin PBXSourcesBuildPhase section */ 399 /* Begin PBXSourcesBuildPhase section */
417 95672B8725DDA54700DCBE4A /* Sources */ = { 400 95672B8725DDA54700DCBE4A /* Sources */ = {
418 isa = PBXSourcesBuildPhase; 401 isa = PBXSourcesBuildPhase;
419 buildActionMask = 2147483647; 402 buildActionMask = 2147483647;
420 files = ( 403 files = (
421 95FBE0E72619CC8700440386 /* ImagePicker.swift in Sources */,
422 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */, 404 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */,
423 95FBE0DC2619CA7200440386 /* ProfileView.swift in Sources */, 405 95FBE0DC2619CA7200440386 /* ProfileView.swift in Sources */,
424 95FBE0EB2619D31100440386 /* EditProfile.swift in Sources */,
425 95A5186A26185AAB0002D27C /* GenericRequest.swift in Sources */, 406 95A5186A26185AAB0002D27C /* GenericRequest.swift in Sources */,
426 95E745DA2614624500744A1E /* HomeDataPreview.swift in Sources */, 407 95E745DA2614624500744A1E /* HomeDataPreview.swift in Sources */,
427 95A5187726186C830002D27C /* IntradayPricesModel.swift in Sources */, 408 95A5187726186C830002D27C /* IntradayPricesModel.swift in Sources */,
428 95A5188626186F590002D27C /* PriceView.swift in Sources */, 409 95A5188626186F590002D27C /* PriceView.swift in Sources */,
429 9550444926111FC9000E0BCB /* TopStockRow.swift in Sources */, 410 9550444926111FC9000E0BCB /* TopStockRow.swift in Sources */,
430 9523ED542615CB7F006D3D6F /* HomeData.swift in Sources */, 411 9523ED542615CB7F006D3D6F /* HomeData.swift in Sources */,
431 95FBE0E32619CBE500440386 /* UserProfile.swift in Sources */,
432 9550444326111E7A000E0BCB /* SectorRow.swift in Sources */, 412 9550444326111E7A000E0BCB /* SectorRow.swift in Sources */,
433 950D0E302618B34600D17AD7 /* BlurBackground.swift in Sources */, 413 950D0E302618B34600D17AD7 /* BlurBackground.swift in Sources */,
434 95ECCA60261216D500A67EFA /* LineView.swift in Sources */, 414 95ECCA60261216D500A67EFA /* LineView.swift in Sources */,
435 9550443A26111B2B000E0BCB /* HomeView.swift in Sources */, 415 9550443A26111B2B000E0BCB /* HomeView.swift in Sources */,
436 95A5187426186C680002D27C /* SectorPerformanceModel.swift in Sources */, 416 95A5187426186C680002D27C /* SectorPerformanceModel.swift in Sources */,
443 950D0E2D2618B2B900D17AD7 /* HelpSheet.swift in Sources */, 423 950D0E2D2618B2B900D17AD7 /* HelpSheet.swift in Sources */,
444 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */, 424 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */,
445 950D0E222618AD4A00D17AD7 /* SearchModel.swift in Sources */, 425 950D0E222618AD4A00D17AD7 /* SearchModel.swift in Sources */,
446 95A7C066261639E0003E2EC1 /* SearchView.swift in Sources */, 426 95A7C066261639E0003E2EC1 /* SearchView.swift in Sources */,
447 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */, 427 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */,
448 9550444C26111FED000E0BCB /* TopStockItem.swift in Sources */, 428 9550444C26111FED000E0BCB /* StockItem.swift in Sources */,
449 950D0E192618AA4900D17AD7 /* CompanyList.swift in Sources */, 429 950D0E192618AA4900D17AD7 /* CompanyList.swift in Sources */,
450 950D0E362618B61000D17AD7 /* BackgroundShadow.swift in Sources */, 430 950D0E362618B61000D17AD7 /* BackgroundShadow.swift in Sources */,
451 950D0E292618AEC800D17AD7 /* CompanyRow.swift in Sources */, 431 950D0E292618AEC800D17AD7 /* CompanyRow.swift in Sources */,
452 951566EA2613A37C007C0F36 /* TradingDatesItem.swift in Sources */, 432 951566EA2613A37C007C0F36 /* TradingDatesItem.swift in Sources */,
453 950D0E252618ADD000D17AD7 /* SearchData.swift in Sources */, 433 950D0E252618ADD000D17AD7 /* SearchData.swift in Sources */,