comparison LazyBear.xcodeproj/project.pbxproj @ 321:8f8d5ad3dfa0

Preparing backend requests
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sun, 28 Mar 2021 20:54:58 +0200
parents 62d278295bb7
children cc3ba74d543e
comparison
equal deleted inserted replaced
320:e828c2b0764c 321:8f8d5ad3dfa0
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
10 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E2260FB6180081CF53 /* HapticsManager.swift */; }; 10 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E2260FB6180081CF53 /* HapticsManager.swift */; };
11 950C36E8260FBB550081CF53 /* UserSettings+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E6260FBB550081CF53 /* UserSettings+CoreDataClass.swift */; }; 11 950C36E8260FBB550081CF53 /* UserSettings+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E6260FBB550081CF53 /* UserSettings+CoreDataClass.swift */; };
12 950C36E9260FBB550081CF53 /* UserSettings+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E7260FBB550081CF53 /* UserSettings+CoreDataProperties.swift */; }; 12 950C36E9260FBB550081CF53 /* UserSettings+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36E7260FBB550081CF53 /* UserSettings+CoreDataProperties.swift */; };
13 950C36EF260FBBEB0081CF53 /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950C36EE260FBBEB0081CF53 /* HomeView.swift */; }; 13 951490552610BD2B00BDEEB5 /* WelcomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951490542610BD2B00BDEEB5 /* WelcomeView.swift */; };
14 95201A2F260C9CAF007D5300 /* SignUpView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95201A2E260C9CAF007D5300 /* SignUpView.swift */; }; 14 952045112610C6CD00A76362 /* SectorPerformanceModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952045102610C6CD00A76362 /* SectorPerformanceModel.swift */; };
15 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952045142610C7C600A76362 /* ConvertEpoch.swift */; };
16 952045182610C83600A76362 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952045172610C83600A76362 /* Request.swift */; };
17 952045242610FD7F00A76362 /* CompanyRowModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952045232610FD7F00A76362 /* CompanyRowModel.swift */; };
15 954D7EA7260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954D7EA5260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift */; }; 18 954D7EA7260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954D7EA5260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift */; };
16 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954D7EA6260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift */; }; 19 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954D7EA6260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift */; };
17 954D7EC2260BE70C00A13C50 /* SwiftlySearch in Frameworks */ = {isa = PBXBuildFile; productRef = 954D7EC1260BE70C00A13C50 /* SwiftlySearch */; }; 20 954D7EC2260BE70C00A13C50 /* SwiftlySearch in Frameworks */ = {isa = PBXBuildFile; productRef = 954D7EC1260BE70C00A13C50 /* SwiftlySearch */; };
18 95531C79260CBECC00F0916A /* FirstAvatar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95531C78260CBECC00F0916A /* FirstAvatar.swift */; };
19 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */; }; 21 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */; };
20 95672B9325DDA54700DCBE4A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9225DDA54700DCBE4A /* Assets.xcassets */; }; 22 95672B9325DDA54700DCBE4A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9225DDA54700DCBE4A /* Assets.xcassets */; };
21 95672B9625DDA54700DCBE4A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */; }; 23 95672B9625DDA54700DCBE4A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */; };
22 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9725DDA54700DCBE4A /* Persistence.swift */; }; 24 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9725DDA54700DCBE4A /* Persistence.swift */; };
23 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */; }; 25 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */; };
24 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 958A735125E0170900FD7ECA /* CloudKit.framework */; }; 26 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 958A735125E0170900FD7ECA /* CloudKit.framework */; };
25 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AD4A2C26078C1400498079 /* ContentView.swift */; }; 27 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AD4A2C26078C1400498079 /* ContentView.swift */; };
26 95AD4A38260794A800498079 /* WhatsNewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AD4A37260794A800498079 /* WhatsNewView.swift */; };
27 95BF36AC260E954F00B29E41 /* Avatar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BF36AB260E954F00B29E41 /* Avatar.swift */; };
28 95BF36AF260E9D4100B29E41 /* AvatarCreator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BF36AE260E9D4100B29E41 /* AvatarCreator.swift */; };
29 95E512D32607B42200C283E0 /* WelcomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E512D22607B42200C283E0 /* WelcomeView.swift */; };
30 /* End PBXBuildFile section */ 28 /* End PBXBuildFile section */
31 29
32 /* Begin PBXFileReference section */ 30 /* Begin PBXFileReference section */
33 950BA46B25E944F500D065EF /* Production.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Production.xcconfig; sourceTree = "<group>"; }; 31 950BA46B25E944F500D065EF /* Production.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Production.xcconfig; sourceTree = "<group>"; };
34 950BA46C25E944FC00D065EF /* Sandbox.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Sandbox.xcconfig; sourceTree = "<group>"; }; 32 950BA46C25E944FC00D065EF /* Sandbox.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Sandbox.xcconfig; sourceTree = "<group>"; };
35 950C36E2260FB6180081CF53 /* HapticsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HapticsManager.swift; sourceTree = "<group>"; }; 33 950C36E2260FB6180081CF53 /* HapticsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HapticsManager.swift; sourceTree = "<group>"; };
36 950C36E6260FBB550081CF53 /* UserSettings+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserSettings+CoreDataClass.swift"; sourceTree = "<group>"; }; 34 950C36E6260FBB550081CF53 /* UserSettings+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserSettings+CoreDataClass.swift"; sourceTree = "<group>"; };
37 950C36E7260FBB550081CF53 /* UserSettings+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserSettings+CoreDataProperties.swift"; sourceTree = "<group>"; }; 35 950C36E7260FBB550081CF53 /* UserSettings+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UserSettings+CoreDataProperties.swift"; sourceTree = "<group>"; };
38 950C36EE260FBBEB0081CF53 /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; }; 36 951490542610BD2B00BDEEB5 /* WelcomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeView.swift; sourceTree = "<group>"; };
39 95201A2E260C9CAF007D5300 /* SignUpView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignUpView.swift; sourceTree = "<group>"; }; 37 952045102610C6CD00A76362 /* SectorPerformanceModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SectorPerformanceModel.swift; sourceTree = "<group>"; };
38 952045142610C7C600A76362 /* ConvertEpoch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvertEpoch.swift; sourceTree = "<group>"; };
39 952045172610C83600A76362 /* Request.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Request.swift; sourceTree = "<group>"; };
40 952045232610FD7F00A76362 /* CompanyRowModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyRowModel.swift; sourceTree = "<group>"; };
40 954D7EA5260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WatchlistCompany+CoreDataClass.swift"; sourceTree = "<group>"; }; 41 954D7EA5260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WatchlistCompany+CoreDataClass.swift"; sourceTree = "<group>"; };
41 954D7EA6260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WatchlistCompany+CoreDataProperties.swift"; sourceTree = "<group>"; }; 42 954D7EA6260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WatchlistCompany+CoreDataProperties.swift"; sourceTree = "<group>"; };
42 95531C78260CBECC00F0916A /* FirstAvatar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstAvatar.swift; sourceTree = "<group>"; };
43 95672B8B25DDA54700DCBE4A /* LazyBear.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LazyBear.app; sourceTree = BUILT_PRODUCTS_DIR; }; 43 95672B8B25DDA54700DCBE4A /* LazyBear.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LazyBear.app; sourceTree = BUILT_PRODUCTS_DIR; };
44 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearApp.swift; sourceTree = "<group>"; }; 44 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearApp.swift; sourceTree = "<group>"; };
45 95672B9225DDA54700DCBE4A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 45 95672B9225DDA54700DCBE4A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
46 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; 46 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
47 95672B9725DDA54700DCBE4A /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; }; 47 95672B9725DDA54700DCBE4A /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; };
48 95672B9A25DDA54800DCBE4A /* LazyBear.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = LazyBear.xcdatamodel; sourceTree = "<group>"; }; 48 95672B9A25DDA54800DCBE4A /* LazyBear.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = LazyBear.xcdatamodel; sourceTree = "<group>"; };
49 95672B9C25DDA54800DCBE4A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 49 95672B9C25DDA54800DCBE4A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
50 958A734E25E016FD00FD7ECA /* LazyBear.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LazyBear.entitlements; sourceTree = "<group>"; }; 50 958A734E25E016FD00FD7ECA /* LazyBear.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LazyBear.entitlements; sourceTree = "<group>"; };
51 958A735125E0170900FD7ECA /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; }; 51 958A735125E0170900FD7ECA /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
52 95AD4A2C26078C1400498079 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; 52 95AD4A2C26078C1400498079 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
53 95AD4A37260794A800498079 /* WhatsNewView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WhatsNewView.swift; sourceTree = "<group>"; };
54 95BF36AB260E954F00B29E41 /* Avatar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Avatar.swift; sourceTree = "<group>"; };
55 95BF36AE260E9D4100B29E41 /* AvatarCreator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AvatarCreator.swift; sourceTree = "<group>"; };
56 95E512D22607B42200C283E0 /* WelcomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeView.swift; sourceTree = "<group>"; };
57 /* End PBXFileReference section */ 53 /* End PBXFileReference section */
58 54
59 /* Begin PBXFrameworksBuildPhase section */ 55 /* Begin PBXFrameworksBuildPhase section */
60 95672B8825DDA54700DCBE4A /* Frameworks */ = { 56 95672B8825DDA54700DCBE4A /* Frameworks */ = {
61 isa = PBXFrameworksBuildPhase; 57 isa = PBXFrameworksBuildPhase;
67 runOnlyForDeploymentPostprocessing = 0; 63 runOnlyForDeploymentPostprocessing = 0;
68 }; 64 };
69 /* End PBXFrameworksBuildPhase section */ 65 /* End PBXFrameworksBuildPhase section */
70 66
71 /* Begin PBXGroup section */ 67 /* Begin PBXGroup section */
68 951490572610BD3000BDEEB5 /* Welcome */ = {
69 isa = PBXGroup;
70 children = (
71 951490542610BD2B00BDEEB5 /* WelcomeView.swift */,
72 );
73 path = Welcome;
74 sourceTree = "<group>";
75 };
72 95201A36260CAD36007D5300 /* Tests */ = { 76 95201A36260CAD36007D5300 /* Tests */ = {
73 isa = PBXGroup; 77 isa = PBXGroup;
74 children = ( 78 children = (
75 ); 79 );
76 path = Tests; 80 path = Tests;
77 sourceTree = "<group>"; 81 sourceTree = "<group>";
78 }; 82 };
79 95201A40260CB50A007D5300 /* Helpers */ = { 83 952045132610C7A200A76362 /* Global functions */ = {
80 isa = PBXGroup; 84 isa = PBXGroup;
81 children = ( 85 children = (
82 95531C78260CBECC00F0916A /* FirstAvatar.swift */, 86 952045142610C7C600A76362 /* ConvertEpoch.swift */,
83 95BF36AB260E954F00B29E41 /* Avatar.swift */, 87 952045172610C83600A76362 /* Request.swift */,
84 95BF36AE260E9D4100B29E41 /* AvatarCreator.swift */, 88 );
85 ); 89 path = "Global functions";
86 path = Helpers;
87 sourceTree = "<group>"; 90 sourceTree = "<group>";
88 }; 91 };
89 954D7E9D260BBA5200A13C50 /* Models */ = { 92 954D7E9D260BBA5200A13C50 /* Models */ = {
90 isa = PBXGroup; 93 isa = PBXGroup;
91 children = ( 94 children = (
92 950C36E6260FBB550081CF53 /* UserSettings+CoreDataClass.swift */, 95 950C36E6260FBB550081CF53 /* UserSettings+CoreDataClass.swift */,
93 950C36E7260FBB550081CF53 /* UserSettings+CoreDataProperties.swift */, 96 950C36E7260FBB550081CF53 /* UserSettings+CoreDataProperties.swift */,
94 954D7EA5260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift */, 97 954D7EA5260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift */,
95 954D7EA6260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift */, 98 954D7EA6260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift */,
99 952045102610C6CD00A76362 /* SectorPerformanceModel.swift */,
100 952045232610FD7F00A76362 /* CompanyRowModel.swift */,
96 ); 101 );
97 path = Models; 102 path = Models;
98 sourceTree = "<group>"; 103 sourceTree = "<group>";
99 }; 104 };
100 954D7EAA260BBB0E00A13C50 /* Home */ = { 105 954D7EAA260BBB0E00A13C50 /* Home */ = {
101 isa = PBXGroup; 106 isa = PBXGroup;
102 children = ( 107 children = (
103 950C36EE260FBBEB0081CF53 /* HomeView.swift */,
104 954D7EAF260BBBD500A13C50 /* Helpers */, 108 954D7EAF260BBBD500A13C50 /* Helpers */,
105 ); 109 );
106 path = Home; 110 path = Home;
107 sourceTree = "<group>"; 111 sourceTree = "<group>";
108 }; 112 };
142 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */, 146 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */,
143 95AD4A2C26078C1400498079 /* ContentView.swift */, 147 95AD4A2C26078C1400498079 /* ContentView.swift */,
144 95672B9725DDA54700DCBE4A /* Persistence.swift */, 148 95672B9725DDA54700DCBE4A /* Persistence.swift */,
145 950C36E2260FB6180081CF53 /* HapticsManager.swift */, 149 950C36E2260FB6180081CF53 /* HapticsManager.swift */,
146 95B1874925DDAC4D0068A364 /* Views */, 150 95B1874925DDAC4D0068A364 /* Views */,
151 952045132610C7A200A76362 /* Global functions */,
147 954D7E9D260BBA5200A13C50 /* Models */, 152 954D7E9D260BBA5200A13C50 /* Models */,
148 95201A36260CAD36007D5300 /* Tests */, 153 95201A36260CAD36007D5300 /* Tests */,
149 95672B9425DDA54700DCBE4A /* Preview Content */, 154 95672B9425DDA54700DCBE4A /* Preview Content */,
150 ); 155 );
151 path = LazyBear; 156 path = LazyBear;
168 sourceTree = "<group>"; 173 sourceTree = "<group>";
169 }; 174 };
170 95B1874925DDAC4D0068A364 /* Views */ = { 175 95B1874925DDAC4D0068A364 /* Views */ = {
171 isa = PBXGroup; 176 isa = PBXGroup;
172 children = ( 177 children = (
173 95CE9467260AA60700C27556 /* Onboarding */, 178 951490572610BD3000BDEEB5 /* Welcome */,
174 954D7EAA260BBB0E00A13C50 /* Home */, 179 954D7EAA260BBB0E00A13C50 /* Home */,
175 ); 180 );
176 path = Views; 181 path = Views;
177 sourceTree = "<group>";
178 };
179 95CE9467260AA60700C27556 /* Onboarding */ = {
180 isa = PBXGroup;
181 children = (
182 95E512D22607B42200C283E0 /* WelcomeView.swift */,
183 95201A2E260C9CAF007D5300 /* SignUpView.swift */,
184 95AD4A37260794A800498079 /* WhatsNewView.swift */,
185 95201A40260CB50A007D5300 /* Helpers */,
186 );
187 path = Onboarding;
188 sourceTree = "<group>"; 182 sourceTree = "<group>";
189 }; 183 };
190 /* End PBXGroup section */ 184 /* End PBXGroup section */
191 185
192 /* Begin PBXNativeTarget section */ 186 /* Begin PBXNativeTarget section */
261 95672B8725DDA54700DCBE4A /* Sources */ = { 255 95672B8725DDA54700DCBE4A /* Sources */ = {
262 isa = PBXSourcesBuildPhase; 256 isa = PBXSourcesBuildPhase;
263 buildActionMask = 2147483647; 257 buildActionMask = 2147483647;
264 files = ( 258 files = (
265 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */, 259 950C36E3260FB6180081CF53 /* HapticsManager.swift in Sources */,
260 952045242610FD7F00A76362 /* CompanyRowModel.swift in Sources */,
261 952045182610C83600A76362 /* Request.swift in Sources */,
266 950C36E8260FBB550081CF53 /* UserSettings+CoreDataClass.swift in Sources */, 262 950C36E8260FBB550081CF53 /* UserSettings+CoreDataClass.swift in Sources */,
267 95201A2F260C9CAF007D5300 /* SignUpView.swift in Sources */,
268 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */, 263 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */,
269 950C36E9260FBB550081CF53 /* UserSettings+CoreDataProperties.swift in Sources */, 264 950C36E9260FBB550081CF53 /* UserSettings+CoreDataProperties.swift in Sources */,
270 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */, 265 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */,
271 95BF36AC260E954F00B29E41 /* Avatar.swift in Sources */,
272 95E512D32607B42200C283E0 /* WelcomeView.swift in Sources */,
273 95BF36AF260E9D4100B29E41 /* AvatarCreator.swift in Sources */,
274 95AD4A38260794A800498079 /* WhatsNewView.swift in Sources */,
275 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */, 266 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */,
267 952045112610C6CD00A76362 /* SectorPerformanceModel.swift in Sources */,
268 951490552610BD2B00BDEEB5 /* WelcomeView.swift in Sources */,
276 954D7EA7260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift in Sources */, 269 954D7EA7260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift in Sources */,
277 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */, 270 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */,
278 950C36EF260FBBEB0081CF53 /* HomeView.swift in Sources */,
279 95531C79260CBECC00F0916A /* FirstAvatar.swift in Sources */,
280 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */, 271 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */,
272 952045152610C7C600A76362 /* ConvertEpoch.swift in Sources */,
281 ); 273 );
282 runOnlyForDeploymentPostprocessing = 0; 274 runOnlyForDeploymentPostprocessing = 0;
283 }; 275 };
284 /* End PBXSourcesBuildPhase section */ 276 /* End PBXSourcesBuildPhase section */
285 277