Mercurial > public > lazybear
diff LazyBear.xcodeproj/project.pbxproj @ 181:9533f6a60531
User can change theme color
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sun, 21 Feb 2021 19:41:09 +0100 |
parents | 46299426d953 |
children | 682d9190432f |
line wrap: on
line diff
--- a/LazyBear.xcodeproj/project.pbxproj Sun Feb 21 17:38:49 2021 +0100 +++ b/LazyBear.xcodeproj/project.pbxproj Sun Feb 21 19:41:09 2021 +0100 @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 9549D62A25E18E890085C3CD /* ChartTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9549D62925E18E890085C3CD /* ChartTests.swift */; }; 9549D63325E1903F0085C3CD /* Charts in Frameworks */ = {isa = PBXBuildFile; productRef = 9549D63225E1903F0085C3CD /* Charts */; }; 9549D63625E191520085C3CD /* Normalize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9549D63525E191520085C3CD /* Normalize.swift */; }; 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */; }; @@ -26,8 +25,6 @@ 958A735725E01F9E00FD7ECA /* ReadJson.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A735625E01F9E00FD7ECA /* ReadJson.swift */; }; 958A735B25E0264E00FD7ECA /* CompanyModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A735A25E0264E00FD7ECA /* CompanyModel.swift */; }; 958A735F25E0311B00FD7ECA /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A735E25E0311B00FD7ECA /* Settings.swift */; }; - 958A736325E0320B00FD7ECA /* UserSettings+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A736125E0320B00FD7ECA /* UserSettings+CoreDataClass.swift */; }; - 958A736425E0320B00FD7ECA /* UserSettings+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958A736225E0320B00FD7ECA /* UserSettings+CoreDataProperties.swift */; }; 95ABDD3125E1602D00310776 /* PriceView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ABDD3025E1602D00310776 /* PriceView.swift */; }; 95ABDD3525E166BA00310776 /* NewsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ABDD3425E166BA00310776 /* NewsView.swift */; }; 95ABDD3825E167E500310776 /* NewsModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ABDD3725E167E500310776 /* NewsModel.swift */; }; @@ -39,10 +36,13 @@ 95B3E0A625E1318D007EFDE3 /* SwiftlySearch in Frameworks */ = {isa = PBXBuildFile; productRef = 95B3E0A525E1318D007EFDE3 /* SwiftlySearch */; }; 95BFAE4B25E2AEA000A70EC3 /* HUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BFAE4A25E2AEA000A70EC3 /* HUD.swift */; }; 95BFAE4E25E2B0C200A70EC3 /* HUDManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BFAE4D25E2B0C200A70EC3 /* HUDManager.swift */; }; + 95BFAE5425E2C52300A70EC3 /* HistoricalPriceModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BFAE5325E2C52300A70EC3 /* HistoricalPriceModel.swift */; }; + 95BFAE5825E2C5A700A70EC3 /* HistoricalPriceView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BFAE5725E2C5A700A70EC3 /* HistoricalPriceView.swift */; }; + 95BFAE6125E2D89700A70EC3 /* UserSettings+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BFAE5F25E2D89700A70EC3 /* UserSettings+CoreDataClass.swift */; }; + 95BFAE6225E2D89700A70EC3 /* UserSettings+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BFAE6025E2D89700A70EC3 /* UserSettings+CoreDataProperties.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - 9549D62925E18E890085C3CD /* ChartTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChartTests.swift; sourceTree = "<group>"; }; 9549D63525E191520085C3CD /* Normalize.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Normalize.swift; sourceTree = "<group>"; }; 95672B8B25DDA54700DCBE4A /* LazyBear.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LazyBear.app; sourceTree = BUILT_PRODUCTS_DIR; }; 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearApp.swift; sourceTree = "<group>"; }; @@ -63,8 +63,6 @@ 958A735625E01F9E00FD7ECA /* ReadJson.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadJson.swift; sourceTree = "<group>"; }; 958A735A25E0264E00FD7ECA /* CompanyModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyModel.swift; sourceTree = "<group>"; }; 958A735E25E0311B00FD7ECA /* Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = "<group>"; }; - 958A736125E0320B00FD7ECA /* UserSettings+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserSettings+CoreDataClass.swift"; sourceTree = "<group>"; }; - 958A736225E0320B00FD7ECA /* UserSettings+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserSettings+CoreDataProperties.swift"; sourceTree = "<group>"; }; 9594152A25DDA5CA00BCE299 /* Production.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Production.xcconfig; sourceTree = "<group>"; }; 9594152B25DDA5D800BCE299 /* Sandbox.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Sandbox.xcconfig; sourceTree = "<group>"; }; 95ABDD3025E1602D00310776 /* PriceView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriceView.swift; sourceTree = "<group>"; }; @@ -77,6 +75,10 @@ 95B3E09E25E127D7007EFDE3 /* Request.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Request.swift; sourceTree = "<group>"; }; 95BFAE4A25E2AEA000A70EC3 /* HUD.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HUD.swift; sourceTree = "<group>"; }; 95BFAE4D25E2B0C200A70EC3 /* HUDManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HUDManager.swift; sourceTree = "<group>"; }; + 95BFAE5325E2C52300A70EC3 /* HistoricalPriceModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoricalPriceModel.swift; sourceTree = "<group>"; }; + 95BFAE5725E2C5A700A70EC3 /* HistoricalPriceView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoricalPriceView.swift; sourceTree = "<group>"; }; + 95BFAE5F25E2D89700A70EC3 /* UserSettings+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserSettings+CoreDataClass.swift"; sourceTree = "<group>"; }; + 95BFAE6025E2D89700A70EC3 /* UserSettings+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserSettings+CoreDataProperties.swift"; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -96,10 +98,10 @@ 95672B8225DDA54700DCBE4A = { isa = PBXGroup; children = ( + 95BFAE5F25E2D89700A70EC3 /* UserSettings+CoreDataClass.swift */, + 95BFAE6025E2D89700A70EC3 /* UserSettings+CoreDataProperties.swift */, 958A733825E00C3100FD7ECA /* Company+CoreDataClass.swift */, 958A733925E00C3100FD7ECA /* Company+CoreDataProperties.swift */, - 958A736125E0320B00FD7ECA /* UserSettings+CoreDataClass.swift */, - 958A736225E0320B00FD7ECA /* UserSettings+CoreDataProperties.swift */, 95672B8D25DDA54700DCBE4A /* LazyBear */, 95672B8C25DDA54700DCBE4A /* Products */, 958A735025E0170900FD7ECA /* Frameworks */, @@ -177,6 +179,7 @@ 958A735A25E0264E00FD7ECA /* CompanyModel.swift */, 95ACB5AE25E03AA100A3CCC8 /* ThemeModel.swift */, 95ABDD3725E167E500310776 /* NewsModel.swift */, + 95BFAE5325E2C52300A70EC3 /* HistoricalPriceModel.swift */, ); path = Models; sourceTree = "<group>"; @@ -194,6 +197,7 @@ 95ABDD3425E166BA00310776 /* NewsView.swift */, 95ABDD3B25E1717300310776 /* NewsRow.swift */, 95BFAE4A25E2AEA000A70EC3 /* HUD.swift */, + 95BFAE5725E2C5A700A70EC3 /* HistoricalPriceView.swift */, ); path = UI; sourceTree = "<group>"; @@ -201,7 +205,6 @@ 95B1874A25DDAC5B0068A364 /* Tests */ = { isa = PBXGroup; children = ( - 9549D62925E18E890085C3CD /* ChartTests.swift */, ); path = Tests; sourceTree = "<group>"; @@ -286,18 +289,18 @@ files = ( 95ABDD3825E167E500310776 /* NewsModel.swift in Sources */, 95ABDD3C25E1717300310776 /* NewsRow.swift in Sources */, - 9549D62A25E18E890085C3CD /* ChartTests.swift in Sources */, 958A735725E01F9E00FD7ECA /* ReadJson.swift in Sources */, 958A734925E010F900FD7ECA /* Search.swift in Sources */, 958A735F25E0311B00FD7ECA /* Settings.swift in Sources */, 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */, - 958A736325E0320B00FD7ECA /* UserSettings+CoreDataClass.swift in Sources */, - 958A736425E0320B00FD7ECA /* UserSettings+CoreDataProperties.swift in Sources */, 958A735B25E0264E00FD7ECA /* CompanyModel.swift in Sources */, 95B3E09F25E127D7007EFDE3 /* Request.swift in Sources */, + 95BFAE5425E2C52300A70EC3 /* HistoricalPriceModel.swift in Sources */, + 95BFAE5825E2C5A700A70EC3 /* HistoricalPriceView.swift in Sources */, 9549D63625E191520085C3CD /* Normalize.swift in Sources */, 95672B9125DDA54700DCBE4A /* ContentView.swift in Sources */, 958A733B25E00C3100FD7ECA /* Company+CoreDataProperties.swift in Sources */, + 95BFAE6125E2D89700A70EC3 /* UserSettings+CoreDataClass.swift in Sources */, 95ACB5AF25E03AA100A3CCC8 /* ThemeModel.swift in Sources */, 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */, 958A734525E00D3D00FD7ECA /* CompanyRow.swift in Sources */, @@ -306,6 +309,7 @@ 958A734C25E010FF00FD7ECA /* SearchBar.swift in Sources */, 95ABDD3125E1602D00310776 /* PriceView.swift in Sources */, 95BFAE4B25E2AEA000A70EC3 /* HUD.swift in Sources */, + 95BFAE6225E2D89700A70EC3 /* UserSettings+CoreDataProperties.swift in Sources */, 958A733A25E00C3100FD7ECA /* Company+CoreDataClass.swift in Sources */, 95ACB5A925E0397B00A3CCC8 /* CompanyView.swift in Sources */, 958A734225E00C9900FD7ECA /* Watchlist.swift in Sources */,