comparison LazyBear.xcodeproj/project.pbxproj @ 387:c206bd0bdb4e

Implementing RenameSheet.swift
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sat, 24 Apr 2021 12:21:23 +0200
parents 7aab87e16661
children 79c39987aaa4
comparison
equal deleted inserted replaced
386:3599d303d1a0 387:c206bd0bdb4e
10 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E2260FB6180081CF53 /* HapticsManager.swift */; }; 10 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E2260FB6180081CF53 /* HapticsManager.swift */; };
11 950C57132629EF9100F234FE /* LazyBearTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57122629EF9100F234FE /* LazyBearTests.swift */; }; 11 950C57132629EF9100F234FE /* LazyBearTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57122629EF9100F234FE /* LazyBearTests.swift */; };
12 950C57232629EFC200F234FE /* LazyBearUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57222629EFC200F234FE /* LazyBearUITests.swift */; }; 12 950C57232629EFC200F234FE /* LazyBearUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57222629EFC200F234FE /* LazyBearUITests.swift */; };
13 950D0E192618AA4900D17AD7 /* CompanyList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E182618AA4900D17AD7 /* CompanyList.swift */; }; 13 950D0E192618AA4900D17AD7 /* CompanyList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E182618AA4900D17AD7 /* CompanyList.swift */; };
14 950D0E292618AEC800D17AD7 /* SearchedCompanyItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E282618AEC800D17AD7 /* SearchedCompanyItem.swift */; }; 14 950D0E292618AEC800D17AD7 /* SearchedCompanyItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E282618AEC800D17AD7 /* SearchedCompanyItem.swift */; };
15 950D0E332618B44800D17AD7 /* HudManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E322618B44800D17AD7 /* HudManager.swift */; };
16 951490552610BD2B00BDEEB5 /* WelcomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951490542610BD2B00BDEEB5 /* WelcomeView.swift */; }; 15 951490552610BD2B00BDEEB5 /* WelcomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951490542610BD2B00BDEEB5 /* WelcomeView.swift */; };
17 951566E72613A2B6007C0F36 /* TradingDates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951566E62613A2B6007C0F36 /* TradingDates.swift */; }; 16 951566E72613A2B6007C0F36 /* TradingDates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951566E62613A2B6007C0F36 /* TradingDates.swift */; };
18 951566EA2613A37C007C0F36 /* TradingDatesItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951566E92613A37C007C0F36 /* TradingDatesItem.swift */; }; 17 951566EA2613A37C007C0F36 /* TradingDatesItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951566E92613A37C007C0F36 /* TradingDatesItem.swift */; };
19 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952045142610C7C600A76362 /* ConvertEpoch.swift */; }; 18 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952045142610C7C600A76362 /* ConvertEpoch.swift */; };
20 9523ED422615BDB2006D3D6F /* phrases.json in Resources */ = {isa = PBXBuildFile; fileRef = 9523ED412615BDB2006D3D6F /* phrases.json */; }; 19 9523ED422615BDB2006D3D6F /* phrases.json in Resources */ = {isa = PBXBuildFile; fileRef = 9523ED412615BDB2006D3D6F /* phrases.json */; };
47 95A5186A26185AAB0002D27C /* GenericRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A5186926185AAB0002D27C /* GenericRequest.swift */; }; 46 95A5186A26185AAB0002D27C /* GenericRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A5186926185AAB0002D27C /* GenericRequest.swift */; };
48 95A5188626186F590002D27C /* PriceView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A5188526186F590002D27C /* PriceView.swift */; }; 47 95A5188626186F590002D27C /* PriceView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A5188526186F590002D27C /* PriceView.swift */; };
49 95A7C066261639E0003E2EC1 /* SearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A7C065261639DF003E2EC1 /* SearchView.swift */; }; 48 95A7C066261639E0003E2EC1 /* SearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A7C065261639DF003E2EC1 /* SearchView.swift */; };
50 95A7C0742616409D003E2EC1 /* ParseJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A7C0732616409D003E2EC1 /* ParseJSON.swift */; }; 49 95A7C0742616409D003E2EC1 /* ParseJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A7C0732616409D003E2EC1 /* ParseJSON.swift */; };
51 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AD4A2C26078C1400498079 /* ContentView.swift */; }; 50 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AD4A2C26078C1400498079 /* ContentView.swift */; };
51 95BD2FAE26341BD1008B6752 /* RenameSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BD2FAD26341BD1008B6752 /* RenameSheet.swift */; };
52 95BD2FB326341D36008B6752 /* BlurBackground.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BD2FB226341D36008B6752 /* BlurBackground.swift */; };
52 95C8C0DB262A36990082D1D9 /* Profile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C8C0DA262A36990082D1D9 /* Profile.swift */; }; 53 95C8C0DB262A36990082D1D9 /* Profile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C8C0DA262A36990082D1D9 /* Profile.swift */; };
53 95C8C0E0262A369F0082D1D9 /* ProfileResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C8C0DF262A369F0082D1D9 /* ProfileResponse.swift */; }; 54 95C8C0E0262A369F0082D1D9 /* ProfileResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C8C0DF262A369F0082D1D9 /* ProfileResponse.swift */; };
54 95D308F82624B3A400A39F77 /* CurrencyItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D308F72624B3A400A39F77 /* CurrencyItem.swift */; }; 55 95D308F82624B3A400A39F77 /* CurrencyItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D308F72624B3A400A39F77 /* CurrencyItem.swift */; };
55 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5C2612169200A67EFA /* LineShape.swift */; }; 56 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5C2612169200A67EFA /* LineShape.swift */; };
56 95ECCA60261216D500A67EFA /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5F261216D500A67EFA /* LineView.swift */; }; 57 95ECCA60261216D500A67EFA /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5F261216D500A67EFA /* LineView.swift */; };
83 950C57222629EFC200F234FE /* LazyBearUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearUITests.swift; sourceTree = "<group>"; }; 84 950C57222629EFC200F234FE /* LazyBearUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearUITests.swift; sourceTree = "<group>"; };
84 950C57242629EFC200F234FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 85 950C57242629EFC200F234FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
85 950C572D2629F03A00F234FE /* LazyBear.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = LazyBear.xctestplan; path = LazyBear.xcodeproj/LazyBear.xctestplan; sourceTree = "<group>"; }; 86 950C572D2629F03A00F234FE /* LazyBear.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = LazyBear.xctestplan; path = LazyBear.xcodeproj/LazyBear.xctestplan; sourceTree = "<group>"; };
86 950D0E182618AA4900D17AD7 /* CompanyList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyList.swift; sourceTree = "<group>"; }; 87 950D0E182618AA4900D17AD7 /* CompanyList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyList.swift; sourceTree = "<group>"; };
87 950D0E282618AEC800D17AD7 /* SearchedCompanyItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchedCompanyItem.swift; sourceTree = "<group>"; }; 88 950D0E282618AEC800D17AD7 /* SearchedCompanyItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchedCompanyItem.swift; sourceTree = "<group>"; };
88 950D0E322618B44800D17AD7 /* HudManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HudManager.swift; sourceTree = "<group>"; };
89 951490542610BD2B00BDEEB5 /* WelcomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeView.swift; sourceTree = "<group>"; }; 89 951490542610BD2B00BDEEB5 /* WelcomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeView.swift; sourceTree = "<group>"; };
90 951566E62613A2B6007C0F36 /* TradingDates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TradingDates.swift; sourceTree = "<group>"; }; 90 951566E62613A2B6007C0F36 /* TradingDates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TradingDates.swift; sourceTree = "<group>"; };
91 951566E92613A37C007C0F36 /* TradingDatesItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TradingDatesItem.swift; sourceTree = "<group>"; }; 91 951566E92613A37C007C0F36 /* TradingDatesItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TradingDatesItem.swift; sourceTree = "<group>"; };
92 952045142610C7C600A76362 /* ConvertEpoch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvertEpoch.swift; sourceTree = "<group>"; }; 92 952045142610C7C600A76362 /* ConvertEpoch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvertEpoch.swift; sourceTree = "<group>"; };
93 9523ED412615BDB2006D3D6F /* phrases.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = phrases.json; sourceTree = "<group>"; }; 93 9523ED412615BDB2006D3D6F /* phrases.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = phrases.json; sourceTree = "<group>"; };
122 95A5186926185AAB0002D27C /* GenericRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GenericRequest.swift; sourceTree = "<group>"; }; 122 95A5186926185AAB0002D27C /* GenericRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GenericRequest.swift; sourceTree = "<group>"; };
123 95A5188526186F590002D27C /* PriceView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriceView.swift; sourceTree = "<group>"; }; 123 95A5188526186F590002D27C /* PriceView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriceView.swift; sourceTree = "<group>"; };
124 95A7C065261639DF003E2EC1 /* SearchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchView.swift; sourceTree = "<group>"; }; 124 95A7C065261639DF003E2EC1 /* SearchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchView.swift; sourceTree = "<group>"; };
125 95A7C0732616409D003E2EC1 /* ParseJSON.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParseJSON.swift; sourceTree = "<group>"; }; 125 95A7C0732616409D003E2EC1 /* ParseJSON.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParseJSON.swift; sourceTree = "<group>"; };
126 95AD4A2C26078C1400498079 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; 126 95AD4A2C26078C1400498079 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
127 95BD2FAD26341BD1008B6752 /* RenameSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RenameSheet.swift; sourceTree = "<group>"; };
128 95BD2FB226341D36008B6752 /* BlurBackground.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlurBackground.swift; sourceTree = "<group>"; };
127 95C8C0DA262A36990082D1D9 /* Profile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Profile.swift; sourceTree = "<group>"; }; 129 95C8C0DA262A36990082D1D9 /* Profile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Profile.swift; sourceTree = "<group>"; };
128 95C8C0DF262A369F0082D1D9 /* ProfileResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileResponse.swift; sourceTree = "<group>"; }; 130 95C8C0DF262A369F0082D1D9 /* ProfileResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileResponse.swift; sourceTree = "<group>"; };
129 95D308F72624B3A400A39F77 /* CurrencyItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyItem.swift; sourceTree = "<group>"; }; 131 95D308F72624B3A400A39F77 /* CurrencyItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyItem.swift; sourceTree = "<group>"; };
130 95ECCA5C2612169200A67EFA /* LineShape.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineShape.swift; sourceTree = "<group>"; }; 132 95ECCA5C2612169200A67EFA /* LineShape.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineShape.swift; sourceTree = "<group>"; };
131 95ECCA5F261216D500A67EFA /* LineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineView.swift; sourceTree = "<group>"; }; 133 95ECCA5F261216D500A67EFA /* LineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineView.swift; sourceTree = "<group>"; };
289 95672B9225DDA54700DCBE4A /* Assets.xcassets */, 291 95672B9225DDA54700DCBE4A /* Assets.xcassets */,
290 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */, 292 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */,
291 95AD4A2C26078C1400498079 /* ContentView.swift */, 293 95AD4A2C26078C1400498079 /* ContentView.swift */,
292 95672B9725DDA54700DCBE4A /* Persistence.swift */, 294 95672B9725DDA54700DCBE4A /* Persistence.swift */,
293 950C36E2260FB6180081CF53 /* HapticsManager.swift */, 295 950C36E2260FB6180081CF53 /* HapticsManager.swift */,
294 950D0E322618B44800D17AD7 /* HudManager.swift */,
295 95B1874925DDAC4D0068A364 /* Views */, 296 95B1874925DDAC4D0068A364 /* Views */,
296 952045132610C7A200A76362 /* Global functions */, 297 952045132610C7A200A76362 /* Global functions */,
297 954D7E9D260BBA5200A13C50 /* Global Models */, 298 954D7E9D260BBA5200A13C50 /* Global Models */,
298 9523ED402615BD93006D3D6F /* Resources */, 299 9523ED402615BD93006D3D6F /* Resources */,
299 95672B9425DDA54700DCBE4A /* Preview Content */, 300 95672B9425DDA54700DCBE4A /* Preview Content */,
325 95ECCA5C2612169200A67EFA /* LineShape.swift */, 326 95ECCA5C2612169200A67EFA /* LineShape.swift */,
326 95A5188526186F590002D27C /* PriceView.swift */, 327 95A5188526186F590002D27C /* PriceView.swift */,
327 9550444826111FC9000E0BCB /* StockRow.swift */, 328 9550444826111FC9000E0BCB /* StockRow.swift */,
328 9550444B26111FED000E0BCB /* StockItem.swift */, 329 9550444B26111FED000E0BCB /* StockItem.swift */,
329 95721DB3262787EF00EC527B /* ExtensiveList.swift */, 330 95721DB3262787EF00EC527B /* ExtensiveList.swift */,
331 95BD2FB226341D36008B6752 /* BlurBackground.swift */,
330 ); 332 );
331 path = "Global Helpers"; 333 path = "Global Helpers";
332 sourceTree = "<group>"; 334 sourceTree = "<group>";
333 }; 335 };
334 958A735025E0170900FD7ECA /* Frameworks */ = { 336 958A735025E0170900FD7ECA /* Frameworks */ = {
360 95893DD22613CAB5003698C5 /* Global Helpers */, 362 95893DD22613CAB5003698C5 /* Global Helpers */,
361 ); 363 );
362 path = Views; 364 path = Views;
363 sourceTree = "<group>"; 365 sourceTree = "<group>";
364 }; 366 };
367 95BD2F91263418F7008B6752 /* Helpers */ = {
368 isa = PBXGroup;
369 children = (
370 95BD2FAD26341BD1008B6752 /* RenameSheet.swift */,
371 );
372 path = Helpers;
373 sourceTree = "<group>";
374 };
365 95C8C0D9262A31DA0082D1D9 /* Networking */ = { 375 95C8C0D9262A31DA0082D1D9 /* Networking */ = {
366 isa = PBXGroup; 376 isa = PBXGroup;
367 children = ( 377 children = (
368 95C8C0DA262A36990082D1D9 /* Profile.swift */, 378 95C8C0DA262A36990082D1D9 /* Profile.swift */,
369 95C8C0DF262A369F0082D1D9 /* ProfileResponse.swift */, 379 95C8C0DF262A369F0082D1D9 /* ProfileResponse.swift */,
373 }; 383 };
374 95FBE0DA2619CA6000440386 /* Profile */ = { 384 95FBE0DA2619CA6000440386 /* Profile */ = {
375 isa = PBXGroup; 385 isa = PBXGroup;
376 children = ( 386 children = (
377 95FBE0DB2619CA7200440386 /* ProfileView.swift */, 387 95FBE0DB2619CA7200440386 /* ProfileView.swift */,
388 95BD2F91263418F7008B6752 /* Helpers */,
378 95C8C0D9262A31DA0082D1D9 /* Networking */, 389 95C8C0D9262A31DA0082D1D9 /* Networking */,
379 ); 390 );
380 path = Profile; 391 path = Profile;
381 sourceTree = "<group>"; 392 sourceTree = "<group>";
382 }; 393 };
543 9550443A26111B2B000E0BCB /* HomeView.swift in Sources */, 554 9550443A26111B2B000E0BCB /* HomeView.swift in Sources */,
544 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */, 555 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */,
545 95A7C0742616409D003E2EC1 /* ParseJSON.swift in Sources */, 556 95A7C0742616409D003E2EC1 /* ParseJSON.swift in Sources */,
546 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */, 557 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */,
547 951566E72613A2B6007C0F36 /* TradingDates.swift in Sources */, 558 951566E72613A2B6007C0F36 /* TradingDates.swift in Sources */,
548 950D0E332618B44800D17AD7 /* HudManager.swift in Sources */,
549 955E73392623568F005652FF /* Home.swift in Sources */, 559 955E73392623568F005652FF /* Home.swift in Sources */,
550 95721DA6262761E700EC527B /* CurrencyRow.swift in Sources */, 560 95721DA6262761E700EC527B /* CurrencyRow.swift in Sources */,
551 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */, 561 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */,
552 95A7C066261639E0003E2EC1 /* SearchView.swift in Sources */, 562 95A7C066261639E0003E2EC1 /* SearchView.swift in Sources */,
553 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */, 563 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */,
557 95A07F6C26305AC6009865AA /* QuoteModel.swift in Sources */, 567 95A07F6C26305AC6009865AA /* QuoteModel.swift in Sources */,
558 95A07F6226305A9B009865AA /* CurrencyModel.swift in Sources */, 568 95A07F6226305A9B009865AA /* CurrencyModel.swift in Sources */,
559 9529947E2629CA3E005F0AB0 /* Search.swift in Sources */, 569 9529947E2629CA3E005F0AB0 /* Search.swift in Sources */,
560 950D0E292618AEC800D17AD7 /* SearchedCompanyItem.swift in Sources */, 570 950D0E292618AEC800D17AD7 /* SearchedCompanyItem.swift in Sources */,
561 955E733C262356F3005652FF /* HomeResponse.swift in Sources */, 571 955E733C262356F3005652FF /* HomeResponse.swift in Sources */,
572 95BD2FB326341D36008B6752 /* BlurBackground.swift in Sources */,
562 951566EA2613A37C007C0F36 /* TradingDatesItem.swift in Sources */, 573 951566EA2613A37C007C0F36 /* TradingDatesItem.swift in Sources */,
563 951490552610BD2B00BDEEB5 /* WelcomeView.swift in Sources */, 574 951490552610BD2B00BDEEB5 /* WelcomeView.swift in Sources */,
564 95D308F82624B3A400A39F77 /* CurrencyItem.swift in Sources */, 575 95D308F82624B3A400A39F77 /* CurrencyItem.swift in Sources */,
565 95A07F7126305AD5009865AA /* SectorPerformanceModel.swift in Sources */, 576 95A07F7126305AD5009865AA /* SectorPerformanceModel.swift in Sources */,
566 9550444626111EE5000E0BCB /* SectorItem.swift in Sources */, 577 9550444626111EE5000E0BCB /* SectorItem.swift in Sources */,
569 95C8C0E0262A369F0082D1D9 /* ProfileResponse.swift in Sources */, 580 95C8C0E0262A369F0082D1D9 /* ProfileResponse.swift in Sources */,
570 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */, 581 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */,
571 95721DB4262787EF00EC527B /* ExtensiveList.swift in Sources */, 582 95721DB4262787EF00EC527B /* ExtensiveList.swift in Sources */,
572 95C8C0DB262A36990082D1D9 /* Profile.swift in Sources */, 583 95C8C0DB262A36990082D1D9 /* Profile.swift in Sources */,
573 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */, 584 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */,
585 95BD2FAE26341BD1008B6752 /* RenameSheet.swift in Sources */,
574 95A07F5D26305A8F009865AA /* IntradayPricesModel.swift in Sources */, 586 95A07F5D26305A8F009865AA /* IntradayPricesModel.swift in Sources */,
575 95A07F7626305AE3009865AA /* TradingDatesModel.swift in Sources */, 587 95A07F7626305AE3009865AA /* TradingDatesModel.swift in Sources */,
576 ); 588 );
577 runOnlyForDeploymentPostprocessing = 0; 589 runOnlyForDeploymentPostprocessing = 0;
578 }; 590 };