Mercurial > public > lazybear
comparison LazyBear.xcodeproj/project.pbxproj @ 439:aa1f4b614b2b
Implementing CompanyView
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sun, 20 Jun 2021 14:31:39 +0200 |
parents | 7f2a24a774eb |
children | 01fa77358b82 |
comparison
equal
deleted
inserted
replaced
438:7f2a24a774eb | 439:aa1f4b614b2b |
---|---|
8 | 8 |
9 /* Begin PBXBuildFile section */ | 9 /* Begin PBXBuildFile section */ |
10 9502BBF5267F5194003B0A59 /* CompanyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9502BBF4267F5194003B0A59 /* CompanyView.swift */; }; | 10 9502BBF5267F5194003B0A59 /* CompanyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9502BBF4267F5194003B0A59 /* CompanyView.swift */; }; |
11 9502BBF7267F5974003B0A59 /* CompanyResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9502BBF6267F5974003B0A59 /* CompanyResponse.swift */; }; | 11 9502BBF7267F5974003B0A59 /* CompanyResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9502BBF6267F5974003B0A59 /* CompanyResponse.swift */; }; |
12 9502BBF9267F59A0003B0A59 /* Company.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9502BBF8267F59A0003B0A59 /* Company.swift */; }; | 12 9502BBF9267F59A0003B0A59 /* Company.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9502BBF8267F59A0003B0A59 /* Company.swift */; }; |
13 9502BBFB267F5EE8003B0A59 /* ChartHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9502BBFA267F5EE8003B0A59 /* ChartHelper.swift */; }; | |
14 9502BBFD267F63F3003B0A59 /* CustomRectangleBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9502BBFC267F63F3003B0A59 /* CustomRectangleBox.swift */; }; | |
15 9502BBFF267F6454003B0A59 /* KeyStatsHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9502BBFE267F6454003B0A59 /* KeyStatsHelper.swift */; }; | |
13 950857A7266BD12D005357BA /* BetterSafariView in Frameworks */ = {isa = PBXBuildFile; productRef = 950857A6266BD12D005357BA /* BetterSafariView */; }; | 16 950857A7266BD12D005357BA /* BetterSafariView in Frameworks */ = {isa = PBXBuildFile; productRef = 950857A6266BD12D005357BA /* BetterSafariView */; }; |
14 950857D3266BE55F005357BA /* RowShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950857D2266BE55F005357BA /* RowShape.swift */; }; | |
15 950B6F3D267643460029E447 /* Purchases in Frameworks */ = {isa = PBXBuildFile; productRef = 950B6F3C267643460029E447 /* Purchases */; }; | 17 950B6F3D267643460029E447 /* Purchases in Frameworks */ = {isa = PBXBuildFile; productRef = 950B6F3C267643460029E447 /* Purchases */; }; |
16 950B6F3F267643640029E447 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 950B6F3E267643640029E447 /* StoreKit.framework */; }; | 18 950B6F3F267643640029E447 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 950B6F3E267643640029E447 /* StoreKit.framework */; }; |
17 950B6F422676454A0029E447 /* RevenueCatTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950B6F412676454A0029E447 /* RevenueCatTest.swift */; }; | 19 950B6F422676454A0029E447 /* RevenueCatTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950B6F412676454A0029E447 /* RevenueCatTest.swift */; }; |
18 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E2260FB6180081CF53 /* HapticsManager.swift */; }; | 20 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E2260FB6180081CF53 /* HapticsManager.swift */; }; |
19 950C57132629EF9100F234FE /* LazyBearTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57122629EF9100F234FE /* LazyBearTests.swift */; }; | 21 950C57132629EF9100F234FE /* LazyBearTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57122629EF9100F234FE /* LazyBearTests.swift */; }; |
168 | 170 |
169 /* Begin PBXFileReference section */ | 171 /* Begin PBXFileReference section */ |
170 9502BBF4267F5194003B0A59 /* CompanyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyView.swift; sourceTree = "<group>"; }; | 172 9502BBF4267F5194003B0A59 /* CompanyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyView.swift; sourceTree = "<group>"; }; |
171 9502BBF6267F5974003B0A59 /* CompanyResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyResponse.swift; sourceTree = "<group>"; }; | 173 9502BBF6267F5974003B0A59 /* CompanyResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyResponse.swift; sourceTree = "<group>"; }; |
172 9502BBF8267F59A0003B0A59 /* Company.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Company.swift; sourceTree = "<group>"; }; | 174 9502BBF8267F59A0003B0A59 /* Company.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Company.swift; sourceTree = "<group>"; }; |
173 950857D2266BE55F005357BA /* RowShape.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RowShape.swift; sourceTree = "<group>"; }; | 175 9502BBFA267F5EE8003B0A59 /* ChartHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartHelper.swift; sourceTree = "<group>"; }; |
176 9502BBFC267F63F3003B0A59 /* CustomRectangleBox.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomRectangleBox.swift; sourceTree = "<group>"; }; | |
177 9502BBFE267F6454003B0A59 /* KeyStatsHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KeyStatsHelper.swift; sourceTree = "<group>"; }; | |
174 950B6F3E267643640029E447 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; | 178 950B6F3E267643640029E447 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; |
175 950B6F412676454A0029E447 /* RevenueCatTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RevenueCatTest.swift; sourceTree = "<group>"; }; | 179 950B6F412676454A0029E447 /* RevenueCatTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RevenueCatTest.swift; sourceTree = "<group>"; }; |
176 950C36E2260FB6180081CF53 /* HapticsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HapticsManager.swift; sourceTree = "<group>"; }; | 180 950C36E2260FB6180081CF53 /* HapticsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HapticsManager.swift; sourceTree = "<group>"; }; |
177 950C57102629EF9100F234FE /* LazyBearTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LazyBearTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; | 181 950C57102629EF9100F234FE /* LazyBearTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LazyBearTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
178 950C57122629EF9100F234FE /* LazyBearTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearTests.swift; sourceTree = "<group>"; }; | 182 950C57122629EF9100F234FE /* LazyBearTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearTests.swift; sourceTree = "<group>"; }; |
559 955E733B262356F3005652FF /* HomeResponse.swift */, | 563 955E733B262356F3005652FF /* HomeResponse.swift */, |
560 ); | 564 ); |
561 path = Networking; | 565 path = Networking; |
562 sourceTree = "<group>"; | 566 sourceTree = "<group>"; |
563 }; | 567 }; |
564 95893DD22613CAB5003698C5 /* Global Helpers */ = { | |
565 isa = PBXGroup; | |
566 children = ( | |
567 950857D2266BE55F005357BA /* RowShape.swift */, | |
568 ); | |
569 path = "Global Helpers"; | |
570 sourceTree = "<group>"; | |
571 }; | |
572 958A735025E0170900FD7ECA /* Frameworks */ = { | 568 958A735025E0170900FD7ECA /* Frameworks */ = { |
573 isa = PBXGroup; | 569 isa = PBXGroup; |
574 children = ( | 570 children = ( |
575 950B6F3E267643640029E447 /* StoreKit.framework */, | 571 950B6F3E267643640029E447 /* StoreKit.framework */, |
576 958A735125E0170900FD7ECA /* CloudKit.framework */, | 572 958A735125E0170900FD7ECA /* CloudKit.framework */, |
595 951490572610BD3000BDEEB5 /* Welcome */, | 591 951490572610BD3000BDEEB5 /* Welcome */, |
596 954D7EAA260BBB0E00A13C50 /* Home */, | 592 954D7EAA260BBB0E00A13C50 /* Home */, |
597 95A7C06126163943003E2EC1 /* Search */, | 593 95A7C06126163943003E2EC1 /* Search */, |
598 95FBE0DA2619CA6000440386 /* Profile */, | 594 95FBE0DA2619CA6000440386 /* Profile */, |
599 95E31C0B26472C8500106B98 /* Company */, | 595 95E31C0B26472C8500106B98 /* Company */, |
600 95893DD22613CAB5003698C5 /* Global Helpers */, | |
601 ); | 596 ); |
602 path = Views; | 597 path = Views; |
603 sourceTree = "<group>"; | 598 sourceTree = "<group>"; |
604 }; | 599 }; |
605 95BD2F91263418F7008B6752 /* Helpers */ = { | 600 95BD2F91263418F7008B6752 /* Helpers */ = { |
638 sourceTree = "<group>"; | 633 sourceTree = "<group>"; |
639 }; | 634 }; |
640 95E31C0E26472CB600106B98 /* Helpers */ = { | 635 95E31C0E26472CB600106B98 /* Helpers */ = { |
641 isa = PBXGroup; | 636 isa = PBXGroup; |
642 children = ( | 637 children = ( |
638 9502BBFC267F63F3003B0A59 /* CustomRectangleBox.swift */, | |
639 9502BBFA267F5EE8003B0A59 /* ChartHelper.swift */, | |
640 9502BBFE267F6454003B0A59 /* KeyStatsHelper.swift */, | |
643 ); | 641 ); |
644 path = Helpers; | 642 path = Helpers; |
645 sourceTree = "<group>"; | 643 sourceTree = "<group>"; |
646 }; | 644 }; |
647 95E31C0F26472CC000106B98 /* Networking */ = { | 645 95E31C0F26472CC000106B98 /* Networking */ = { |
998 9562404C263C766D00C6C511 /* WatchlistCreator.swift in Sources */, | 996 9562404C263C766D00C6C511 /* WatchlistCreator.swift in Sources */, |
999 95BB05B22670B8C3005A2029 /* KeyStatsModel.swift in Sources */, | 997 95BB05B22670B8C3005A2029 /* KeyStatsModel.swift in Sources */, |
1000 950B6F422676454A0029E447 /* RevenueCatTest.swift in Sources */, | 998 950B6F422676454A0029E447 /* RevenueCatTest.swift in Sources */, |
1001 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */, | 999 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */, |
1002 95A7C066261639E0003E2EC1 /* SearchView.swift in Sources */, | 1000 95A7C066261639E0003E2EC1 /* SearchView.swift in Sources */, |
1001 9502BBFD267F63F3003B0A59 /* CustomRectangleBox.swift in Sources */, | |
1003 95A4B937263EA5C20056F036 /* WatchlistCreatorRow.swift in Sources */, | 1002 95A4B937263EA5C20056F036 /* WatchlistCreatorRow.swift in Sources */, |
1004 950D0E192618AA4900D17AD7 /* CompanyList.swift in Sources */, | 1003 950D0E192618AA4900D17AD7 /* CompanyList.swift in Sources */, |
1004 9502BBFB267F5EE8003B0A59 /* ChartHelper.swift in Sources */, | |
1005 952994822629CA46005F0AB0 /* SearchResponse.swift in Sources */, | 1005 952994822629CA46005F0AB0 /* SearchResponse.swift in Sources */, |
1006 95A07F6C26305AC6009865AA /* QuoteModel.swift in Sources */, | 1006 95A07F6C26305AC6009865AA /* QuoteModel.swift in Sources */, |
1007 95A07F6226305A9B009865AA /* CurrencyModel.swift in Sources */, | 1007 95A07F6226305A9B009865AA /* CurrencyModel.swift in Sources */, |
1008 9529947E2629CA3E005F0AB0 /* Search.swift in Sources */, | 1008 9529947E2629CA3E005F0AB0 /* Search.swift in Sources */, |
1009 95613ADF264FC6FD00D4CE8F /* LatestNewsModel.swift in Sources */, | 1009 95613ADF264FC6FD00D4CE8F /* LatestNewsModel.swift in Sources */, |
1015 95131D47267A03020055C6DE /* WatchlistCompany+CoreDataClass.swift in Sources */, | 1015 95131D47267A03020055C6DE /* WatchlistCompany+CoreDataClass.swift in Sources */, |
1016 9502BBF7267F5974003B0A59 /* CompanyResponse.swift in Sources */, | 1016 9502BBF7267F5974003B0A59 /* CompanyResponse.swift in Sources */, |
1017 95A07F7126305AD5009865AA /* SectorPerformanceModel.swift in Sources */, | 1017 95A07F7126305AD5009865AA /* SectorPerformanceModel.swift in Sources */, |
1018 9594F0402651355B00CFA8D4 /* HistoricalPricesModel.swift in Sources */, | 1018 9594F0402651355B00CFA8D4 /* HistoricalPricesModel.swift in Sources */, |
1019 95123AC026767370001BFAF3 /* StockItem.swift in Sources */, | 1019 95123AC026767370001BFAF3 /* StockItem.swift in Sources */, |
1020 9502BBFF267F6454003B0A59 /* KeyStatsHelper.swift in Sources */, | |
1020 9519BE06267E5EC3009C6015 /* ProfileStockRow.swift in Sources */, | 1021 9519BE06267E5EC3009C6015 /* ProfileStockRow.swift in Sources */, |
1021 9550444626111EE5000E0BCB /* SectorItem.swift in Sources */, | 1022 9550444626111EE5000E0BCB /* SectorItem.swift in Sources */, |
1022 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */, | 1023 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */, |
1023 95C8C0E0262A369F0082D1D9 /* ProfileResponse.swift in Sources */, | 1024 95C8C0E0262A369F0082D1D9 /* ProfileResponse.swift in Sources */, |
1024 95A4B935263EA31C0056F036 /* WatchlistCreatorSearchBar.swift in Sources */, | 1025 95A4B935263EA31C0056F036 /* WatchlistCreatorSearchBar.swift in Sources */, |
1029 95CCFB5E266E855800C384A1 /* GetDateComponents.swift in Sources */, | 1030 95CCFB5E266E855800C384A1 /* GetDateComponents.swift in Sources */, |
1030 95C22F3F26776F010014C98A /* CompanyModel.swift in Sources */, | 1031 95C22F3F26776F010014C98A /* CompanyModel.swift in Sources */, |
1031 95A4B930263E9F530056F036 /* WatchlistCreatorList.swift in Sources */, | 1032 95A4B930263E9F530056F036 /* WatchlistCreatorList.swift in Sources */, |
1032 95123ABA2676658E001BFAF3 /* StockSheet.swift in Sources */, | 1033 95123ABA2676658E001BFAF3 /* StockSheet.swift in Sources */, |
1033 9562404E263C7D8800C6C511 /* WatchlistCreatorClass.swift in Sources */, | 1034 9562404E263C7D8800C6C511 /* WatchlistCreatorClass.swift in Sources */, |
1034 950857D3266BE55F005357BA /* RowShape.swift in Sources */, | |
1035 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */, | 1035 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */, |
1036 952FC0BA267C9A24001406B1 /* RenameListSheet.swift in Sources */, | 1036 952FC0BA267C9A24001406B1 /* RenameListSheet.swift in Sources */, |
1037 95CCFB60266E864C00C384A1 /* ConvertStringToDate.swift in Sources */, | 1037 95CCFB60266E864C00C384A1 /* ConvertStringToDate.swift in Sources */, |
1038 9502BBF9267F59A0003B0A59 /* Company.swift in Sources */, | 1038 9502BBF9267F59A0003B0A59 /* Company.swift in Sources */, |
1039 ); | 1039 ); |