Mercurial > public > lazybear
comparison LazyBear.xcodeproj/project.pbxproj @ 335:2dad5828ccf6
HomeView implemented
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Wed, 31 Mar 2021 17:06:57 +0200 |
parents | d7927e7eeff1 |
children | 6f904b166564 |
comparison
equal
deleted
inserted
replaced
334:d7927e7eeff1 | 335:2dad5828ccf6 |
---|---|
31 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */; }; | 31 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */; }; |
32 95893DC92613C421003698C5 /* HomeData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95893DC82613C421003698C5 /* HomeData.swift */; }; | 32 95893DC92613C421003698C5 /* HomeData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95893DC82613C421003698C5 /* HomeData.swift */; }; |
33 95893DCE2613C46B003698C5 /* SectorPerformanceModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95893DCD2613C46B003698C5 /* SectorPerformanceModel.swift */; }; | 33 95893DCE2613C46B003698C5 /* SectorPerformanceModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95893DCD2613C46B003698C5 /* SectorPerformanceModel.swift */; }; |
34 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 958A735125E0170900FD7ECA /* CloudKit.framework */; }; | 34 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 958A735125E0170900FD7ECA /* CloudKit.framework */; }; |
35 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AD4A2C26078C1400498079 /* ContentView.swift */; }; | 35 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AD4A2C26078C1400498079 /* ContentView.swift */; }; |
36 95BC3B4F261476FB00FC3A12 /* IntradayPricesModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BC3B4E261476FB00FC3A12 /* IntradayPricesModel.swift */; }; | |
37 95E745DA2614624500744A1E /* HomeDataPreview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E745D92614624500744A1E /* HomeDataPreview.swift */; }; | |
36 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5C2612169200A67EFA /* LineShape.swift */; }; | 38 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5C2612169200A67EFA /* LineShape.swift */; }; |
37 95ECCA60261216D500A67EFA /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5F261216D500A67EFA /* LineView.swift */; }; | 39 95ECCA60261216D500A67EFA /* LineView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95ECCA5F261216D500A67EFA /* LineView.swift */; }; |
38 /* End PBXBuildFile section */ | 40 /* End PBXBuildFile section */ |
39 | 41 |
40 /* Begin PBXFileReference section */ | 42 /* Begin PBXFileReference section */ |
66 95893DC82613C421003698C5 /* HomeData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeData.swift; sourceTree = "<group>"; }; | 68 95893DC82613C421003698C5 /* HomeData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeData.swift; sourceTree = "<group>"; }; |
67 95893DCD2613C46B003698C5 /* SectorPerformanceModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectorPerformanceModel.swift; sourceTree = "<group>"; }; | 69 95893DCD2613C46B003698C5 /* SectorPerformanceModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectorPerformanceModel.swift; sourceTree = "<group>"; }; |
68 958A734E25E016FD00FD7ECA /* LazyBear.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LazyBear.entitlements; sourceTree = "<group>"; }; | 70 958A734E25E016FD00FD7ECA /* LazyBear.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LazyBear.entitlements; sourceTree = "<group>"; }; |
69 958A735125E0170900FD7ECA /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; }; | 71 958A735125E0170900FD7ECA /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; }; |
70 95AD4A2C26078C1400498079 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; | 72 95AD4A2C26078C1400498079 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
73 95BC3B4E261476FB00FC3A12 /* IntradayPricesModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntradayPricesModel.swift; sourceTree = "<group>"; }; | |
74 95E745D92614624500744A1E /* HomeDataPreview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeDataPreview.swift; sourceTree = "<group>"; }; | |
71 95ECCA5C2612169200A67EFA /* LineShape.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineShape.swift; sourceTree = "<group>"; }; | 75 95ECCA5C2612169200A67EFA /* LineShape.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineShape.swift; sourceTree = "<group>"; }; |
72 95ECCA5F261216D500A67EFA /* LineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineView.swift; sourceTree = "<group>"; }; | 76 95ECCA5F261216D500A67EFA /* LineView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineView.swift; sourceTree = "<group>"; }; |
73 /* End PBXFileReference section */ | 77 /* End PBXFileReference section */ |
74 | 78 |
75 /* Begin PBXFrameworksBuildPhase section */ | 79 /* Begin PBXFrameworksBuildPhase section */ |
115 950C36E6260FBB550081CF53 /* UserSettings+CoreDataClass.swift */, | 119 950C36E6260FBB550081CF53 /* UserSettings+CoreDataClass.swift */, |
116 950C36E7260FBB550081CF53 /* UserSettings+CoreDataProperties.swift */, | 120 950C36E7260FBB550081CF53 /* UserSettings+CoreDataProperties.swift */, |
117 954D7EA5260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift */, | 121 954D7EA5260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift */, |
118 954D7EA6260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift */, | 122 954D7EA6260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift */, |
119 952045232610FD7F00A76362 /* CompanyRowModel.swift */, | 123 952045232610FD7F00A76362 /* CompanyRowModel.swift */, |
124 95BC3B4E261476FB00FC3A12 /* IntradayPricesModel.swift */, | |
120 ); | 125 ); |
121 path = "Global Models"; | 126 path = "Global Models"; |
122 sourceTree = "<group>"; | 127 sourceTree = "<group>"; |
123 }; | 128 }; |
124 954D7EAA260BBB0E00A13C50 /* Home */ = { | 129 954D7EAA260BBB0E00A13C50 /* Home */ = { |
183 sourceTree = "<group>"; | 188 sourceTree = "<group>"; |
184 }; | 189 }; |
185 95672B9425DDA54700DCBE4A /* Preview Content */ = { | 190 95672B9425DDA54700DCBE4A /* Preview Content */ = { |
186 isa = PBXGroup; | 191 isa = PBXGroup; |
187 children = ( | 192 children = ( |
193 95E745D72614622C00744A1E /* Home */, | |
188 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */, | 194 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */, |
189 ); | 195 ); |
190 path = "Preview Content"; | 196 path = "Preview Content"; |
191 sourceTree = "<group>"; | 197 sourceTree = "<group>"; |
192 }; | 198 }; |
223 954D7EAA260BBB0E00A13C50 /* Home */, | 229 954D7EAA260BBB0E00A13C50 /* Home */, |
224 95893DC72613C410003698C5 /* Networking */, | 230 95893DC72613C410003698C5 /* Networking */, |
225 95893DD22613CAB5003698C5 /* Global Helpers */, | 231 95893DD22613CAB5003698C5 /* Global Helpers */, |
226 ); | 232 ); |
227 path = Views; | 233 path = Views; |
234 sourceTree = "<group>"; | |
235 }; | |
236 95E745D72614622C00744A1E /* Home */ = { | |
237 isa = PBXGroup; | |
238 children = ( | |
239 95E745D82614623700744A1E /* Networking */, | |
240 ); | |
241 path = Home; | |
242 sourceTree = "<group>"; | |
243 }; | |
244 95E745D82614623700744A1E /* Networking */ = { | |
245 isa = PBXGroup; | |
246 children = ( | |
247 95E745D92614624500744A1E /* HomeDataPreview.swift */, | |
248 ); | |
249 path = Networking; | |
228 sourceTree = "<group>"; | 250 sourceTree = "<group>"; |
229 }; | 251 }; |
230 /* End PBXGroup section */ | 252 /* End PBXGroup section */ |
231 | 253 |
232 /* Begin PBXNativeTarget section */ | 254 /* Begin PBXNativeTarget section */ |
301 95672B8725DDA54700DCBE4A /* Sources */ = { | 323 95672B8725DDA54700DCBE4A /* Sources */ = { |
302 isa = PBXSourcesBuildPhase; | 324 isa = PBXSourcesBuildPhase; |
303 buildActionMask = 2147483647; | 325 buildActionMask = 2147483647; |
304 files = ( | 326 files = ( |
305 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */, | 327 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */, |
328 95E745DA2614624500744A1E /* HomeDataPreview.swift in Sources */, | |
306 9550444926111FC9000E0BCB /* TopStockRow.swift in Sources */, | 329 9550444926111FC9000E0BCB /* TopStockRow.swift in Sources */, |
307 952045242610FD7F00A76362 /* CompanyRowModel.swift in Sources */, | 330 952045242610FD7F00A76362 /* CompanyRowModel.swift in Sources */, |
308 9550444326111E7A000E0BCB /* SectorRow.swift in Sources */, | 331 9550444326111E7A000E0BCB /* SectorRow.swift in Sources */, |
309 952045182610C83600A76362 /* Request.swift in Sources */, | 332 952045182610C83600A76362 /* Request.swift in Sources */, |
310 95ECCA60261216D500A67EFA /* LineView.swift in Sources */, | 333 95ECCA60261216D500A67EFA /* LineView.swift in Sources */, |
312 950C36E8260FBB550081CF53 /* UserSettings+CoreDataClass.swift in Sources */, | 335 950C36E8260FBB550081CF53 /* UserSettings+CoreDataClass.swift in Sources */, |
313 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */, | 336 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */, |
314 950C36E9260FBB550081CF53 /* UserSettings+CoreDataProperties.swift in Sources */, | 337 950C36E9260FBB550081CF53 /* UserSettings+CoreDataProperties.swift in Sources */, |
315 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */, | 338 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */, |
316 951566E72613A2B6007C0F36 /* TradingDates.swift in Sources */, | 339 951566E72613A2B6007C0F36 /* TradingDates.swift in Sources */, |
340 95BC3B4F261476FB00FC3A12 /* IntradayPricesModel.swift in Sources */, | |
317 95893DC92613C421003698C5 /* HomeData.swift in Sources */, | 341 95893DC92613C421003698C5 /* HomeData.swift in Sources */, |
318 95893DCE2613C46B003698C5 /* SectorPerformanceModel.swift in Sources */, | 342 95893DCE2613C46B003698C5 /* SectorPerformanceModel.swift in Sources */, |
319 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */, | 343 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */, |
320 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */, | 344 95ECCA5D2612169200A67EFA /* LineShape.swift in Sources */, |
321 9550444C26111FED000E0BCB /* TopStockItem.swift in Sources */, | 345 9550444C26111FED000E0BCB /* TopStockItem.swift in Sources */, |