comparison LazyBear.xcodeproj/project.pbxproj @ 311:cabb85aa0f18

Update project settings
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Wed, 24 Mar 2021 23:10:44 +0100
parents f36089e2b2ce
children c6d1940aa68e
comparison
equal deleted inserted replaced
310:e3811abb510c 311:cabb85aa0f18
1 // !$*UTF8*$! 1 // !$*UTF8*$!
2 { 2 {
3 archiveVersion = 1; 3 archiveVersion = 1;
4 classes = { 4 classes = {
5 }; 5 };
6 objectVersion = 50; 6 objectVersion = 52;
7 objects = { 7 objects = {
8 8
9 /* Begin PBXBuildFile section */ 9 /* Begin PBXBuildFile section */
10 954D7EA7260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954D7EA5260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift */; };
11 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954D7EA6260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift */; };
12 954D7EAC260BBB2400A13C50 /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954D7EAB260BBB2400A13C50 /* HomeView.swift */; };
13 954D7EB1260BBBEA00A13C50 /* UserHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954D7EB0260BBBEA00A13C50 /* UserHelper.swift */; };
14 954D7EC2260BE70C00A13C50 /* SwiftlySearch in Frameworks */ = {isa = PBXBuildFile; productRef = 954D7EC1260BE70C00A13C50 /* SwiftlySearch */; };
15 954D7EC6260BE84100A13C50 /* WatchlistPreviewHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954D7EC5260BE84100A13C50 /* WatchlistPreviewHelper.swift */; };
10 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */; }; 16 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */; };
11 95672B9325DDA54700DCBE4A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9225DDA54700DCBE4A /* Assets.xcassets */; }; 17 95672B9325DDA54700DCBE4A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9225DDA54700DCBE4A /* Assets.xcassets */; };
12 95672B9625DDA54700DCBE4A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */; }; 18 95672B9625DDA54700DCBE4A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */; };
13 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9725DDA54700DCBE4A /* Persistence.swift */; }; 19 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9725DDA54700DCBE4A /* Persistence.swift */; };
14 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */; }; 20 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */; };
15 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 958A735125E0170900FD7ECA /* CloudKit.framework */; }; 21 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 958A735125E0170900FD7ECA /* CloudKit.framework */; };
16 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AD4A2C26078C1400498079 /* ContentView.swift */; }; 22 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AD4A2C26078C1400498079 /* ContentView.swift */; };
17 95AD4A38260794A800498079 /* WhatsNewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AD4A37260794A800498079 /* WhatsNewView.swift */; }; 23 95AD4A38260794A800498079 /* WhatsNewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AD4A37260794A800498079 /* WhatsNewView.swift */; };
18 95CE9469260AA62900C27556 /* SignUp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95CE9468260AA62900C27556 /* SignUp.swift */; };
19 95E512D32607B42200C283E0 /* WelcomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E512D22607B42200C283E0 /* WelcomeView.swift */; }; 24 95E512D32607B42200C283E0 /* WelcomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E512D22607B42200C283E0 /* WelcomeView.swift */; };
20 /* End PBXBuildFile section */ 25 /* End PBXBuildFile section */
21 26
22 /* Begin PBXFileReference section */ 27 /* Begin PBXFileReference section */
23 950BA46B25E944F500D065EF /* Production.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Production.xcconfig; sourceTree = "<group>"; }; 28 950BA46B25E944F500D065EF /* Production.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Production.xcconfig; sourceTree = "<group>"; };
24 950BA46C25E944FC00D065EF /* Sandbox.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Sandbox.xcconfig; sourceTree = "<group>"; }; 29 950BA46C25E944FC00D065EF /* Sandbox.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Sandbox.xcconfig; sourceTree = "<group>"; };
30 954D7EA5260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WatchlistCompany+CoreDataClass.swift"; sourceTree = "<group>"; };
31 954D7EA6260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WatchlistCompany+CoreDataProperties.swift"; sourceTree = "<group>"; };
32 954D7EAB260BBB2400A13C50 /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; };
33 954D7EB0260BBBEA00A13C50 /* UserHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserHelper.swift; sourceTree = "<group>"; };
34 954D7EC5260BE84100A13C50 /* WatchlistPreviewHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchlistPreviewHelper.swift; sourceTree = "<group>"; };
25 95672B8B25DDA54700DCBE4A /* LazyBear.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LazyBear.app; sourceTree = BUILT_PRODUCTS_DIR; }; 35 95672B8B25DDA54700DCBE4A /* LazyBear.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LazyBear.app; sourceTree = BUILT_PRODUCTS_DIR; };
26 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearApp.swift; sourceTree = "<group>"; }; 36 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearApp.swift; sourceTree = "<group>"; };
27 95672B9225DDA54700DCBE4A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 37 95672B9225DDA54700DCBE4A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
28 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; 38 95672B9525DDA54700DCBE4A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
29 95672B9725DDA54700DCBE4A /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; }; 39 95672B9725DDA54700DCBE4A /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; };
31 95672B9C25DDA54800DCBE4A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 41 95672B9C25DDA54800DCBE4A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
32 958A734E25E016FD00FD7ECA /* LazyBear.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LazyBear.entitlements; sourceTree = "<group>"; }; 42 958A734E25E016FD00FD7ECA /* LazyBear.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LazyBear.entitlements; sourceTree = "<group>"; };
33 958A735125E0170900FD7ECA /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; }; 43 958A735125E0170900FD7ECA /* CloudKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CloudKit.framework; path = System/Library/Frameworks/CloudKit.framework; sourceTree = SDKROOT; };
34 95AD4A2C26078C1400498079 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; 44 95AD4A2C26078C1400498079 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
35 95AD4A37260794A800498079 /* WhatsNewView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WhatsNewView.swift; sourceTree = "<group>"; }; 45 95AD4A37260794A800498079 /* WhatsNewView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WhatsNewView.swift; sourceTree = "<group>"; };
36 95CE9468260AA62900C27556 /* SignUp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignUp.swift; sourceTree = "<group>"; };
37 95E512D22607B42200C283E0 /* WelcomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeView.swift; sourceTree = "<group>"; }; 46 95E512D22607B42200C283E0 /* WelcomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeView.swift; sourceTree = "<group>"; };
38 /* End PBXFileReference section */ 47 /* End PBXFileReference section */
39 48
40 /* Begin PBXFrameworksBuildPhase section */ 49 /* Begin PBXFrameworksBuildPhase section */
41 95672B8825DDA54700DCBE4A /* Frameworks */ = { 50 95672B8825DDA54700DCBE4A /* Frameworks */ = {
42 isa = PBXFrameworksBuildPhase; 51 isa = PBXFrameworksBuildPhase;
43 buildActionMask = 2147483647; 52 buildActionMask = 2147483647;
44 files = ( 53 files = (
45 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */, 54 958A735225E0170900FD7ECA /* CloudKit.framework in Frameworks */,
55 954D7EC2260BE70C00A13C50 /* SwiftlySearch in Frameworks */,
46 ); 56 );
47 runOnlyForDeploymentPostprocessing = 0; 57 runOnlyForDeploymentPostprocessing = 0;
48 }; 58 };
49 /* End PBXFrameworksBuildPhase section */ 59 /* End PBXFrameworksBuildPhase section */
50 60
51 /* Begin PBXGroup section */ 61 /* Begin PBXGroup section */
62 954D7E9D260BBA5200A13C50 /* Models */ = {
63 isa = PBXGroup;
64 children = (
65 954D7EA5260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift */,
66 954D7EA6260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift */,
67 );
68 path = Models;
69 sourceTree = "<group>";
70 };
71 954D7EAA260BBB0E00A13C50 /* Home */ = {
72 isa = PBXGroup;
73 children = (
74 954D7EAB260BBB2400A13C50 /* HomeView.swift */,
75 954D7EAF260BBBD500A13C50 /* Helpers */,
76 );
77 path = Home;
78 sourceTree = "<group>";
79 };
80 954D7EAF260BBBD500A13C50 /* Helpers */ = {
81 isa = PBXGroup;
82 children = (
83 954D7EB0260BBBEA00A13C50 /* UserHelper.swift */,
84 954D7EC5260BE84100A13C50 /* WatchlistPreviewHelper.swift */,
85 );
86 path = Helpers;
87 sourceTree = "<group>";
88 };
52 95672B8225DDA54700DCBE4A = { 89 95672B8225DDA54700DCBE4A = {
53 isa = PBXGroup; 90 isa = PBXGroup;
54 children = ( 91 children = (
55 95672B8D25DDA54700DCBE4A /* LazyBear */, 92 95672B8D25DDA54700DCBE4A /* LazyBear */,
56 95672B8C25DDA54700DCBE4A /* Products */, 93 95672B8C25DDA54700DCBE4A /* Products */,
77 95672B9225DDA54700DCBE4A /* Assets.xcassets */, 114 95672B9225DDA54700DCBE4A /* Assets.xcassets */,
78 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */, 115 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */,
79 95AD4A2C26078C1400498079 /* ContentView.swift */, 116 95AD4A2C26078C1400498079 /* ContentView.swift */,
80 95672B9725DDA54700DCBE4A /* Persistence.swift */, 117 95672B9725DDA54700DCBE4A /* Persistence.swift */,
81 95B1874925DDAC4D0068A364 /* Views */, 118 95B1874925DDAC4D0068A364 /* Views */,
119 954D7E9D260BBA5200A13C50 /* Models */,
82 95672B9425DDA54700DCBE4A /* Preview Content */, 120 95672B9425DDA54700DCBE4A /* Preview Content */,
83 ); 121 );
84 path = LazyBear; 122 path = LazyBear;
85 sourceTree = "<group>"; 123 sourceTree = "<group>";
86 }; 124 };
102 }; 140 };
103 95B1874925DDAC4D0068A364 /* Views */ = { 141 95B1874925DDAC4D0068A364 /* Views */ = {
104 isa = PBXGroup; 142 isa = PBXGroup;
105 children = ( 143 children = (
106 95CE9467260AA60700C27556 /* Onboarding */, 144 95CE9467260AA60700C27556 /* Onboarding */,
145 954D7EAA260BBB0E00A13C50 /* Home */,
107 ); 146 );
108 path = Views; 147 path = Views;
109 sourceTree = "<group>"; 148 sourceTree = "<group>";
110 }; 149 };
111 95CE9467260AA60700C27556 /* Onboarding */ = { 150 95CE9467260AA60700C27556 /* Onboarding */ = {
112 isa = PBXGroup; 151 isa = PBXGroup;
113 children = ( 152 children = (
114 95E512D22607B42200C283E0 /* WelcomeView.swift */, 153 95E512D22607B42200C283E0 /* WelcomeView.swift */,
115 95CE9468260AA62900C27556 /* SignUp.swift */,
116 95AD4A37260794A800498079 /* WhatsNewView.swift */, 154 95AD4A37260794A800498079 /* WhatsNewView.swift */,
117 ); 155 );
118 path = Onboarding; 156 path = Onboarding;
119 sourceTree = "<group>"; 157 sourceTree = "<group>";
120 }; 158 };
133 ); 171 );
134 dependencies = ( 172 dependencies = (
135 ); 173 );
136 name = LazyBear; 174 name = LazyBear;
137 packageProductDependencies = ( 175 packageProductDependencies = (
176 954D7EC1260BE70C00A13C50 /* SwiftlySearch */,
138 ); 177 );
139 productName = LazyBear; 178 productName = LazyBear;
140 productReference = 95672B8B25DDA54700DCBE4A /* LazyBear.app */; 179 productReference = 95672B8B25DDA54700DCBE4A /* LazyBear.app */;
141 productType = "com.apple.product-type.application"; 180 productType = "com.apple.product-type.application";
142 }; 181 };
162 en, 201 en,
163 Base, 202 Base,
164 ); 203 );
165 mainGroup = 95672B8225DDA54700DCBE4A; 204 mainGroup = 95672B8225DDA54700DCBE4A;
166 packageReferences = ( 205 packageReferences = (
206 954D7EC0260BE70C00A13C50 /* XCRemoteSwiftPackageReference "SwiftlySearch" */,
167 ); 207 );
168 productRefGroup = 95672B8C25DDA54700DCBE4A /* Products */; 208 productRefGroup = 95672B8C25DDA54700DCBE4A /* Products */;
169 projectDirPath = ""; 209 projectDirPath = "";
170 projectRoot = ""; 210 projectRoot = "";
171 targets = ( 211 targets = (
189 /* Begin PBXSourcesBuildPhase section */ 229 /* Begin PBXSourcesBuildPhase section */
190 95672B8725DDA54700DCBE4A /* Sources */ = { 230 95672B8725DDA54700DCBE4A /* Sources */ = {
191 isa = PBXSourcesBuildPhase; 231 isa = PBXSourcesBuildPhase;
192 buildActionMask = 2147483647; 232 buildActionMask = 2147483647;
193 files = ( 233 files = (
194 95CE9469260AA62900C27556 /* SignUp.swift in Sources */, 234 954D7EAC260BBB2400A13C50 /* HomeView.swift in Sources */,
195 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */, 235 95672B9825DDA54700DCBE4A /* Persistence.swift in Sources */,
236 954D7EA8260BBA6600A13C50 /* WatchlistCompany+CoreDataProperties.swift in Sources */,
196 95E512D32607B42200C283E0 /* WelcomeView.swift in Sources */, 237 95E512D32607B42200C283E0 /* WelcomeView.swift in Sources */,
238 954D7EB1260BBBEA00A13C50 /* UserHelper.swift in Sources */,
239 954D7EC6260BE84100A13C50 /* WatchlistPreviewHelper.swift in Sources */,
197 95AD4A38260794A800498079 /* WhatsNewView.swift in Sources */, 240 95AD4A38260794A800498079 /* WhatsNewView.swift in Sources */,
198 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */, 241 95672B8F25DDA54700DCBE4A /* LazyBearApp.swift in Sources */,
242 954D7EA7260BBA6600A13C50 /* WatchlistCompany+CoreDataClass.swift in Sources */,
199 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */, 243 95672B9B25DDA54800DCBE4A /* LazyBear.xcdatamodeld in Sources */,
200 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */, 244 95AD4A2D26078C1400498079 /* ContentView.swift in Sources */,
201 ); 245 );
202 runOnlyForDeploymentPostprocessing = 0; 246 runOnlyForDeploymentPostprocessing = 0;
203 }; 247 };
393 defaultConfigurationIsVisible = 0; 437 defaultConfigurationIsVisible = 0;
394 defaultConfigurationName = Release; 438 defaultConfigurationName = Release;
395 }; 439 };
396 /* End XCConfigurationList section */ 440 /* End XCConfigurationList section */
397 441
442 /* Begin XCRemoteSwiftPackageReference section */
443 954D7EC0260BE70C00A13C50 /* XCRemoteSwiftPackageReference "SwiftlySearch" */ = {
444 isa = XCRemoteSwiftPackageReference;
445 repositoryURL = "https://github.com/thislooksfun/SwiftlySearch.git";
446 requirement = {
447 kind = upToNextMajorVersion;
448 minimumVersion = 1.2.4;
449 };
450 };
451 /* End XCRemoteSwiftPackageReference section */
452
453 /* Begin XCSwiftPackageProductDependency section */
454 954D7EC1260BE70C00A13C50 /* SwiftlySearch */ = {
455 isa = XCSwiftPackageProductDependency;
456 package = 954D7EC0260BE70C00A13C50 /* XCRemoteSwiftPackageReference "SwiftlySearch" */;
457 productName = SwiftlySearch;
458 };
459 /* End XCSwiftPackageProductDependency section */
460
398 /* Begin XCVersionGroup section */ 461 /* Begin XCVersionGroup section */
399 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */ = { 462 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */ = {
400 isa = XCVersionGroup; 463 isa = XCVersionGroup;
401 children = ( 464 children = (
402 95672B9A25DDA54800DCBE4A /* LazyBear.xcdatamodel */, 465 95672B9A25DDA54800DCBE4A /* LazyBear.xcdatamodel */,