comparison LazyBear.xcodeproj/project.pbxproj @ 405:fd8df65927e9

Implementing CapsuleChart in insiders
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sat, 05 Jun 2021 19:04:44 +0200
parents 444ec927d62f
children c804ce7a1560
comparison
equal deleted inserted replaced
404:444ec927d62f 405:fd8df65927e9
6 objectVersion = 52; 6 objectVersion = 52;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
10 950272CD2635AACD003E779D /* ToolbarMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950272CC2635AACD003E779D /* ToolbarMenu.swift */; }; 10 950272CD2635AACD003E779D /* ToolbarMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950272CC2635AACD003E779D /* ToolbarMenu.swift */; };
11 950857A7266BD12D005357BA /* BetterSafariView in Frameworks */ = {isa = PBXBuildFile; productRef = 950857A6266BD12D005357BA /* BetterSafariView */; };
12 950857A9266BD2C6005357BA /* SFSafariViewWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950857A8266BD2C6005357BA /* SFSafariViewWrapper.swift */; };
13 950857D1266BE54B005357BA /* InsiderRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950857D0266BE54B005357BA /* InsiderRow.swift */; };
14 950857D3266BE55F005357BA /* RowShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950857D2266BE55F005357BA /* RowShape.swift */; };
11 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E2260FB6180081CF53 /* HapticsManager.swift */; }; 15 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E2260FB6180081CF53 /* HapticsManager.swift */; };
12 950C57132629EF9100F234FE /* LazyBearTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57122629EF9100F234FE /* LazyBearTests.swift */; }; 16 950C57132629EF9100F234FE /* LazyBearTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57122629EF9100F234FE /* LazyBearTests.swift */; };
13 950C57232629EFC200F234FE /* LazyBearUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57222629EFC200F234FE /* LazyBearUITests.swift */; }; 17 950C57232629EFC200F234FE /* LazyBearUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C57222629EFC200F234FE /* LazyBearUITests.swift */; };
14 950D0E192618AA4900D17AD7 /* CompanyList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E182618AA4900D17AD7 /* CompanyList.swift */; }; 18 950D0E192618AA4900D17AD7 /* CompanyList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E182618AA4900D17AD7 /* CompanyList.swift */; };
15 950D0E292618AEC800D17AD7 /* SearchedCompanyItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E282618AEC800D17AD7 /* SearchedCompanyItem.swift */; }; 19 950D0E292618AEC800D17AD7 /* SearchedCompanyItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950D0E282618AEC800D17AD7 /* SearchedCompanyItem.swift */; };
95 }; 99 };
96 /* End PBXContainerItemProxy section */ 100 /* End PBXContainerItemProxy section */
97 101
98 /* Begin PBXFileReference section */ 102 /* Begin PBXFileReference section */
99 950272CC2635AACD003E779D /* ToolbarMenu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToolbarMenu.swift; sourceTree = "<group>"; }; 103 950272CC2635AACD003E779D /* ToolbarMenu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToolbarMenu.swift; sourceTree = "<group>"; };
104 950857A8266BD2C6005357BA /* SFSafariViewWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SFSafariViewWrapper.swift; sourceTree = "<group>"; };
105 950857D0266BE54B005357BA /* InsiderRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InsiderRow.swift; sourceTree = "<group>"; };
106 950857D2266BE55F005357BA /* RowShape.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RowShape.swift; sourceTree = "<group>"; };
100 950C36E2260FB6180081CF53 /* HapticsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HapticsManager.swift; sourceTree = "<group>"; }; 107 950C36E2260FB6180081CF53 /* HapticsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HapticsManager.swift; sourceTree = "<group>"; };
101 950C57102629EF9100F234FE /* LazyBearTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LazyBearTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 108 950C57102629EF9100F234FE /* LazyBearTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LazyBearTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
102 950C57122629EF9100F234FE /* LazyBearTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearTests.swift; sourceTree = "<group>"; }; 109 950C57122629EF9100F234FE /* LazyBearTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearTests.swift; sourceTree = "<group>"; };
103 950C57142629EF9100F234FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 110 950C57142629EF9100F234FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
104 950C57202629EFC200F234FE /* LazyBearUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LazyBearUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 111 950C57202629EFC200F234FE /* LazyBearUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LazyBearUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
190 95672B8825DDA54700DCBE4A /* Frameworks */ = { 197 95672B8825DDA54700DCBE4A /* Frameworks */ = {
191 isa = PBXFrameworksBuildPhase; 198 isa = PBXFrameworksBuildPhase;
192 buildActionMask = 2147483647; 199 buildActionMask = 2147483647;
193 files = ( 200 files = (
194 95606D082647005B0072C02C /* StockCharts in Frameworks */, 201 95606D082647005B0072C02C /* StockCharts in Frameworks */,
202 950857A7266BD12D005357BA /* BetterSafariView in Frameworks */,
195 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */, 203 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */,
196 9594331326691789004A0339 /* Bazooka in Frameworks */, 204 9594331326691789004A0339 /* Bazooka in Frameworks */,
197 95A4B933263E9F810056F036 /* Introspect in Frameworks */, 205 95A4B933263E9F810056F036 /* Introspect in Frameworks */,
198 954D7EC2260BE70C00A13C50 /* SwiftlySearch in Frameworks */, 206 954D7EC2260BE70C00A13C50 /* SwiftlySearch in Frameworks */,
199 ); 207 );
388 95A5188526186F590002D27C /* PriceView.swift */, 396 95A5188526186F590002D27C /* PriceView.swift */,
389 9550444826111FC9000E0BCB /* StockRow.swift */, 397 9550444826111FC9000E0BCB /* StockRow.swift */,
390 9550444B26111FED000E0BCB /* StockItem.swift */, 398 9550444B26111FED000E0BCB /* StockItem.swift */,
391 95BD2FB226341D36008B6752 /* BlurBackground.swift */, 399 95BD2FB226341D36008B6752 /* BlurBackground.swift */,
392 95E8BAA22656D86E0016AE72 /* RequestType.swift */, 400 95E8BAA22656D86E0016AE72 /* RequestType.swift */,
401 950857D2266BE55F005357BA /* RowShape.swift */,
393 ); 402 );
394 path = "Global Helpers"; 403 path = "Global Helpers";
395 sourceTree = "<group>"; 404 sourceTree = "<group>";
396 }; 405 };
397 958A735025E0170900FD7ECA /* Frameworks */ = { 406 958A735025E0170900FD7ECA /* Frameworks */ = {
464 isa = PBXGroup; 473 isa = PBXGroup;
465 children = ( 474 children = (
466 95E31C1726473A4D00106B98 /* CompanyHeader.swift */, 475 95E31C1726473A4D00106B98 /* CompanyHeader.swift */,
467 95E31C15264736BE00106B98 /* DatePicker.swift */, 476 95E31C15264736BE00106B98 /* DatePicker.swift */,
468 95613AE0264FD34100D4CE8F /* NewsRow.swift */, 477 95613AE0264FD34100D4CE8F /* NewsRow.swift */,
478 950857A8266BD2C6005357BA /* SFSafariViewWrapper.swift */,
479 950857D0266BE54B005357BA /* InsiderRow.swift */,
469 ); 480 );
470 path = Helpers; 481 path = Helpers;
471 sourceTree = "<group>"; 482 sourceTree = "<group>";
472 }; 483 };
473 95E31C0F26472CC000106B98 /* Networking */ = { 484 95E31C0F26472CC000106B98 /* Networking */ = {
553 packageProductDependencies = ( 564 packageProductDependencies = (
554 954D7EC1260BE70C00A13C50 /* SwiftlySearch */, 565 954D7EC1260BE70C00A13C50 /* SwiftlySearch */,
555 95A4B932263E9F810056F036 /* Introspect */, 566 95A4B932263E9F810056F036 /* Introspect */,
556 95606D072647005B0072C02C /* StockCharts */, 567 95606D072647005B0072C02C /* StockCharts */,
557 9594331226691789004A0339 /* Bazooka */, 568 9594331226691789004A0339 /* Bazooka */,
569 950857A6266BD12D005357BA /* BetterSafariView */,
558 ); 570 );
559 productName = LazyBear; 571 productName = LazyBear;
560 productReference = 95672B8B25DDA54700DCBE4A /* LazyBear.app */; 572 productReference = 95672B8B25DDA54700DCBE4A /* LazyBear.app */;
561 productType = "com.apple.product-type.application"; 573 productType = "com.apple.product-type.application";
562 }; 574 };
594 packageReferences = ( 606 packageReferences = (
595 954D7EC0260BE70C00A13C50 /* XCRemoteSwiftPackageReference "SwiftlySearch" */, 607 954D7EC0260BE70C00A13C50 /* XCRemoteSwiftPackageReference "SwiftlySearch" */,
596 95A4B931263E9F810056F036 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */, 608 95A4B931263E9F810056F036 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */,
597 95606D062647005B0072C02C /* XCRemoteSwiftPackageReference "StockCharts" */, 609 95606D062647005B0072C02C /* XCRemoteSwiftPackageReference "StockCharts" */,
598 9594331126691789004A0339 /* XCRemoteSwiftPackageReference "Bazooka" */, 610 9594331126691789004A0339 /* XCRemoteSwiftPackageReference "Bazooka" */,
611 950857A5266BD12D005357BA /* XCRemoteSwiftPackageReference "BetterSafariView" */,
599 ); 612 );
600 productRefGroup = 95672B8C25DDA54700DCBE4A /* Products */; 613 productRefGroup = 95672B8C25DDA54700DCBE4A /* Products */;
601 projectDirPath = ""; 614 projectDirPath = "";
602 projectRoot = ""; 615 projectRoot = "";
603 targets = ( 616 targets = (
667 95613AD9264FC5A900D4CE8F /* Company.swift in Sources */, 680 95613AD9264FC5A900D4CE8F /* Company.swift in Sources */,
668 95721DB826278EC100EC527B /* CurrencyListItem.swift in Sources */, 681 95721DB826278EC100EC527B /* CurrencyListItem.swift in Sources */,
669 950272CD2635AACD003E779D /* ToolbarMenu.swift in Sources */, 682 950272CD2635AACD003E779D /* ToolbarMenu.swift in Sources */,
670 9550443A26111B2B000E0BCB /* HomeView.swift in Sources */, 683 9550443A26111B2B000E0BCB /* HomeView.swift in Sources */,
671 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */, 684 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */,
685 950857D1266BE54B005357BA /* InsiderRow.swift in Sources */,
672 95A7C0742616409D003E2EC1 /* ParseJSON.swift in Sources */, 686 95A7C0742616409D003E2EC1 /* ParseJSON.swift in Sources */,
673 95E8BAA32656D86E0016AE72 /* RequestType.swift in Sources */, 687 95E8BAA32656D86E0016AE72 /* RequestType.swift in Sources */,
674 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */, 688 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */,
675 951566E72613A2B6007C0F36 /* TradingDates.swift in Sources */, 689 951566E72613A2B6007C0F36 /* TradingDates.swift in Sources */,
676 955E73392623568F005652FF /* Home.swift in Sources */, 690 955E73392623568F005652FF /* Home.swift in Sources */,
697 951490552610BD2B00BDEEB5 /* WelcomeView.swift in Sources */, 711 951490552610BD2B00BDEEB5 /* WelcomeView.swift in Sources */,
698 95602702265ABB440046F97E /* InsidersResponse.swift in Sources */, 712 95602702265ABB440046F97E /* InsidersResponse.swift in Sources */,
699 95D308F82624B3A400A39F77 /* CurrencyItem.swift in Sources */, 713 95D308F82624B3A400A39F77 /* CurrencyItem.swift in Sources */,
700 95602706265ABC660046F97E /* Insiders.swift in Sources */, 714 95602706265ABC660046F97E /* Insiders.swift in Sources */,
701 95E31C0D26472CA000106B98 /* CompanyView.swift in Sources */, 715 95E31C0D26472CA000106B98 /* CompanyView.swift in Sources */,
716 950857A9266BD2C6005357BA /* SFSafariViewWrapper.swift in Sources */,
702 95A07F7126305AD5009865AA /* SectorPerformanceModel.swift in Sources */, 717 95A07F7126305AD5009865AA /* SectorPerformanceModel.swift in Sources */,
703 9594F0402651355B00CFA8D4 /* HistoricalPricesModel.swift in Sources */, 718 9594F0402651355B00CFA8D4 /* HistoricalPricesModel.swift in Sources */,
704 9550444626111EE5000E0BCB /* SectorItem.swift in Sources */, 719 9550444626111EE5000E0BCB /* SectorItem.swift in Sources */,
705 954D7EA7260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift in Sources */, 720 954D7EA7260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift in Sources */,
706 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */, 721 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */,
709 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */, 724 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */,
710 95629DA02645298E007AF020 /* Profile.swift in Sources */, 725 95629DA02645298E007AF020 /* Profile.swift in Sources */,
711 95A4B930263E9F530056F036 /* WatchlistCreatorList.swift in Sources */, 726 95A4B930263E9F530056F036 /* WatchlistCreatorList.swift in Sources */,
712 9562404E263C7D8800C6C511 /* WatchlistCreatorClass.swift in Sources */, 727 9562404E263C7D8800C6C511 /* WatchlistCreatorClass.swift in Sources */,
713 95721DB4262787EF00EC527B /* ExtensiveList.swift in Sources */, 728 95721DB4262787EF00EC527B /* ExtensiveList.swift in Sources */,
729 950857D3266BE55F005357BA /* RowShape.swift in Sources */,
714 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */, 730 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */,
715 95BD2FAE26341BD1008B6752 /* TextfieldAlert.swift in Sources */, 731 95BD2FAE26341BD1008B6752 /* TextfieldAlert.swift in Sources */,
716 95A07F5D26305A8F009865AA /* IntradayPricesModel.swift in Sources */, 732 95A07F5D26305A8F009865AA /* IntradayPricesModel.swift in Sources */,
717 95A07F7626305AE3009865AA /* TradingDatesModel.swift in Sources */, 733 95A07F7626305AE3009865AA /* TradingDatesModel.swift in Sources */,
718 ); 734 );
1020 defaultConfigurationName = Release; 1036 defaultConfigurationName = Release;
1021 }; 1037 };
1022 /* End XCConfigurationList section */ 1038 /* End XCConfigurationList section */
1023 1039
1024 /* Begin XCRemoteSwiftPackageReference section */ 1040 /* Begin XCRemoteSwiftPackageReference section */
1041 950857A5266BD12D005357BA /* XCRemoteSwiftPackageReference "BetterSafariView" */ = {
1042 isa = XCRemoteSwiftPackageReference;
1043 repositoryURL = "https://github.com/stleamist/BetterSafariView.git";
1044 requirement = {
1045 kind = upToNextMajorVersion;
1046 minimumVersion = 2.3.1;
1047 };
1048 };
1025 954D7EC0260BE70C00A13C50 /* XCRemoteSwiftPackageReference "SwiftlySearch" */ = { 1049 954D7EC0260BE70C00A13C50 /* XCRemoteSwiftPackageReference "SwiftlySearch" */ = {
1026 isa = XCRemoteSwiftPackageReference; 1050 isa = XCRemoteSwiftPackageReference;
1027 repositoryURL = "https://github.com/thislooksfun/SwiftlySearch.git"; 1051 repositoryURL = "https://github.com/thislooksfun/SwiftlySearch.git";
1028 requirement = { 1052 requirement = {
1029 kind = upToNextMajorVersion; 1053 kind = upToNextMajorVersion;
1055 }; 1079 };
1056 }; 1080 };
1057 /* End XCRemoteSwiftPackageReference section */ 1081 /* End XCRemoteSwiftPackageReference section */
1058 1082
1059 /* Begin XCSwiftPackageProductDependency section */ 1083 /* Begin XCSwiftPackageProductDependency section */
1084 950857A6266BD12D005357BA /* BetterSafariView */ = {
1085 isa = XCSwiftPackageProductDependency;
1086 package = 950857A5266BD12D005357BA /* XCRemoteSwiftPackageReference "BetterSafariView" */;
1087 productName = BetterSafariView;
1088 };
1060 954D7EC1260BE70C00A13C50 /* SwiftlySearch */ = { 1089 954D7EC1260BE70C00A13C50 /* SwiftlySearch */ = {
1061 isa = XCSwiftPackageProductDependency; 1090 isa = XCSwiftPackageProductDependency;
1062 package = 954D7EC0260BE70C00A13C50 /* XCRemoteSwiftPackageReference "SwiftlySearch" */; 1091 package = 954D7EC0260BE70C00A13C50 /* XCRemoteSwiftPackageReference "SwiftlySearch" */;
1063 productName = SwiftlySearch; 1092 productName = SwiftlySearch;
1064 }; 1093 };