comparison LazyBear/LazyBear.xcodeproj/project.pbxproj @ 163:9d519f230f26

Start clean project
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Wed, 17 Feb 2021 20:21:57 +0100
parents
children
comparison
equal deleted inserted replaced
162:6488392684cc 163:9d519f230f26
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 50;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 95672B6925DDA2E200DCBE4A /* LazyBearApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B6825DDA2E200DCBE4A /* LazyBearApp.swift */; };
11 95672B6B25DDA2E200DCBE4A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B6A25DDA2E200DCBE4A /* ContentView.swift */; };
12 95672B6D25DDA2E200DCBE4A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B6C25DDA2E200DCBE4A /* Assets.xcassets */; };
13 95672B7025DDA2E200DCBE4A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95672B6F25DDA2E200DCBE4A /* Preview Assets.xcassets */; };
14 95672B7225DDA2E200DCBE4A /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95672B7125DDA2E200DCBE4A /* Persistence.swift */; };
15 95672B7525DDA2E200DCBE4A /* LazyBear.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 95672B7325DDA2E200DCBE4A /* LazyBear.xcdatamodeld */; };
16 /* End PBXBuildFile section */
17
18 /* Begin PBXFileReference section */
19 95672B6525DDA2E200DCBE4A /* LazyBear.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LazyBear.app; sourceTree = BUILT_PRODUCTS_DIR; };
20 95672B6825DDA2E200DCBE4A /* LazyBearApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearApp.swift; sourceTree = "<group>"; };
21 95672B6A25DDA2E200DCBE4A /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
22 95672B6C25DDA2E200DCBE4A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
23 95672B6F25DDA2E200DCBE4A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
24 95672B7125DDA2E200DCBE4A /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = "<group>"; };
25 95672B7425DDA2E200DCBE4A /* LazyBear.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = LazyBear.xcdatamodel; sourceTree = "<group>"; };
26 95672B7625DDA2E200DCBE4A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
27 95672B7F25DDA36E00DCBE4A /* Production.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Production.xcconfig; sourceTree = "<group>"; };
28 95672B8025DDA37500DCBE4A /* Sandbox.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Sandbox.xcconfig; sourceTree = "<group>"; };
29 /* End PBXFileReference section */
30
31 /* Begin PBXFrameworksBuildPhase section */
32 95672B6225DDA2E200DCBE4A /* Frameworks */ = {
33 isa = PBXFrameworksBuildPhase;
34 buildActionMask = 2147483647;
35 files = (
36 );
37 runOnlyForDeploymentPostprocessing = 0;
38 };
39 /* End PBXFrameworksBuildPhase section */
40
41 /* Begin PBXGroup section */
42 95672B5C25DDA2E200DCBE4A = {
43 isa = PBXGroup;
44 children = (
45 95672B6725DDA2E200DCBE4A /* LazyBear */,
46 95672B6625DDA2E200DCBE4A /* Products */,
47 );
48 sourceTree = "<group>";
49 };
50 95672B6625DDA2E200DCBE4A /* Products */ = {
51 isa = PBXGroup;
52 children = (
53 95672B6525DDA2E200DCBE4A /* LazyBear.app */,
54 );
55 name = Products;
56 sourceTree = "<group>";
57 };
58 95672B6725DDA2E200DCBE4A /* LazyBear */ = {
59 isa = PBXGroup;
60 children = (
61 95672B6825DDA2E200DCBE4A /* LazyBearApp.swift */,
62 95672B6A25DDA2E200DCBE4A /* ContentView.swift */,
63 95672B6C25DDA2E200DCBE4A /* Assets.xcassets */,
64 95672B7125DDA2E200DCBE4A /* Persistence.swift */,
65 95672B7625DDA2E200DCBE4A /* Info.plist */,
66 95672B7325DDA2E200DCBE4A /* LazyBear.xcdatamodeld */,
67 95672B6E25DDA2E200DCBE4A /* Preview Content */,
68 95672B7F25DDA36E00DCBE4A /* Production.xcconfig */,
69 95672B8025DDA37500DCBE4A /* Sandbox.xcconfig */,
70 );
71 path = LazyBear;
72 sourceTree = "<group>";
73 };
74 95672B6E25DDA2E200DCBE4A /* Preview Content */ = {
75 isa = PBXGroup;
76 children = (
77 95672B6F25DDA2E200DCBE4A /* Preview Assets.xcassets */,
78 );
79 path = "Preview Content";
80 sourceTree = "<group>";
81 };
82 /* End PBXGroup section */
83
84 /* Begin PBXNativeTarget section */
85 95672B6425DDA2E200DCBE4A /* LazyBear */ = {
86 isa = PBXNativeTarget;
87 buildConfigurationList = 95672B7925DDA2E200DCBE4A /* Build configuration list for PBXNativeTarget "LazyBear" */;
88 buildPhases = (
89 95672B6125DDA2E200DCBE4A /* Sources */,
90 95672B6225DDA2E200DCBE4A /* Frameworks */,
91 95672B6325DDA2E200DCBE4A /* Resources */,
92 );
93 buildRules = (
94 );
95 dependencies = (
96 );
97 name = LazyBear;
98 productName = LazyBear;
99 productReference = 95672B6525DDA2E200DCBE4A /* LazyBear.app */;
100 productType = "com.apple.product-type.application";
101 };
102 /* End PBXNativeTarget section */
103
104 /* Begin PBXProject section */
105 95672B5D25DDA2E200DCBE4A /* Project object */ = {
106 isa = PBXProject;
107 attributes = {
108 LastSwiftUpdateCheck = 1240;
109 LastUpgradeCheck = 1240;
110 TargetAttributes = {
111 95672B6425DDA2E200DCBE4A = {
112 CreatedOnToolsVersion = 12.4;
113 };
114 };
115 };
116 buildConfigurationList = 95672B6025DDA2E200DCBE4A /* Build configuration list for PBXProject "LazyBear" */;
117 compatibilityVersion = "Xcode 9.3";
118 developmentRegion = en;
119 hasScannedForEncodings = 0;
120 knownRegions = (
121 en,
122 Base,
123 );
124 mainGroup = 95672B5C25DDA2E200DCBE4A;
125 productRefGroup = 95672B6625DDA2E200DCBE4A /* Products */;
126 projectDirPath = "";
127 projectRoot = "";
128 targets = (
129 95672B6425DDA2E200DCBE4A /* LazyBear */,
130 );
131 };
132 /* End PBXProject section */
133
134 /* Begin PBXResourcesBuildPhase section */
135 95672B6325DDA2E200DCBE4A /* Resources */ = {
136 isa = PBXResourcesBuildPhase;
137 buildActionMask = 2147483647;
138 files = (
139 95672B7025DDA2E200DCBE4A /* Preview Assets.xcassets in Resources */,
140 95672B6D25DDA2E200DCBE4A /* Assets.xcassets in Resources */,
141 );
142 runOnlyForDeploymentPostprocessing = 0;
143 };
144 /* End PBXResourcesBuildPhase section */
145
146 /* Begin PBXSourcesBuildPhase section */
147 95672B6125DDA2E200DCBE4A /* Sources */ = {
148 isa = PBXSourcesBuildPhase;
149 buildActionMask = 2147483647;
150 files = (
151 95672B7225DDA2E200DCBE4A /* Persistence.swift in Sources */,
152 95672B6B25DDA2E200DCBE4A /* ContentView.swift in Sources */,
153 95672B6925DDA2E200DCBE4A /* LazyBearApp.swift in Sources */,
154 95672B7525DDA2E200DCBE4A /* LazyBear.xcdatamodeld in Sources */,
155 );
156 runOnlyForDeploymentPostprocessing = 0;
157 };
158 /* End PBXSourcesBuildPhase section */
159
160 /* Begin XCBuildConfiguration section */
161 95672B7725DDA2E200DCBE4A /* Debug */ = {
162 isa = XCBuildConfiguration;
163 buildSettings = {
164 ALWAYS_SEARCH_USER_PATHS = NO;
165 CLANG_ANALYZER_NONNULL = YES;
166 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
167 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
168 CLANG_CXX_LIBRARY = "libc++";
169 CLANG_ENABLE_MODULES = YES;
170 CLANG_ENABLE_OBJC_ARC = YES;
171 CLANG_ENABLE_OBJC_WEAK = YES;
172 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
173 CLANG_WARN_BOOL_CONVERSION = YES;
174 CLANG_WARN_COMMA = YES;
175 CLANG_WARN_CONSTANT_CONVERSION = YES;
176 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
177 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
178 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
179 CLANG_WARN_EMPTY_BODY = YES;
180 CLANG_WARN_ENUM_CONVERSION = YES;
181 CLANG_WARN_INFINITE_RECURSION = YES;
182 CLANG_WARN_INT_CONVERSION = YES;
183 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
184 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
185 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
186 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
187 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
188 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
189 CLANG_WARN_STRICT_PROTOTYPES = YES;
190 CLANG_WARN_SUSPICIOUS_MOVE = YES;
191 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
192 CLANG_WARN_UNREACHABLE_CODE = YES;
193 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
194 COPY_PHASE_STRIP = NO;
195 DEBUG_INFORMATION_FORMAT = dwarf;
196 ENABLE_STRICT_OBJC_MSGSEND = YES;
197 ENABLE_TESTABILITY = YES;
198 GCC_C_LANGUAGE_STANDARD = gnu11;
199 GCC_DYNAMIC_NO_PIC = NO;
200 GCC_NO_COMMON_BLOCKS = YES;
201 GCC_OPTIMIZATION_LEVEL = 0;
202 GCC_PREPROCESSOR_DEFINITIONS = (
203 "DEBUG=1",
204 "$(inherited)",
205 );
206 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
207 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
208 GCC_WARN_UNDECLARED_SELECTOR = YES;
209 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
210 GCC_WARN_UNUSED_FUNCTION = YES;
211 GCC_WARN_UNUSED_VARIABLE = YES;
212 IPHONEOS_DEPLOYMENT_TARGET = 14.4;
213 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
214 MTL_FAST_MATH = YES;
215 ONLY_ACTIVE_ARCH = YES;
216 SDKROOT = iphoneos;
217 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
218 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
219 };
220 name = Debug;
221 };
222 95672B7825DDA2E200DCBE4A /* Release */ = {
223 isa = XCBuildConfiguration;
224 buildSettings = {
225 ALWAYS_SEARCH_USER_PATHS = NO;
226 CLANG_ANALYZER_NONNULL = YES;
227 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
228 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
229 CLANG_CXX_LIBRARY = "libc++";
230 CLANG_ENABLE_MODULES = YES;
231 CLANG_ENABLE_OBJC_ARC = YES;
232 CLANG_ENABLE_OBJC_WEAK = YES;
233 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
234 CLANG_WARN_BOOL_CONVERSION = YES;
235 CLANG_WARN_COMMA = YES;
236 CLANG_WARN_CONSTANT_CONVERSION = YES;
237 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
238 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
239 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
240 CLANG_WARN_EMPTY_BODY = YES;
241 CLANG_WARN_ENUM_CONVERSION = YES;
242 CLANG_WARN_INFINITE_RECURSION = YES;
243 CLANG_WARN_INT_CONVERSION = YES;
244 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
245 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
246 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
247 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
248 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
249 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
250 CLANG_WARN_STRICT_PROTOTYPES = YES;
251 CLANG_WARN_SUSPICIOUS_MOVE = YES;
252 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
253 CLANG_WARN_UNREACHABLE_CODE = YES;
254 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
255 COPY_PHASE_STRIP = NO;
256 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
257 ENABLE_NS_ASSERTIONS = NO;
258 ENABLE_STRICT_OBJC_MSGSEND = YES;
259 GCC_C_LANGUAGE_STANDARD = gnu11;
260 GCC_NO_COMMON_BLOCKS = YES;
261 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
262 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
263 GCC_WARN_UNDECLARED_SELECTOR = YES;
264 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
265 GCC_WARN_UNUSED_FUNCTION = YES;
266 GCC_WARN_UNUSED_VARIABLE = YES;
267 IPHONEOS_DEPLOYMENT_TARGET = 14.4;
268 MTL_ENABLE_DEBUG_INFO = NO;
269 MTL_FAST_MATH = YES;
270 SDKROOT = iphoneos;
271 SWIFT_COMPILATION_MODE = wholemodule;
272 SWIFT_OPTIMIZATION_LEVEL = "-O";
273 VALIDATE_PRODUCT = YES;
274 };
275 name = Release;
276 };
277 95672B7A25DDA2E200DCBE4A /* Debug */ = {
278 isa = XCBuildConfiguration;
279 buildSettings = {
280 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
281 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
282 CODE_SIGN_STYLE = Automatic;
283 DEVELOPMENT_ASSET_PATHS = "\"LazyBear/Preview Content\"";
284 DEVELOPMENT_TEAM = MTX83R5H8X;
285 ENABLE_PREVIEWS = YES;
286 INFOPLIST_FILE = LazyBear/Info.plist;
287 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
288 LD_RUNPATH_SEARCH_PATHS = (
289 "$(inherited)",
290 "@executable_path/Frameworks",
291 );
292 PRODUCT_BUNDLE_IDENTIFIER = dennis.LazyBear;
293 PRODUCT_NAME = "$(TARGET_NAME)";
294 SWIFT_VERSION = 5.0;
295 TARGETED_DEVICE_FAMILY = "1,2";
296 };
297 name = Debug;
298 };
299 95672B7B25DDA2E200DCBE4A /* Release */ = {
300 isa = XCBuildConfiguration;
301 buildSettings = {
302 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
303 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
304 CODE_SIGN_STYLE = Automatic;
305 DEVELOPMENT_ASSET_PATHS = "\"LazyBear/Preview Content\"";
306 DEVELOPMENT_TEAM = MTX83R5H8X;
307 ENABLE_PREVIEWS = YES;
308 INFOPLIST_FILE = LazyBear/Info.plist;
309 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
310 LD_RUNPATH_SEARCH_PATHS = (
311 "$(inherited)",
312 "@executable_path/Frameworks",
313 );
314 PRODUCT_BUNDLE_IDENTIFIER = dennis.LazyBear;
315 PRODUCT_NAME = "$(TARGET_NAME)";
316 SWIFT_VERSION = 5.0;
317 TARGETED_DEVICE_FAMILY = "1,2";
318 };
319 name = Release;
320 };
321 /* End XCBuildConfiguration section */
322
323 /* Begin XCConfigurationList section */
324 95672B6025DDA2E200DCBE4A /* Build configuration list for PBXProject "LazyBear" */ = {
325 isa = XCConfigurationList;
326 buildConfigurations = (
327 95672B7725DDA2E200DCBE4A /* Debug */,
328 95672B7825DDA2E200DCBE4A /* Release */,
329 );
330 defaultConfigurationIsVisible = 0;
331 defaultConfigurationName = Release;
332 };
333 95672B7925DDA2E200DCBE4A /* Build configuration list for PBXNativeTarget "LazyBear" */ = {
334 isa = XCConfigurationList;
335 buildConfigurations = (
336 95672B7A25DDA2E200DCBE4A /* Debug */,
337 95672B7B25DDA2E200DCBE4A /* Release */,
338 );
339 defaultConfigurationIsVisible = 0;
340 defaultConfigurationName = Release;
341 };
342 /* End XCConfigurationList section */
343
344 /* Begin XCVersionGroup section */
345 95672B7325DDA2E200DCBE4A /* LazyBear.xcdatamodeld */ = {
346 isa = XCVersionGroup;
347 children = (
348 95672B7425DDA2E200DCBE4A /* LazyBear.xcdatamodel */,
349 );
350 currentVersion = 95672B7425DDA2E200DCBE4A /* LazyBear.xcdatamodel */;
351 path = LazyBear.xcdatamodeld;
352 sourceTree = "<group>";
353 versionGroupType = wrapper.xcdatamodel;
354 };
355 /* End XCVersionGroup section */
356 };
357 rootObject = 95672B5D25DDA2E200DCBE4A /* Project object */;
358 }