comparison LazyBear.xcodeproj/project.pbxproj @ 444:428109b1e3f0

InsiderTransactions implemented
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Tue, 22 Jun 2021 16:54:21 +0200
parents ffbb1dbab531
children 8621ba6fd457
comparison
equal deleted inserted replaced
443:ffbb1dbab531 444:428109b1e3f0
50 9524580C267E339D00D5BBCB /* LazyBearWatchOS.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 952457D5267E339B00D5BBCB /* LazyBearWatchOS.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; 50 9524580C267E339D00D5BBCB /* LazyBearWatchOS.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 952457D5267E339B00D5BBCB /* LazyBearWatchOS.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
51 9529947E2629CA3E005F0AB0 /* Search.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9529947D2629CA3E005F0AB0 /* Search.swift */; }; 51 9529947E2629CA3E005F0AB0 /* Search.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9529947D2629CA3E005F0AB0 /* Search.swift */; };
52 952994822629CA46005F0AB0 /* SearchResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952994812629CA46005F0AB0 /* SearchResponse.swift */; }; 52 952994822629CA46005F0AB0 /* SearchResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952994812629CA46005F0AB0 /* SearchResponse.swift */; };
53 952FC0B8267C97BA001406B1 /* WatchlistSheetRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952FC0B7267C97BA001406B1 /* WatchlistSheetRow.swift */; }; 53 952FC0B8267C97BA001406B1 /* WatchlistSheetRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952FC0B7267C97BA001406B1 /* WatchlistSheetRow.swift */; };
54 952FC0BA267C9A24001406B1 /* RenameListSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952FC0B9267C9A24001406B1 /* RenameListSheet.swift */; }; 54 952FC0BA267C9A24001406B1 /* RenameListSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952FC0B9267C9A24001406B1 /* RenameListSheet.swift */; };
55 954572EC267A3D6A00C33A20 /* StockCharts in Frameworks */ = {isa = PBXBuildFile; productRef = 954572EB267A3D6A00C33A20 /* StockCharts */; }; 55 9547482026821F7700D6A966 /* InsiderTransactionsHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9547481F26821F7700D6A966 /* InsiderTransactionsHelper.swift */; };
56 9547482226821F8800D6A966 /* InsiderTransactionsRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9547482126821F8800D6A966 /* InsiderTransactionsRow.swift */; };
57 9547482426821F9400D6A966 /* InsiderTransactionsList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9547482326821F9400D6A966 /* InsiderTransactionsList.swift */; };
58 9547482A26822F0700D6A966 /* StockCharts in Frameworks */ = {isa = PBXBuildFile; productRef = 9547482926822F0700D6A966 /* StockCharts */; };
56 954D7EC2260BE70C00A13C50 /* SwiftlySearch in Frameworks */ = {isa = PBXBuildFile; productRef = 954D7EC1260BE70C00A13C50 /* SwiftlySearch */; }; 59 954D7EC2260BE70C00A13C50 /* SwiftlySearch in Frameworks */ = {isa = PBXBuildFile; productRef = 954D7EC1260BE70C00A13C50 /* SwiftlySearch */; };
57 9550443A26111B2B000E0BCB /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550443926111B2B000E0BCB /* HomeView.swift */; }; 60 9550443A26111B2B000E0BCB /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550443926111B2B000E0BCB /* HomeView.swift */; };
58 9550444326111E7A000E0BCB /* SectorRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444226111E7A000E0BCB /* SectorRow.swift */; }; 61 9550444326111E7A000E0BCB /* SectorRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444226111E7A000E0BCB /* SectorRow.swift */; };
59 9550444626111EE5000E0BCB /* SectorItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444526111EE5000E0BCB /* SectorItem.swift */; }; 62 9550444626111EE5000E0BCB /* SectorItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444526111EE5000E0BCB /* SectorItem.swift */; };
60 9550444926111FC9000E0BCB /* StockRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444826111FC9000E0BCB /* StockRow.swift */; }; 63 9550444926111FC9000E0BCB /* StockRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9550444826111FC9000E0BCB /* StockRow.swift */; };
231 95245809267E339D00D5BBCB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 234 95245809267E339D00D5BBCB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
232 9529947D2629CA3E005F0AB0 /* Search.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Search.swift; sourceTree = "<group>"; }; 235 9529947D2629CA3E005F0AB0 /* Search.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Search.swift; sourceTree = "<group>"; };
233 952994812629CA46005F0AB0 /* SearchResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResponse.swift; sourceTree = "<group>"; }; 236 952994812629CA46005F0AB0 /* SearchResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResponse.swift; sourceTree = "<group>"; };
234 952FC0B7267C97BA001406B1 /* WatchlistSheetRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchlistSheetRow.swift; sourceTree = "<group>"; }; 237 952FC0B7267C97BA001406B1 /* WatchlistSheetRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchlistSheetRow.swift; sourceTree = "<group>"; };
235 952FC0B9267C9A24001406B1 /* RenameListSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RenameListSheet.swift; sourceTree = "<group>"; }; 238 952FC0B9267C9A24001406B1 /* RenameListSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RenameListSheet.swift; sourceTree = "<group>"; };
239 9547481F26821F7700D6A966 /* InsiderTransactionsHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InsiderTransactionsHelper.swift; sourceTree = "<group>"; };
240 9547482126821F8800D6A966 /* InsiderTransactionsRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InsiderTransactionsRow.swift; sourceTree = "<group>"; };
241 9547482326821F9400D6A966 /* InsiderTransactionsList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InsiderTransactionsList.swift; sourceTree = "<group>"; };
236 9550443926111B2B000E0BCB /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; }; 242 9550443926111B2B000E0BCB /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; };
237 9550444226111E7A000E0BCB /* SectorRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectorRow.swift; sourceTree = "<group>"; }; 243 9550444226111E7A000E0BCB /* SectorRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectorRow.swift; sourceTree = "<group>"; };
238 9550444526111EE5000E0BCB /* SectorItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectorItem.swift; sourceTree = "<group>"; }; 244 9550444526111EE5000E0BCB /* SectorItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectorItem.swift; sourceTree = "<group>"; };
239 9550444826111FC9000E0BCB /* StockRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StockRow.swift; sourceTree = "<group>"; }; 245 9550444826111FC9000E0BCB /* StockRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StockRow.swift; sourceTree = "<group>"; };
240 955E73382623568F005652FF /* Home.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Home.swift; sourceTree = "<group>"; }; 246 955E73382623568F005652FF /* Home.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Home.swift; sourceTree = "<group>"; };
328 buildActionMask = 2147483647; 334 buildActionMask = 2147483647;
329 files = ( 335 files = (
330 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */, 336 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */,
331 950B6F3F267643640029E447 /* StoreKit.framework in Frameworks */, 337 950B6F3F267643640029E447 /* StoreKit.framework in Frameworks */,
332 9594331326691789004A0339 /* Bazooka in Frameworks */, 338 9594331326691789004A0339 /* Bazooka in Frameworks */,
333 954572EC267A3D6A00C33A20 /* StockCharts in Frameworks */, 339 9547482A26822F0700D6A966 /* StockCharts in Frameworks */,
334 95A4B933263E9F810056F036 /* Introspect in Frameworks */, 340 95A4B933263E9F810056F036 /* Introspect in Frameworks */,
335 950B6F3D267643460029E447 /* Purchases in Frameworks */, 341 950B6F3D267643460029E447 /* Purchases in Frameworks */,
336 954D7EC2260BE70C00A13C50 /* SwiftlySearch in Frameworks */, 342 954D7EC2260BE70C00A13C50 /* SwiftlySearch in Frameworks */,
337 ); 343 );
338 runOnlyForDeploymentPostprocessing = 0; 344 runOnlyForDeploymentPostprocessing = 0;
661 95E4A2DF2680A70000A6FEB9 /* NewsList.swift */, 667 95E4A2DF2680A70000A6FEB9 /* NewsList.swift */,
662 95E4A2E12680AD7C00A6FEB9 /* SFSafariViewWrapper.swift */, 668 95E4A2E12680AD7C00A6FEB9 /* SFSafariViewWrapper.swift */,
663 9576BFEA26810661002BCAC6 /* InsiderRosterHelper.swift */, 669 9576BFEA26810661002BCAC6 /* InsiderRosterHelper.swift */,
664 9576BFEE26810719002BCAC6 /* InsiderRosterRow.swift */, 670 9576BFEE26810719002BCAC6 /* InsiderRosterRow.swift */,
665 9576BFEC26810713002BCAC6 /* InsiderRosterList.swift */, 671 9576BFEC26810713002BCAC6 /* InsiderRosterList.swift */,
672 9547481F26821F7700D6A966 /* InsiderTransactionsHelper.swift */,
673 9547482126821F8800D6A966 /* InsiderTransactionsRow.swift */,
674 9547482326821F9400D6A966 /* InsiderTransactionsList.swift */,
666 ); 675 );
667 path = Helpers; 676 path = Helpers;
668 sourceTree = "<group>"; 677 sourceTree = "<group>";
669 }; 678 };
670 95E31C0F26472CC000106B98 /* Networking */ = { 679 95E31C0F26472CC000106B98 /* Networking */ = {
813 packageProductDependencies = ( 822 packageProductDependencies = (
814 954D7EC1260BE70C00A13C50 /* SwiftlySearch */, 823 954D7EC1260BE70C00A13C50 /* SwiftlySearch */,
815 95A4B932263E9F810056F036 /* Introspect */, 824 95A4B932263E9F810056F036 /* Introspect */,
816 9594331226691789004A0339 /* Bazooka */, 825 9594331226691789004A0339 /* Bazooka */,
817 950B6F3C267643460029E447 /* Purchases */, 826 950B6F3C267643460029E447 /* Purchases */,
818 954572EB267A3D6A00C33A20 /* StockCharts */, 827 9547482926822F0700D6A966 /* StockCharts */,
819 ); 828 );
820 productName = LazyBear; 829 productName = LazyBear;
821 productReference = 95672B8B25DDA54700DCBE4A /* LazyBear.app */; 830 productReference = 95672B8B25DDA54700DCBE4A /* LazyBear.app */;
822 productType = "com.apple.product-type.application"; 831 productType = "com.apple.product-type.application";
823 }; 832 };
869 packageReferences = ( 878 packageReferences = (
870 954D7EC0260BE70C00A13C50 /* XCRemoteSwiftPackageReference "SwiftlySearch" */, 879 954D7EC0260BE70C00A13C50 /* XCRemoteSwiftPackageReference "SwiftlySearch" */,
871 95A4B931263E9F810056F036 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */, 880 95A4B931263E9F810056F036 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */,
872 9594331126691789004A0339 /* XCRemoteSwiftPackageReference "Bazooka" */, 881 9594331126691789004A0339 /* XCRemoteSwiftPackageReference "Bazooka" */,
873 950B6F3B267643460029E447 /* XCRemoteSwiftPackageReference "purchases-ios" */, 882 950B6F3B267643460029E447 /* XCRemoteSwiftPackageReference "purchases-ios" */,
874 954572EA267A3D6A00C33A20 /* XCRemoteSwiftPackageReference "StockCharts" */, 883 9547482826822F0700D6A966 /* XCRemoteSwiftPackageReference "StockCharts" */,
875 ); 884 );
876 productRefGroup = 95672B8C25DDA54700DCBE4A /* Products */; 885 productRefGroup = 95672B8C25DDA54700DCBE4A /* Products */;
877 projectDirPath = ""; 886 projectDirPath = "";
878 projectRoot = ""; 887 projectRoot = "";
879 targets = ( 888 targets = (
1012 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */, 1021 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */,
1013 95123ABC2676676B001BFAF3 /* CurrencySheetRow.swift in Sources */, 1022 95123ABC2676676B001BFAF3 /* CurrencySheetRow.swift in Sources */,
1014 95A7C0742616409D003E2EC1 /* ParseJSON.swift in Sources */, 1023 95A7C0742616409D003E2EC1 /* ParseJSON.swift in Sources */,
1015 95E4A2D7268091F900A6FEB9 /* NewsHelper.swift in Sources */, 1024 95E4A2D7268091F900A6FEB9 /* NewsHelper.swift in Sources */,
1016 9576BFED26810713002BCAC6 /* InsiderRosterList.swift in Sources */, 1025 9576BFED26810713002BCAC6 /* InsiderRosterList.swift in Sources */,
1026 9547482426821F9400D6A966 /* InsiderTransactionsList.swift in Sources */,
1017 95E8BAA32656D86E0016AE72 /* RequestType.swift in Sources */, 1027 95E8BAA32656D86E0016AE72 /* RequestType.swift in Sources */,
1018 95CCFB56266E7A0F00C384A1 /* InsiderTransactionModel.swift in Sources */, 1028 95CCFB56266E7A0F00C384A1 /* InsiderTransactionModel.swift in Sources */,
1019 951566E72613A2B6007C0F36 /* TradingDatesSheet.swift in Sources */, 1029 951566E72613A2B6007C0F36 /* TradingDatesSheet.swift in Sources */,
1020 9502BBF5267F5194003B0A59 /* CompanyView.swift in Sources */, 1030 9502BBF5267F5194003B0A59 /* CompanyView.swift in Sources */,
1021 955E73392623568F005652FF /* Home.swift in Sources */, 1031 955E73392623568F005652FF /* Home.swift in Sources */,
1036 9529947E2629CA3E005F0AB0 /* Search.swift in Sources */, 1046 9529947E2629CA3E005F0AB0 /* Search.swift in Sources */,
1037 95613ADF264FC6FD00D4CE8F /* LatestNewsModel.swift in Sources */, 1047 95613ADF264FC6FD00D4CE8F /* LatestNewsModel.swift in Sources */,
1038 950D0E292618AEC800D17AD7 /* SearchedCompanyItem.swift in Sources */, 1048 950D0E292618AEC800D17AD7 /* SearchedCompanyItem.swift in Sources */,
1039 955E733C262356F3005652FF /* HomeResponse.swift in Sources */, 1049 955E733C262356F3005652FF /* HomeResponse.swift in Sources */,
1040 951566EA2613A37C007C0F36 /* TradingDatesItem.swift in Sources */, 1050 951566EA2613A37C007C0F36 /* TradingDatesItem.swift in Sources */,
1051 9547482026821F7700D6A966 /* InsiderTransactionsHelper.swift in Sources */,
1041 951490552610BD2B00BDEEB5 /* WelcomeView.swift in Sources */, 1052 951490552610BD2B00BDEEB5 /* WelcomeView.swift in Sources */,
1042 95D308F82624B3A400A39F77 /* CurrencyItem.swift in Sources */, 1053 95D308F82624B3A400A39F77 /* CurrencyItem.swift in Sources */,
1043 95131D47267A03020055C6DE /* WatchlistCompany+CoreDataClass.swift in Sources */, 1054 95131D47267A03020055C6DE /* WatchlistCompany+CoreDataClass.swift in Sources */,
1044 9502BBF7267F5974003B0A59 /* CompanyResponse.swift in Sources */, 1055 9502BBF7267F5974003B0A59 /* CompanyResponse.swift in Sources */,
1045 95A07F7126305AD5009865AA /* SectorPerformanceModel.swift in Sources */, 1056 95A07F7126305AD5009865AA /* SectorPerformanceModel.swift in Sources */,
1061 95CCFB5E266E855800C384A1 /* GetDateComponents.swift in Sources */, 1072 95CCFB5E266E855800C384A1 /* GetDateComponents.swift in Sources */,
1062 95C22F3F26776F010014C98A /* CompanyModel.swift in Sources */, 1073 95C22F3F26776F010014C98A /* CompanyModel.swift in Sources */,
1063 95A4B930263E9F530056F036 /* WatchlistCreatorList.swift in Sources */, 1074 95A4B930263E9F530056F036 /* WatchlistCreatorList.swift in Sources */,
1064 95123ABA2676658E001BFAF3 /* StockSheet.swift in Sources */, 1075 95123ABA2676658E001BFAF3 /* StockSheet.swift in Sources */,
1065 9562404E263C7D8800C6C511 /* WatchlistCreatorClass.swift in Sources */, 1076 9562404E263C7D8800C6C511 /* WatchlistCreatorClass.swift in Sources */,
1077 9547482226821F8800D6A966 /* InsiderTransactionsRow.swift in Sources */,
1066 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */, 1078 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */,
1067 952FC0BA267C9A24001406B1 /* RenameListSheet.swift in Sources */, 1079 952FC0BA267C9A24001406B1 /* RenameListSheet.swift in Sources */,
1068 95E4A2E02680A70000A6FEB9 /* NewsList.swift in Sources */, 1080 95E4A2E02680A70000A6FEB9 /* NewsList.swift in Sources */,
1069 95CCFB60266E864C00C384A1 /* ConvertStringToDate.swift in Sources */, 1081 95CCFB60266E864C00C384A1 /* ConvertStringToDate.swift in Sources */,
1070 9502BBF9267F59A0003B0A59 /* Company.swift in Sources */, 1082 9502BBF9267F59A0003B0A59 /* Company.swift in Sources */,
1190 buildSettings = { 1202 buildSettings = {
1191 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; 1203 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
1192 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 1204 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1193 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 1205 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1194 CODE_SIGN_STYLE = Automatic; 1206 CODE_SIGN_STYLE = Automatic;
1195 CURRENT_PROJECT_VERSION = 6; 1207 CURRENT_PROJECT_VERSION = 7;
1196 DEVELOPMENT_TEAM = MTX83R5H8X; 1208 DEVELOPMENT_TEAM = MTX83R5H8X;
1197 IBSC_MODULE = LazyBearWatchOS_Extension; 1209 IBSC_MODULE = LazyBearWatchOS_Extension;
1198 INFOPLIST_FILE = LazyBearWatchOS/Info.plist; 1210 INFOPLIST_FILE = LazyBearWatchOS/Info.plist;
1199 MARKETING_VERSION = 4.0; 1211 MARKETING_VERSION = 4.0;
1200 PRODUCT_BUNDLE_IDENTIFIER = dennis.LazyBear.watchkitapp; 1212 PRODUCT_BUNDLE_IDENTIFIER = dennis.LazyBear.watchkitapp;
1212 buildSettings = { 1224 buildSettings = {
1213 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; 1225 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
1214 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 1226 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1215 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 1227 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1216 CODE_SIGN_STYLE = Automatic; 1228 CODE_SIGN_STYLE = Automatic;
1217 CURRENT_PROJECT_VERSION = 6; 1229 CURRENT_PROJECT_VERSION = 7;
1218 DEVELOPMENT_TEAM = MTX83R5H8X; 1230 DEVELOPMENT_TEAM = MTX83R5H8X;
1219 IBSC_MODULE = LazyBearWatchOS_Extension; 1231 IBSC_MODULE = LazyBearWatchOS_Extension;
1220 INFOPLIST_FILE = LazyBearWatchOS/Info.plist; 1232 INFOPLIST_FILE = LazyBearWatchOS/Info.plist;
1221 MARKETING_VERSION = 4.0; 1233 MARKETING_VERSION = 4.0;
1222 PRODUCT_BUNDLE_IDENTIFIER = dennis.LazyBear.watchkitapp; 1234 PRODUCT_BUNDLE_IDENTIFIER = dennis.LazyBear.watchkitapp;
1232 95245811267E339D00D5BBCB /* Debug */ = { 1244 95245811267E339D00D5BBCB /* Debug */ = {
1233 isa = XCBuildConfiguration; 1245 isa = XCBuildConfiguration;
1234 buildSettings = { 1246 buildSettings = {
1235 ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication; 1247 ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication;
1236 CODE_SIGN_STYLE = Automatic; 1248 CODE_SIGN_STYLE = Automatic;
1237 CURRENT_PROJECT_VERSION = 6; 1249 CURRENT_PROJECT_VERSION = 7;
1238 DEVELOPMENT_ASSET_PATHS = "\"LazyBearWatchOS Extension/Preview Content\""; 1250 DEVELOPMENT_ASSET_PATHS = "\"LazyBearWatchOS Extension/Preview Content\"";
1239 DEVELOPMENT_TEAM = MTX83R5H8X; 1251 DEVELOPMENT_TEAM = MTX83R5H8X;
1240 ENABLE_PREVIEWS = YES; 1252 ENABLE_PREVIEWS = YES;
1241 INFOPLIST_FILE = "LazyBearWatchOS Extension/Info.plist"; 1253 INFOPLIST_FILE = "LazyBearWatchOS Extension/Info.plist";
1242 LD_RUNPATH_SEARCH_PATHS = ( 1254 LD_RUNPATH_SEARCH_PATHS = (
1258 95245812267E339D00D5BBCB /* Release */ = { 1270 95245812267E339D00D5BBCB /* Release */ = {
1259 isa = XCBuildConfiguration; 1271 isa = XCBuildConfiguration;
1260 buildSettings = { 1272 buildSettings = {
1261 ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication; 1273 ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication;
1262 CODE_SIGN_STYLE = Automatic; 1274 CODE_SIGN_STYLE = Automatic;
1263 CURRENT_PROJECT_VERSION = 6; 1275 CURRENT_PROJECT_VERSION = 7;
1264 DEVELOPMENT_ASSET_PATHS = "\"LazyBearWatchOS Extension/Preview Content\""; 1276 DEVELOPMENT_ASSET_PATHS = "\"LazyBearWatchOS Extension/Preview Content\"";
1265 DEVELOPMENT_TEAM = MTX83R5H8X; 1277 DEVELOPMENT_TEAM = MTX83R5H8X;
1266 ENABLE_PREVIEWS = YES; 1278 ENABLE_PREVIEWS = YES;
1267 INFOPLIST_FILE = "LazyBearWatchOS Extension/Info.plist"; 1279 INFOPLIST_FILE = "LazyBearWatchOS Extension/Info.plist";
1268 LD_RUNPATH_SEARCH_PATHS = ( 1280 LD_RUNPATH_SEARCH_PATHS = (
1492 buildSettings = { 1504 buildSettings = {
1493 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 1505 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1494 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 1506 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1495 CODE_SIGN_ENTITLEMENTS = LazyBear/LazyBear.entitlements; 1507 CODE_SIGN_ENTITLEMENTS = LazyBear/LazyBear.entitlements;
1496 CODE_SIGN_STYLE = Automatic; 1508 CODE_SIGN_STYLE = Automatic;
1497 CURRENT_PROJECT_VERSION = 6; 1509 CURRENT_PROJECT_VERSION = 7;
1498 DEVELOPMENT_ASSET_PATHS = "\"LazyBear/Preview Content\""; 1510 DEVELOPMENT_ASSET_PATHS = "\"LazyBear/Preview Content\"";
1499 DEVELOPMENT_TEAM = MTX83R5H8X; 1511 DEVELOPMENT_TEAM = MTX83R5H8X;
1500 ENABLE_PREVIEWS = YES; 1512 ENABLE_PREVIEWS = YES;
1501 INFOPLIST_FILE = LazyBear/Info.plist; 1513 INFOPLIST_FILE = LazyBear/Info.plist;
1502 IPHONEOS_DEPLOYMENT_TARGET = 14.0; 1514 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
1517 buildSettings = { 1529 buildSettings = {
1518 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 1530 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1519 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; 1531 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1520 CODE_SIGN_ENTITLEMENTS = LazyBear/LazyBear.entitlements; 1532 CODE_SIGN_ENTITLEMENTS = LazyBear/LazyBear.entitlements;
1521 CODE_SIGN_STYLE = Automatic; 1533 CODE_SIGN_STYLE = Automatic;
1522 CURRENT_PROJECT_VERSION = 6; 1534 CURRENT_PROJECT_VERSION = 7;
1523 DEVELOPMENT_ASSET_PATHS = "\"LazyBear/Preview Content\""; 1535 DEVELOPMENT_ASSET_PATHS = "\"LazyBear/Preview Content\"";
1524 DEVELOPMENT_TEAM = MTX83R5H8X; 1536 DEVELOPMENT_TEAM = MTX83R5H8X;
1525 ENABLE_PREVIEWS = YES; 1537 ENABLE_PREVIEWS = YES;
1526 INFOPLIST_FILE = LazyBear/Info.plist; 1538 INFOPLIST_FILE = LazyBear/Info.plist;
1527 IPHONEOS_DEPLOYMENT_TARGET = 14.0; 1539 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
1621 requirement = { 1633 requirement = {
1622 kind = upToNextMajorVersion; 1634 kind = upToNextMajorVersion;
1623 minimumVersion = 3.11.1; 1635 minimumVersion = 3.11.1;
1624 }; 1636 };
1625 }; 1637 };
1626 954572EA267A3D6A00C33A20 /* XCRemoteSwiftPackageReference "StockCharts" */ = { 1638 9547482826822F0700D6A966 /* XCRemoteSwiftPackageReference "StockCharts" */ = {
1627 isa = XCRemoteSwiftPackageReference; 1639 isa = XCRemoteSwiftPackageReference;
1628 repositoryURL = "https://github.com/denniscm190/StockCharts.git"; 1640 repositoryURL = "https://github.com/denniscm190/StockCharts.git";
1629 requirement = { 1641 requirement = {
1630 kind = upToNextMajorVersion; 1642 kind = upToNextMajorVersion;
1631 minimumVersion = 1.2.3; 1643 minimumVersion = 1.2.5;
1632 }; 1644 };
1633 }; 1645 };
1634 954D7EC0260BE70C00A13C50 /* XCRemoteSwiftPackageReference "SwiftlySearch" */ = { 1646 954D7EC0260BE70C00A13C50 /* XCRemoteSwiftPackageReference "SwiftlySearch" */ = {
1635 isa = XCRemoteSwiftPackageReference; 1647 isa = XCRemoteSwiftPackageReference;
1636 repositoryURL = "https://github.com/thislooksfun/SwiftlySearch.git"; 1648 repositoryURL = "https://github.com/thislooksfun/SwiftlySearch.git";
1661 950B6F3C267643460029E447 /* Purchases */ = { 1673 950B6F3C267643460029E447 /* Purchases */ = {
1662 isa = XCSwiftPackageProductDependency; 1674 isa = XCSwiftPackageProductDependency;
1663 package = 950B6F3B267643460029E447 /* XCRemoteSwiftPackageReference "purchases-ios" */; 1675 package = 950B6F3B267643460029E447 /* XCRemoteSwiftPackageReference "purchases-ios" */;
1664 productName = Purchases; 1676 productName = Purchases;
1665 }; 1677 };
1666 954572EB267A3D6A00C33A20 /* StockCharts */ = { 1678 9547482926822F0700D6A966 /* StockCharts */ = {
1667 isa = XCSwiftPackageProductDependency; 1679 isa = XCSwiftPackageProductDependency;
1668 package = 954572EA267A3D6A00C33A20 /* XCRemoteSwiftPackageReference "StockCharts" */; 1680 package = 9547482826822F0700D6A966 /* XCRemoteSwiftPackageReference "StockCharts" */;
1669 productName = StockCharts; 1681 productName = StockCharts;
1670 }; 1682 };
1671 954D7EC1260BE70C00A13C50 /* SwiftlySearch */ = { 1683 954D7EC1260BE70C00A13C50 /* SwiftlySearch */ = {
1672 isa = XCSwiftPackageProductDependency; 1684 isa = XCSwiftPackageProductDependency;
1673 package = 954D7EC0260BE70C00A13C50 /* XCRemoteSwiftPackageReference "SwiftlySearch" */; 1685 package = 954D7EC0260BE70C00A13C50 /* XCRemoteSwiftPackageReference "SwiftlySearch" */;