comparison LazyBear.xcodeproj/project.pbxproj @ 390:6303385b3629

Companies added to watchlists now are correctly updated
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sun, 25 Apr 2021 19:52:04 +0200
parents db8bc3ed526a
children 8ec37b2baafd
comparison
equal deleted inserted replaced
389:db8bc3ed526a 390:6303385b3629
47 95A5186A26185AAB0002D27C /* GenericRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A5186926185AAB0002D27C /* GenericRequest.swift */; }; 47 95A5186A26185AAB0002D27C /* GenericRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A5186926185AAB0002D27C /* GenericRequest.swift */; };
48 95A5188626186F590002D27C /* PriceView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A5188526186F590002D27C /* PriceView.swift */; }; 48 95A5188626186F590002D27C /* PriceView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A5188526186F590002D27C /* PriceView.swift */; };
49 95A7C066261639E0003E2EC1 /* SearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A7C065261639DF003E2EC1 /* SearchView.swift */; }; 49 95A7C066261639E0003E2EC1 /* SearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A7C065261639DF003E2EC1 /* SearchView.swift */; };
50 95A7C0742616409D003E2EC1 /* ParseJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A7C0732616409D003E2EC1 /* ParseJSON.swift */; }; 50 95A7C0742616409D003E2EC1 /* ParseJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95A7C0732616409D003E2EC1 /* ParseJSON.swift */; };
51 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AD4A2C26078C1400498079 /* ContentView.swift */; }; 51 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AD4A2C26078C1400498079 /* ContentView.swift */; };
52 95BD2FAE26341BD1008B6752 /* RenameSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BD2FAD26341BD1008B6752 /* RenameSheet.swift */; }; 52 95BD2FAE26341BD1008B6752 /* TextfieldAlert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BD2FAD26341BD1008B6752 /* TextfieldAlert.swift */; };
53 95BD2FB326341D36008B6752 /* BlurBackground.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BD2FB226341D36008B6752 /* BlurBackground.swift */; }; 53 95BD2FB326341D36008B6752 /* BlurBackground.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BD2FB226341D36008B6752 /* BlurBackground.swift */; };
54 95C8C0DB262A36990082D1D9 /* Profile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C8C0DA262A36990082D1D9 /* Profile.swift */; }; 54 95C8C0DB262A36990082D1D9 /* Profile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C8C0DA262A36990082D1D9 /* Profile.swift */; };
55 95C8C0E0262A369F0082D1D9 /* ProfileResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C8C0DF262A369F0082D1D9 /* ProfileResponse.swift */; }; 55 95C8C0E0262A369F0082D1D9 /* ProfileResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C8C0DF262A369F0082D1D9 /* ProfileResponse.swift */; };
56 95D308F82624B3A400A39F77 /* CurrencyItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D308F72624B3A400A39F77 /* CurrencyItem.swift */; }; 56 95D308F82624B3A400A39F77 /* CurrencyItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D308F72624B3A400A39F77 /* CurrencyItem.swift */; };
57 95E6C57626345CE700AC1518 /* WatchlistManagerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E6C57526345CE700AC1518 /* WatchlistManagerTest.swift */; }; 57 95E6C57626345CE700AC1518 /* WatchlistManagerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E6C57526345CE700AC1518 /* WatchlistManagerTest.swift */; };
125 95A5186926185AAB0002D27C /* GenericRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GenericRequest.swift; sourceTree = "<group>"; }; 125 95A5186926185AAB0002D27C /* GenericRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GenericRequest.swift; sourceTree = "<group>"; };
126 95A5188526186F590002D27C /* PriceView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriceView.swift; sourceTree = "<group>"; }; 126 95A5188526186F590002D27C /* PriceView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriceView.swift; sourceTree = "<group>"; };
127 95A7C065261639DF003E2EC1 /* SearchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchView.swift; sourceTree = "<group>"; }; 127 95A7C065261639DF003E2EC1 /* SearchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchView.swift; sourceTree = "<group>"; };
128 95A7C0732616409D003E2EC1 /* ParseJSON.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParseJSON.swift; sourceTree = "<group>"; }; 128 95A7C0732616409D003E2EC1 /* ParseJSON.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParseJSON.swift; sourceTree = "<group>"; };
129 95AD4A2C26078C1400498079 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; 129 95AD4A2C26078C1400498079 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
130 95BD2FAD26341BD1008B6752 /* RenameSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RenameSheet.swift; sourceTree = "<group>"; }; 130 95BD2FAD26341BD1008B6752 /* TextfieldAlert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextfieldAlert.swift; sourceTree = "<group>"; };
131 95BD2FB226341D36008B6752 /* BlurBackground.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlurBackground.swift; sourceTree = "<group>"; }; 131 95BD2FB226341D36008B6752 /* BlurBackground.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlurBackground.swift; sourceTree = "<group>"; };
132 95C8C0DA262A36990082D1D9 /* Profile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Profile.swift; sourceTree = "<group>"; }; 132 95C8C0DA262A36990082D1D9 /* Profile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Profile.swift; sourceTree = "<group>"; };
133 95C8C0DF262A369F0082D1D9 /* ProfileResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileResponse.swift; sourceTree = "<group>"; }; 133 95C8C0DF262A369F0082D1D9 /* ProfileResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileResponse.swift; sourceTree = "<group>"; };
134 95D308F72624B3A400A39F77 /* CurrencyItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyItem.swift; sourceTree = "<group>"; }; 134 95D308F72624B3A400A39F77 /* CurrencyItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyItem.swift; sourceTree = "<group>"; };
135 95E6C57526345CE700AC1518 /* WatchlistManagerTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchlistManagerTest.swift; sourceTree = "<group>"; }; 135 95E6C57526345CE700AC1518 /* WatchlistManagerTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchlistManagerTest.swift; sourceTree = "<group>"; };
309 958A734E25E016FD00FD7ECA /* LazyBear.entitlements */, 309 958A734E25E016FD00FD7ECA /* LazyBear.entitlements */,
310 95672B9C25DDA54800DCBE4A /* Info.plist */, 310 95672B9C25DDA54800DCBE4A /* Info.plist */,
311 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */, 311 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */,
312 95672B9225DDA54700DCBE4A /* Assets.xcassets */, 312 95672B9225DDA54700DCBE4A /* Assets.xcassets */,
313 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */, 313 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */,
314 95E6C57526345CE700AC1518 /* WatchlistManagerTest.swift */,
314 95AD4A2C26078C1400498079 /* ContentView.swift */, 315 95AD4A2C26078C1400498079 /* ContentView.swift */,
315 95672B9725DDA54700DCBE4A /* Persistence.swift */, 316 95672B9725DDA54700DCBE4A /* Persistence.swift */,
316 950C36E2260FB6180081CF53 /* HapticsManager.swift */, 317 950C36E2260FB6180081CF53 /* HapticsManager.swift */,
317 95B1874925DDAC4D0068A364 /* Views */, 318 95B1874925DDAC4D0068A364 /* Views */,
318 952045132610C7A200A76362 /* Global functions */, 319 952045132610C7A200A76362 /* Global functions */,
379 951490572610BD3000BDEEB5 /* Welcome */, 380 951490572610BD3000BDEEB5 /* Welcome */,
380 954D7EAA260BBB0E00A13C50 /* Home */, 381 954D7EAA260BBB0E00A13C50 /* Home */,
381 95A7C06126163943003E2EC1 /* Search */, 382 95A7C06126163943003E2EC1 /* Search */,
382 95FBE0DA2619CA6000440386 /* Profile */, 383 95FBE0DA2619CA6000440386 /* Profile */,
383 95893DD22613CAB5003698C5 /* Global Helpers */, 384 95893DD22613CAB5003698C5 /* Global Helpers */,
384 95E6C57526345CE700AC1518 /* WatchlistManagerTest.swift */,
385 ); 385 );
386 path = Views; 386 path = Views;
387 sourceTree = "<group>"; 387 sourceTree = "<group>";
388 }; 388 };
389 95BD2F91263418F7008B6752 /* Helpers */ = { 389 95BD2F91263418F7008B6752 /* Helpers */ = {
390 isa = PBXGroup; 390 isa = PBXGroup;
391 children = ( 391 children = (
392 95BD2FAD26341BD1008B6752 /* RenameSheet.swift */, 392 95BD2FAD26341BD1008B6752 /* TextfieldAlert.swift */,
393 ); 393 );
394 path = Helpers; 394 path = Helpers;
395 sourceTree = "<group>"; 395 sourceTree = "<group>";
396 }; 396 };
397 95C8C0D9262A31DA0082D1D9 /* Networking */ = { 397 95C8C0D9262A31DA0082D1D9 /* Networking */ = {
604 95C8C0E0262A369F0082D1D9 /* ProfileResponse.swift in Sources */, 604 95C8C0E0262A369F0082D1D9 /* ProfileResponse.swift in Sources */,
605 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */, 605 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */,
606 95721DB4262787EF00EC527B /* ExtensiveList.swift in Sources */, 606 95721DB4262787EF00EC527B /* ExtensiveList.swift in Sources */,
607 95C8C0DB262A36990082D1D9 /* Profile.swift in Sources */, 607 95C8C0DB262A36990082D1D9 /* Profile.swift in Sources */,
608 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */, 608 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */,
609 95BD2FAE26341BD1008B6752 /* RenameSheet.swift in Sources */, 609 95BD2FAE26341BD1008B6752 /* TextfieldAlert.swift in Sources */,
610 95A07F5D26305A8F009865AA /* IntradayPricesModel.swift in Sources */, 610 95A07F5D26305A8F009865AA /* IntradayPricesModel.swift in Sources */,
611 95A07F7626305AE3009865AA /* TradingDatesModel.swift in Sources */, 611 95A07F7626305AE3009865AA /* TradingDatesModel.swift in Sources */,
612 ); 612 );
613 runOnlyForDeploymentPostprocessing = 0; 613 runOnlyForDeploymentPostprocessing = 0;
614 }; 614 };