krz/domain-dig

an ios app for DNS & SSL analysis

clone: git clone https://gitbay.org/krz/domain-dig.git

v4.9.0: DomainDig.xcodeproj/project.pbxproj · raw

  1// !$*UTF8*$!
  2{
  3	archiveVersion = 1;
  4	classes = {
  5	};
  6	objectVersion = 77;
  7	objects = {
  8
  9/* Begin PBXBuildFile section */
 10		8BBFEF092F9874AE00E8E144 /* DomainInspectionService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BBFEF032F9874AE00E8E144 /* DomainInspectionService.swift */; };
 11		8BBFEF0A2F9874AE00E8E144 /* DomainReportBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BBFEF042F9874AE00E8E144 /* DomainReportBuilder.swift */; };
 12		8BBFEF0B2F9874AE00E8E144 /* DomainReportExporter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BBFEF052F9874AE00E8E144 /* DomainReportExporter.swift */; };
 13		8BBFEF0C2F9874AE00E8E144 /* LookupSnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BBFEF062F9874AE00E8E144 /* LookupSnapshot.swift */; };
 14		8BCA3CC02F9C8D57004B742C /* LocalAPIModels.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BCA3CBC2F9C8D57004B742C /* LocalAPIModels.swift */; };
 15		8BCA3CC12F9C8D57004B742C /* LocalAPIService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BCA3CBD2F9C8D57004B742C /* LocalAPIService.swift */; };
 16		8BDA00010000000000000002 /* DomainDigWidgetExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 8BDA00010000000000000001 /* DomainDigWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
 17		8BDB00010000000000000002 /* DomainDigShareExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 8BDB00010000000000000001 /* DomainDigShareExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
 18		8BF9DA872F9B13FB00EF41D5 /* DomainDataPortabilityService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BF9DA842F9B13FB00EF41D5 /* DomainDataPortabilityService.swift */; };
 19/* End PBXBuildFile section */
 20
 21/* Begin PBXContainerItemProxy section */
 22		8BDA00010000000000000003 /* PBXContainerItemProxy */ = {
 23			isa = PBXContainerItemProxy;
 24			containerPortal = 8B7800612F6090E300933221 /* Project object */;
 25			proxyType = 1;
 26			remoteGlobalIDString = 8BDA00010000000000000006;
 27			remoteInfo = DomainDigWidgetExtension;
 28		};
 29		8BDB00010000000000000003 /* PBXContainerItemProxy */ = {
 30			isa = PBXContainerItemProxy;
 31			containerPortal = 8B7800612F6090E300933221 /* Project object */;
 32			proxyType = 1;
 33			remoteGlobalIDString = 8BDB00010000000000000006;
 34			remoteInfo = DomainDigShareExtension;
 35		};
 36		8BDC00010000000000000003 /* PBXContainerItemProxy */ = {
 37			isa = PBXContainerItemProxy;
 38			containerPortal = 8B7800612F6090E300933221 /* Project object */;
 39			proxyType = 1;
 40			remoteGlobalIDString = 8B7800682F6090E300933221;
 41			remoteInfo = DomainDig;
 42		};
 43/* End PBXContainerItemProxy section */
 44
 45/* Begin PBXCopyFilesBuildPhase section */
 46		8BDA00010000000000000005 /* Embed Foundation Extensions */ = {
 47			isa = PBXCopyFilesBuildPhase;
 48			buildActionMask = 2147483647;
 49			dstPath = "";
 50			dstSubfolderSpec = 13;
 51			files = (
 52				8BDA00010000000000000002 /* DomainDigWidgetExtension.appex in Embed Foundation Extensions */,
 53				8BDB00010000000000000002 /* DomainDigShareExtension.appex in Embed Foundation Extensions */,
 54			);
 55			name = "Embed Foundation Extensions";
 56			runOnlyForDeploymentPostprocessing = 0;
 57		};
 58/* End PBXCopyFilesBuildPhase section */
 59
 60/* Begin PBXFileReference section */
 61		8B6472EF300EBFA30018E10A /* SyncedProducts.storekit */ = {isa = PBXFileReference; lastKnownFileType = text; path = SyncedProducts.storekit; sourceTree = "<group>"; };
 62		8B7800692F6090E300933221 /* DomainDig.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DomainDig.app; sourceTree = BUILT_PRODUCTS_DIR; };
 63		8BBFEF032F9874AE00E8E144 /* DomainInspectionService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DomainInspectionService.swift; sourceTree = "<group>"; };
 64		8BBFEF042F9874AE00E8E144 /* DomainReportBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DomainReportBuilder.swift; sourceTree = "<group>"; };
 65		8BBFEF052F9874AE00E8E144 /* DomainReportExporter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DomainReportExporter.swift; sourceTree = "<group>"; };
 66		8BBFEF062F9874AE00E8E144 /* LookupSnapshot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LookupSnapshot.swift; sourceTree = "<group>"; };
 67		8BCA3CBC2F9C8D57004B742C /* LocalAPIModels.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalAPIModels.swift; sourceTree = "<group>"; };
 68		8BCA3CBD2F9C8D57004B742C /* LocalAPIService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalAPIService.swift; sourceTree = "<group>"; };
 69		8BDA00010000000000000001 /* DomainDigWidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = DomainDigWidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
 70		8BDB00010000000000000001 /* DomainDigShareExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = DomainDigShareExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
 71		8BDC00010000000000000001 /* DomainDigUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DomainDigUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
 72		8BF9DA842F9B13FB00EF41D5 /* DomainDataPortabilityService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DomainDataPortabilityService.swift; sourceTree = "<group>"; };
 73/* End PBXFileReference section */
 74
 75/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
 76		8B1B506D2F666F64005C246F /* Exceptions for "DomainDig" folder in "DomainDig" target */ = {
 77			isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
 78			membershipExceptions = (
 79				AuditMode.swift,
 80				AuditModeView.swift,
 81				Info.plist,
 82			);
 83			target = 8B7800682F6090E300933221 /* DomainDig */;
 84		};
 85		8BDA0001000000000000000F /* Exceptions for "DomainDigWidget" folder in "DomainDigWidgetExtension" target */ = {
 86			isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
 87			membershipExceptions = (
 88				Info.plist,
 89			);
 90			target = 8BDA00010000000000000006 /* DomainDigWidgetExtension */;
 91		};
 92		8BDB0001000000000000000F /* Exceptions for "DomainDigShareExtension" folder in "DomainDigShareExtension" target */ = {
 93			isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
 94			membershipExceptions = (
 95				Info.plist,
 96			);
 97			target = 8BDB00010000000000000006 /* DomainDigShareExtension */;
 98		};
 99/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
100
101/* Begin PBXFileSystemSynchronizedRootGroup section */
102		8B78006B2F6090E300933221 /* DomainDig */ = {
103			isa = PBXFileSystemSynchronizedRootGroup;
104			exceptions = (
105				8B1B506D2F666F64005C246F /* Exceptions for "DomainDig" folder in "DomainDig" target */,
106			);
107			path = DomainDig;
108			sourceTree = "<group>";
109		};
110		8BDA0001000000000000000D /* Shared */ = {
111			isa = PBXFileSystemSynchronizedRootGroup;
112			path = Shared;
113			sourceTree = "<group>";
114		};
115		8BDA0001000000000000000E /* DomainDigWidget */ = {
116			isa = PBXFileSystemSynchronizedRootGroup;
117			exceptions = (
118				8BDA0001000000000000000F /* Exceptions for "DomainDigWidget" folder in "DomainDigWidgetExtension" target */,
119			);
120			path = DomainDigWidget;
121			sourceTree = "<group>";
122		};
123		8BDB0001000000000000000E /* DomainDigShareExtension */ = {
124			isa = PBXFileSystemSynchronizedRootGroup;
125			exceptions = (
126				8BDB0001000000000000000F /* Exceptions for "DomainDigShareExtension" folder in "DomainDigShareExtension" target */,
127			);
128			path = DomainDigShareExtension;
129			sourceTree = "<group>";
130		};
131		8BDC0001000000000000000E /* DomainDigUITests */ = {
132			isa = PBXFileSystemSynchronizedRootGroup;
133			path = DomainDigUITests;
134			sourceTree = "<group>";
135		};
136/* End PBXFileSystemSynchronizedRootGroup section */
137
138/* Begin PBXFrameworksBuildPhase section */
139		8B7800662F6090E300933221 /* Frameworks */ = {
140			isa = PBXFrameworksBuildPhase;
141			buildActionMask = 2147483647;
142			files = (
143			);
144			runOnlyForDeploymentPostprocessing = 0;
145		};
146		8BDA00010000000000000008 /* Frameworks */ = {
147			isa = PBXFrameworksBuildPhase;
148			buildActionMask = 2147483647;
149			files = (
150			);
151			runOnlyForDeploymentPostprocessing = 0;
152		};
153		8BDB00010000000000000008 /* Frameworks */ = {
154			isa = PBXFrameworksBuildPhase;
155			buildActionMask = 2147483647;
156			files = (
157			);
158			runOnlyForDeploymentPostprocessing = 0;
159		};
160		8BDC00010000000000000008 /* Frameworks */ = {
161			isa = PBXFrameworksBuildPhase;
162			buildActionMask = 2147483647;
163			files = (
164			);
165			runOnlyForDeploymentPostprocessing = 0;
166		};
167/* End PBXFrameworksBuildPhase section */
168
169/* Begin PBXGroup section */
170		8B7800602F6090E300933221 = {
171			isa = PBXGroup;
172			children = (
173				8B6472EF300EBFA30018E10A /* SyncedProducts.storekit */,
174				8B78006B2F6090E300933221 /* DomainDig */,
175				8BDA0001000000000000000D /* Shared */,
176				8BDA0001000000000000000E /* DomainDigWidget */,
177				8BDB0001000000000000000E /* DomainDigShareExtension */,
178				8BDC0001000000000000000E /* DomainDigUITests */,
179				8B78006A2F6090E300933221 /* Products */,
180				8BBFEF062F9874AE00E8E144 /* LookupSnapshot.swift */,
181				8BBFEF042F9874AE00E8E144 /* DomainReportBuilder.swift */,
182				8BBFEF032F9874AE00E8E144 /* DomainInspectionService.swift */,
183				8BBFEF052F9874AE00E8E144 /* DomainReportExporter.swift */,
184				8BF9DA842F9B13FB00EF41D5 /* DomainDataPortabilityService.swift */,
185				8BCA3CBC2F9C8D57004B742C /* LocalAPIModels.swift */,
186				8BCA3CBD2F9C8D57004B742C /* LocalAPIService.swift */,
187			);
188			sourceTree = "<group>";
189		};
190		8B78006A2F6090E300933221 /* Products */ = {
191			isa = PBXGroup;
192			children = (
193				8B7800692F6090E300933221 /* DomainDig.app */,
194				8BDA00010000000000000001 /* DomainDigWidgetExtension.appex */,
195				8BDB00010000000000000001 /* DomainDigShareExtension.appex */,
196				8BDC00010000000000000001 /* DomainDigUITests.xctest */,
197			);
198			name = Products;
199			sourceTree = "<group>";
200		};
201/* End PBXGroup section */
202
203/* Begin PBXNativeTarget section */
204		8B7800682F6090E300933221 /* DomainDig */ = {
205			isa = PBXNativeTarget;
206			buildConfigurationList = 8B7800742F6090E400933221 /* Build configuration list for PBXNativeTarget "DomainDig" */;
207			buildPhases = (
208				8B7800652F6090E300933221 /* Sources */,
209				8B7800662F6090E300933221 /* Frameworks */,
210				8B7800672F6090E300933221 /* Resources */,
211				8BDA00010000000000000005 /* Embed Foundation Extensions */,
212			);
213			buildRules = (
214			);
215			dependencies = (
216				8BDA00010000000000000004 /* PBXTargetDependency */,
217				8BDB00010000000000000004 /* PBXTargetDependency */,
218			);
219			fileSystemSynchronizedGroups = (
220				8B78006B2F6090E300933221 /* DomainDig */,
221				8BDA0001000000000000000D /* Shared */,
222			);
223			name = DomainDig;
224			packageProductDependencies = (
225			);
226			productName = DomainDig;
227			productReference = 8B7800692F6090E300933221 /* DomainDig.app */;
228			productType = "com.apple.product-type.application";
229		};
230		8BDA00010000000000000006 /* DomainDigWidgetExtension */ = {
231			isa = PBXNativeTarget;
232			buildConfigurationList = 8BDA0001000000000000000A /* Build configuration list for PBXNativeTarget "DomainDigWidgetExtension" */;
233			buildPhases = (
234				8BDA00010000000000000007 /* Sources */,
235				8BDA00010000000000000008 /* Frameworks */,
236				8BDA00010000000000000009 /* Resources */,
237			);
238			buildRules = (
239			);
240			dependencies = (
241			);
242			fileSystemSynchronizedGroups = (
243				8BDA0001000000000000000D /* Shared */,
244				8BDA0001000000000000000E /* DomainDigWidget */,
245			);
246			name = DomainDigWidgetExtension;
247			packageProductDependencies = (
248			);
249			productName = DomainDigWidgetExtension;
250			productReference = 8BDA00010000000000000001 /* DomainDigWidgetExtension.appex */;
251			productType = "com.apple.product-type.app-extension";
252		};
253		8BDB00010000000000000006 /* DomainDigShareExtension */ = {
254			isa = PBXNativeTarget;
255			buildConfigurationList = 8BDB0001000000000000000A /* Build configuration list for PBXNativeTarget "DomainDigShareExtension" */;
256			buildPhases = (
257				8BDB00010000000000000007 /* Sources */,
258				8BDB00010000000000000008 /* Frameworks */,
259				8BDB00010000000000000009 /* Resources */,
260			);
261			buildRules = (
262			);
263			dependencies = (
264			);
265			fileSystemSynchronizedGroups = (
266				8BDA0001000000000000000D /* Shared */,
267				8BDB0001000000000000000E /* DomainDigShareExtension */,
268			);
269			name = DomainDigShareExtension;
270			packageProductDependencies = (
271			);
272			productName = DomainDigShareExtension;
273			productReference = 8BDB00010000000000000001 /* DomainDigShareExtension.appex */;
274			productType = "com.apple.product-type.app-extension";
275		};
276		8BDC00010000000000000006 /* DomainDigUITests */ = {
277			isa = PBXNativeTarget;
278			buildConfigurationList = 8BDC0001000000000000000A /* Build configuration list for PBXNativeTarget "DomainDigUITests" */;
279			buildPhases = (
280				8BDC00010000000000000007 /* Sources */,
281				8BDC00010000000000000008 /* Frameworks */,
282				8BDC00010000000000000009 /* Resources */,
283			);
284			buildRules = (
285			);
286			dependencies = (
287				8BDC00010000000000000004 /* PBXTargetDependency */,
288			);
289			fileSystemSynchronizedGroups = (
290				8BDC0001000000000000000E /* DomainDigUITests */,
291			);
292			name = DomainDigUITests;
293			packageProductDependencies = (
294			);
295			productName = DomainDigUITests;
296			productReference = 8BDC00010000000000000001 /* DomainDigUITests.xctest */;
297			productType = "com.apple.product-type.bundle.ui-testing";
298		};
299/* End PBXNativeTarget section */
300
301/* Begin PBXProject section */
302		8B7800612F6090E300933221 /* Project object */ = {
303			isa = PBXProject;
304			attributes = {
305				BuildIndependentTargetsInParallel = 1;
306				LastSwiftUpdateCheck = 2630;
307				LastUpgradeCheck = 2640;
308				TargetAttributes = {
309					8B7800682F6090E300933221 = {
310						CreatedOnToolsVersion = 26.3;
311						SystemCapabilities = {
312							com.apple.iCloud = {
313								enabled = 1;
314							};
315						};
316					};
317					8BDA00010000000000000006 = {
318						CreatedOnToolsVersion = 26.3;
319					};
320					8BDB00010000000000000006 = {
321						CreatedOnToolsVersion = 26.3;
322					};
323					8BDC00010000000000000006 = {
324						CreatedOnToolsVersion = 27.0;
325						TestTargetID = 8B7800682F6090E300933221;
326					};
327				};
328			};
329			buildConfigurationList = 8B7800642F6090E300933221 /* Build configuration list for PBXProject "DomainDig" */;
330			developmentRegion = en;
331			hasScannedForEncodings = 0;
332			knownRegions = (
333				en,
334				Base,
335			);
336			mainGroup = 8B7800602F6090E300933221;
337			minimizedProjectReferenceProxies = 1;
338			preferredProjectObjectVersion = 77;
339			productRefGroup = 8B78006A2F6090E300933221 /* Products */;
340			projectDirPath = "";
341			projectRoot = "";
342			targets = (
343				8B7800682F6090E300933221 /* DomainDig */,
344				8BDA00010000000000000006 /* DomainDigWidgetExtension */,
345				8BDB00010000000000000006 /* DomainDigShareExtension */,
346				8BDC00010000000000000006 /* DomainDigUITests */,
347			);
348		};
349/* End PBXProject section */
350
351/* Begin PBXResourcesBuildPhase section */
352		8B7800672F6090E300933221 /* Resources */ = {
353			isa = PBXResourcesBuildPhase;
354			buildActionMask = 2147483647;
355			files = (
356			);
357			runOnlyForDeploymentPostprocessing = 0;
358		};
359		8BDA00010000000000000009 /* Resources */ = {
360			isa = PBXResourcesBuildPhase;
361			buildActionMask = 2147483647;
362			files = (
363			);
364			runOnlyForDeploymentPostprocessing = 0;
365		};
366		8BDB00010000000000000009 /* Resources */ = {
367			isa = PBXResourcesBuildPhase;
368			buildActionMask = 2147483647;
369			files = (
370			);
371			runOnlyForDeploymentPostprocessing = 0;
372		};
373		8BDC00010000000000000009 /* Resources */ = {
374			isa = PBXResourcesBuildPhase;
375			buildActionMask = 2147483647;
376			files = (
377			);
378			runOnlyForDeploymentPostprocessing = 0;
379		};
380/* End PBXResourcesBuildPhase section */
381
382/* Begin PBXSourcesBuildPhase section */
383		8B7800652F6090E300933221 /* Sources */ = {
384			isa = PBXSourcesBuildPhase;
385			buildActionMask = 2147483647;
386			files = (
387				8BCA3CC02F9C8D57004B742C /* LocalAPIModels.swift in Sources */,
388				8BCA3CC12F9C8D57004B742C /* LocalAPIService.swift in Sources */,
389				8BBFEF092F9874AE00E8E144 /* DomainInspectionService.swift in Sources */,
390				8BBFEF0A2F9874AE00E8E144 /* DomainReportBuilder.swift in Sources */,
391				8BBFEF0B2F9874AE00E8E144 /* DomainReportExporter.swift in Sources */,
392				8BF9DA872F9B13FB00EF41D5 /* DomainDataPortabilityService.swift in Sources */,
393				8BBFEF0C2F9874AE00E8E144 /* LookupSnapshot.swift in Sources */,
394			);
395			runOnlyForDeploymentPostprocessing = 0;
396		};
397		8BDA00010000000000000007 /* Sources */ = {
398			isa = PBXSourcesBuildPhase;
399			buildActionMask = 2147483647;
400			files = (
401			);
402			runOnlyForDeploymentPostprocessing = 0;
403		};
404		8BDB00010000000000000007 /* Sources */ = {
405			isa = PBXSourcesBuildPhase;
406			buildActionMask = 2147483647;
407			files = (
408			);
409			runOnlyForDeploymentPostprocessing = 0;
410		};
411		8BDC00010000000000000007 /* Sources */ = {
412			isa = PBXSourcesBuildPhase;
413			buildActionMask = 2147483647;
414			files = (
415			);
416			runOnlyForDeploymentPostprocessing = 0;
417		};
418/* End PBXSourcesBuildPhase section */
419
420/* Begin PBXTargetDependency section */
421		8BDA00010000000000000004 /* PBXTargetDependency */ = {
422			isa = PBXTargetDependency;
423			target = 8BDA00010000000000000006 /* DomainDigWidgetExtension */;
424			targetProxy = 8BDA00010000000000000003 /* PBXContainerItemProxy */;
425		};
426		8BDB00010000000000000004 /* PBXTargetDependency */ = {
427			isa = PBXTargetDependency;
428			target = 8BDB00010000000000000006 /* DomainDigShareExtension */;
429			targetProxy = 8BDB00010000000000000003 /* PBXContainerItemProxy */;
430		};
431		8BDC00010000000000000004 /* PBXTargetDependency */ = {
432			isa = PBXTargetDependency;
433			target = 8B7800682F6090E300933221 /* DomainDig */;
434			targetProxy = 8BDC00010000000000000003 /* PBXContainerItemProxy */;
435		};
436/* End PBXTargetDependency section */
437
438/* Begin XCBuildConfiguration section */
439		8B7800722F6090E400933221 /* Debug */ = {
440			isa = XCBuildConfiguration;
441			buildSettings = {
442				ALWAYS_SEARCH_USER_PATHS = NO;
443				ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
444				CLANG_ANALYZER_NONNULL = YES;
445				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
446				CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
447				CLANG_ENABLE_MODULES = YES;
448				CLANG_ENABLE_OBJC_ARC = YES;
449				CLANG_ENABLE_OBJC_WEAK = YES;
450				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
451				CLANG_WARN_BOOL_CONVERSION = YES;
452				CLANG_WARN_COMMA = YES;
453				CLANG_WARN_CONSTANT_CONVERSION = YES;
454				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
455				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
456				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
457				CLANG_WARN_EMPTY_BODY = YES;
458				CLANG_WARN_ENUM_CONVERSION = YES;
459				CLANG_WARN_INFINITE_RECURSION = YES;
460				CLANG_WARN_INT_CONVERSION = YES;
461				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
462				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
463				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
464				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
465				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
466				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
467				CLANG_WARN_STRICT_PROTOTYPES = YES;
468				CLANG_WARN_SUSPICIOUS_MOVE = YES;
469				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
470				CLANG_WARN_UNREACHABLE_CODE = YES;
471				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
472				COPY_PHASE_STRIP = NO;
473				DEBUG_INFORMATION_FORMAT = dwarf;
474				DEVELOPMENT_TEAM = ZCNAX3VL9D;
475				ENABLE_STRICT_OBJC_MSGSEND = YES;
476				ENABLE_TESTABILITY = YES;
477				ENABLE_USER_SCRIPT_SANDBOXING = YES;
478				GCC_C_LANGUAGE_STANDARD = gnu17;
479				GCC_DYNAMIC_NO_PIC = NO;
480				GCC_NO_COMMON_BLOCKS = YES;
481				GCC_OPTIMIZATION_LEVEL = 0;
482				GCC_PREPROCESSOR_DEFINITIONS = (
483					"DEBUG=1",
484					"$(inherited)",
485				);
486				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
487				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
488				GCC_WARN_UNDECLARED_SELECTOR = YES;
489				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
490				GCC_WARN_UNUSED_FUNCTION = YES;
491				GCC_WARN_UNUSED_VARIABLE = YES;
492				IPHONEOS_DEPLOYMENT_TARGET = 17.6;
493				LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
494				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
495				MTL_FAST_MATH = YES;
496				ONLY_ACTIVE_ARCH = YES;
497				SDKROOT = iphoneos;
498				STRING_CATALOG_GENERATE_SYMBOLS = YES;
499				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
500				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
501			};
502			name = Debug;
503		};
504		8B7800732F6090E400933221 /* Release */ = {
505			isa = XCBuildConfiguration;
506			buildSettings = {
507				ALWAYS_SEARCH_USER_PATHS = NO;
508				ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
509				CLANG_ANALYZER_NONNULL = YES;
510				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
511				CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
512				CLANG_ENABLE_MODULES = YES;
513				CLANG_ENABLE_OBJC_ARC = YES;
514				CLANG_ENABLE_OBJC_WEAK = YES;
515				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
516				CLANG_WARN_BOOL_CONVERSION = YES;
517				CLANG_WARN_COMMA = YES;
518				CLANG_WARN_CONSTANT_CONVERSION = YES;
519				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
520				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
521				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
522				CLANG_WARN_EMPTY_BODY = YES;
523				CLANG_WARN_ENUM_CONVERSION = YES;
524				CLANG_WARN_INFINITE_RECURSION = YES;
525				CLANG_WARN_INT_CONVERSION = YES;
526				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
527				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
528				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
529				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
530				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
531				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
532				CLANG_WARN_STRICT_PROTOTYPES = YES;
533				CLANG_WARN_SUSPICIOUS_MOVE = YES;
534				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
535				CLANG_WARN_UNREACHABLE_CODE = YES;
536				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
537				COPY_PHASE_STRIP = NO;
538				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
539				DEVELOPMENT_TEAM = ZCNAX3VL9D;
540				ENABLE_NS_ASSERTIONS = NO;
541				ENABLE_STRICT_OBJC_MSGSEND = YES;
542				ENABLE_USER_SCRIPT_SANDBOXING = YES;
543				GCC_C_LANGUAGE_STANDARD = gnu17;
544				GCC_NO_COMMON_BLOCKS = YES;
545				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
546				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
547				GCC_WARN_UNDECLARED_SELECTOR = YES;
548				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
549				GCC_WARN_UNUSED_FUNCTION = YES;
550				GCC_WARN_UNUSED_VARIABLE = YES;
551				IPHONEOS_DEPLOYMENT_TARGET = 17.6;
552				LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
553				MTL_ENABLE_DEBUG_INFO = NO;
554				MTL_FAST_MATH = YES;
555				SDKROOT = iphoneos;
556				STRING_CATALOG_GENERATE_SYMBOLS = YES;
557				SWIFT_COMPILATION_MODE = wholemodule;
558				VALIDATE_PRODUCT = YES;
559			};
560			name = Release;
561		};
562		8B7800752F6090E400933221 /* Debug */ = {
563			isa = XCBuildConfiguration;
564			buildSettings = {
565				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
566				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
567				CODE_SIGN_ENTITLEMENTS = DomainDig/DomainDig.entitlements;
568				CODE_SIGN_STYLE = Automatic;
569				CURRENT_PROJECT_VERSION = 44;
570				DEVELOPMENT_TEAM = ZCNAX3VL9D;
571				ENABLE_PREVIEWS = YES;
572				GENERATE_INFOPLIST_FILE = YES;
573				INFOPLIST_FILE = DomainDig/Info.plist;
574				INFOPLIST_KEY_CFBundleDisplayName = "Domain Dig";
575				INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
576				INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
577				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
578				INFOPLIST_KEY_UILaunchScreen_Generation = YES;
579				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
580				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
581				IPHONEOS_DEPLOYMENT_TARGET = 17.6;
582				LD_RUNPATH_SEARCH_PATHS = (
583					"$(inherited)",
584					"@executable_path/Frameworks",
585				);
586				MARKETING_VERSION = 4.9.0;
587				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.DomainDig;
588				PRODUCT_NAME = "$(TARGET_NAME)";
589				STRING_CATALOG_GENERATE_SYMBOLS = YES;
590				SWIFT_APPROACHABLE_CONCURRENCY = YES;
591				SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
592				SWIFT_EMIT_LOC_STRINGS = YES;
593				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
594				SWIFT_VERSION = 6.0;
595				TARGETED_DEVICE_FAMILY = "1,2";
596			};
597			name = Debug;
598		};
599		8B7800762F6090E400933221 /* Release */ = {
600			isa = XCBuildConfiguration;
601			buildSettings = {
602				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
603				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
604				CODE_SIGN_ENTITLEMENTS = DomainDig/DomainDig.entitlements;
605				CODE_SIGN_STYLE = Automatic;
606				CURRENT_PROJECT_VERSION = 44;
607				DEVELOPMENT_TEAM = ZCNAX3VL9D;
608				ENABLE_PREVIEWS = YES;
609				GENERATE_INFOPLIST_FILE = YES;
610				INFOPLIST_FILE = DomainDig/Info.plist;
611				INFOPLIST_KEY_CFBundleDisplayName = "Domain Dig";
612				INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
613				INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
614				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
615				INFOPLIST_KEY_UILaunchScreen_Generation = YES;
616				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
617				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
618				IPHONEOS_DEPLOYMENT_TARGET = 17.6;
619				LD_RUNPATH_SEARCH_PATHS = (
620					"$(inherited)",
621					"@executable_path/Frameworks",
622				);
623				MARKETING_VERSION = 4.9.0;
624				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.DomainDig;
625				PRODUCT_NAME = "$(TARGET_NAME)";
626				STRING_CATALOG_GENERATE_SYMBOLS = YES;
627				SWIFT_APPROACHABLE_CONCURRENCY = YES;
628				SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
629				SWIFT_EMIT_LOC_STRINGS = YES;
630				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
631				SWIFT_VERSION = 6.0;
632				TARGETED_DEVICE_FAMILY = "1,2";
633			};
634			name = Release;
635		};
636		8BDA0001000000000000000B /* Debug */ = {
637			isa = XCBuildConfiguration;
638			buildSettings = {
639				APPLICATION_EXTENSION_API_ONLY = YES;
640				CODE_SIGN_ENTITLEMENTS = DomainDigWidget/DomainDigWidget.entitlements;
641				CODE_SIGN_STYLE = Automatic;
642				CURRENT_PROJECT_VERSION = 44;
643				DEVELOPMENT_TEAM = ZCNAX3VL9D;
644				GENERATE_INFOPLIST_FILE = NO;
645				INFOPLIST_FILE = DomainDigWidget/Info.plist;
646				INFOPLIST_KEY_CFBundleDisplayName = DomainDigWidgetExtension;
647				IPHONEOS_DEPLOYMENT_TARGET = 17.6;
648				LD_RUNPATH_SEARCH_PATHS = (
649					"$(inherited)",
650					"@executable_path/Frameworks",
651					"@executable_path/../../Frameworks",
652				);
653				MARKETING_VERSION = 4.9.0;
654				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.DomainDig.DomainDigWidget;
655				PRODUCT_NAME = "$(TARGET_NAME)";
656				SKIP_INSTALL = YES;
657				SWIFT_APPROACHABLE_CONCURRENCY = YES;
658				SWIFT_EMIT_LOC_STRINGS = YES;
659				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
660				SWIFT_VERSION = 6.0;
661				TARGETED_DEVICE_FAMILY = "1,2";
662			};
663			name = Debug;
664		};
665		8BDA0001000000000000000C /* Release */ = {
666			isa = XCBuildConfiguration;
667			buildSettings = {
668				APPLICATION_EXTENSION_API_ONLY = YES;
669				CODE_SIGN_ENTITLEMENTS = DomainDigWidget/DomainDigWidget.entitlements;
670				CODE_SIGN_STYLE = Automatic;
671				CURRENT_PROJECT_VERSION = 44;
672				DEVELOPMENT_TEAM = ZCNAX3VL9D;
673				GENERATE_INFOPLIST_FILE = NO;
674				INFOPLIST_FILE = DomainDigWidget/Info.plist;
675				INFOPLIST_KEY_CFBundleDisplayName = DomainDigWidgetExtension;
676				IPHONEOS_DEPLOYMENT_TARGET = 17.6;
677				LD_RUNPATH_SEARCH_PATHS = (
678					"$(inherited)",
679					"@executable_path/Frameworks",
680					"@executable_path/../../Frameworks",
681				);
682				MARKETING_VERSION = 4.9.0;
683				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.DomainDig.DomainDigWidget;
684				PRODUCT_NAME = "$(TARGET_NAME)";
685				SKIP_INSTALL = YES;
686				SWIFT_APPROACHABLE_CONCURRENCY = YES;
687				SWIFT_EMIT_LOC_STRINGS = YES;
688				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
689				SWIFT_VERSION = 6.0;
690				TARGETED_DEVICE_FAMILY = "1,2";
691			};
692			name = Release;
693		};
694		8BDB0001000000000000000B /* Debug */ = {
695			isa = XCBuildConfiguration;
696			buildSettings = {
697				APPLICATION_EXTENSION_API_ONLY = YES;
698				CODE_SIGN_ENTITLEMENTS = DomainDigShareExtension/DomainDigShareExtension.entitlements;
699				CODE_SIGN_STYLE = Automatic;
700				CURRENT_PROJECT_VERSION = 44;
701				DEVELOPMENT_TEAM = ZCNAX3VL9D;
702				GENERATE_INFOPLIST_FILE = NO;
703				INFOPLIST_FILE = DomainDigShareExtension/Info.plist;
704				INFOPLIST_KEY_CFBundleDisplayName = DomainDigShareExtension;
705				IPHONEOS_DEPLOYMENT_TARGET = 17.6;
706				LD_RUNPATH_SEARCH_PATHS = (
707					"$(inherited)",
708					"@executable_path/Frameworks",
709					"@executable_path/../../Frameworks",
710				);
711				MARKETING_VERSION = 4.9.0;
712				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.DomainDig.DomainDigShareExtension;
713				PRODUCT_NAME = "$(TARGET_NAME)";
714				SKIP_INSTALL = YES;
715				SWIFT_APPROACHABLE_CONCURRENCY = YES;
716				SWIFT_EMIT_LOC_STRINGS = YES;
717				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
718				SWIFT_VERSION = 6.0;
719				TARGETED_DEVICE_FAMILY = "1,2";
720			};
721			name = Debug;
722		};
723		8BDB0001000000000000000C /* Release */ = {
724			isa = XCBuildConfiguration;
725			buildSettings = {
726				APPLICATION_EXTENSION_API_ONLY = YES;
727				CODE_SIGN_ENTITLEMENTS = DomainDigShareExtension/DomainDigShareExtension.entitlements;
728				CODE_SIGN_STYLE = Automatic;
729				CURRENT_PROJECT_VERSION = 44;
730				DEVELOPMENT_TEAM = ZCNAX3VL9D;
731				GENERATE_INFOPLIST_FILE = NO;
732				INFOPLIST_FILE = DomainDigShareExtension/Info.plist;
733				INFOPLIST_KEY_CFBundleDisplayName = DomainDigShareExtension;
734				IPHONEOS_DEPLOYMENT_TARGET = 17.6;
735				LD_RUNPATH_SEARCH_PATHS = (
736					"$(inherited)",
737					"@executable_path/Frameworks",
738					"@executable_path/../../Frameworks",
739				);
740				MARKETING_VERSION = 4.9.0;
741				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.DomainDig.DomainDigShareExtension;
742				PRODUCT_NAME = "$(TARGET_NAME)";
743				SKIP_INSTALL = YES;
744				SWIFT_APPROACHABLE_CONCURRENCY = YES;
745				SWIFT_EMIT_LOC_STRINGS = YES;
746				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
747				SWIFT_VERSION = 6.0;
748				TARGETED_DEVICE_FAMILY = "1,2";
749			};
750			name = Release;
751		};
752		8BDC0001000000000000000B /* Debug */ = {
753			isa = XCBuildConfiguration;
754			buildSettings = {
755				CODE_SIGN_STYLE = Automatic;
756				CURRENT_PROJECT_VERSION = 44;
757				DEVELOPMENT_TEAM = ZCNAX3VL9D;
758				GENERATE_INFOPLIST_FILE = YES;
759				IPHONEOS_DEPLOYMENT_TARGET = 17.6;
760				MARKETING_VERSION = 4.9.0;
761				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.DomainDigUITests;
762				PRODUCT_NAME = "$(TARGET_NAME)";
763				SWIFT_APPROACHABLE_CONCURRENCY = YES;
764				SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
765				SWIFT_VERSION = 5.0;
766				TARGETED_DEVICE_FAMILY = "1,2";
767				TEST_TARGET_NAME = DomainDig;
768			};
769			name = Debug;
770		};
771		8BDC0001000000000000000C /* Release */ = {
772			isa = XCBuildConfiguration;
773			buildSettings = {
774				CODE_SIGN_STYLE = Automatic;
775				CURRENT_PROJECT_VERSION = 44;
776				DEVELOPMENT_TEAM = ZCNAX3VL9D;
777				GENERATE_INFOPLIST_FILE = YES;
778				IPHONEOS_DEPLOYMENT_TARGET = 17.6;
779				MARKETING_VERSION = 4.9.0;
780				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.DomainDigUITests;
781				PRODUCT_NAME = "$(TARGET_NAME)";
782				SWIFT_APPROACHABLE_CONCURRENCY = YES;
783				SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
784				SWIFT_VERSION = 5.0;
785				TARGETED_DEVICE_FAMILY = "1,2";
786				TEST_TARGET_NAME = DomainDig;
787			};
788			name = Release;
789		};
790/* End XCBuildConfiguration section */
791
792/* Begin XCConfigurationList section */
793		8B7800642F6090E300933221 /* Build configuration list for PBXProject "DomainDig" */ = {
794			isa = XCConfigurationList;
795			buildConfigurations = (
796				8B7800722F6090E400933221 /* Debug */,
797				8B7800732F6090E400933221 /* Release */,
798			);
799			defaultConfigurationIsVisible = 0;
800			defaultConfigurationName = Release;
801		};
802		8B7800742F6090E400933221 /* Build configuration list for PBXNativeTarget "DomainDig" */ = {
803			isa = XCConfigurationList;
804			buildConfigurations = (
805				8B7800752F6090E400933221 /* Debug */,
806				8B7800762F6090E400933221 /* Release */,
807			);
808			defaultConfigurationIsVisible = 0;
809			defaultConfigurationName = Release;
810		};
811		8BDA0001000000000000000A /* Build configuration list for PBXNativeTarget "DomainDigWidgetExtension" */ = {
812			isa = XCConfigurationList;
813			buildConfigurations = (
814				8BDA0001000000000000000B /* Debug */,
815				8BDA0001000000000000000C /* Release */,
816			);
817			defaultConfigurationIsVisible = 0;
818			defaultConfigurationName = Release;
819		};
820		8BDB0001000000000000000A /* Build configuration list for PBXNativeTarget "DomainDigShareExtension" */ = {
821			isa = XCConfigurationList;
822			buildConfigurations = (
823				8BDB0001000000000000000B /* Debug */,
824				8BDB0001000000000000000C /* Release */,
825			);
826			defaultConfigurationIsVisible = 0;
827			defaultConfigurationName = Release;
828		};
829		8BDC0001000000000000000A /* Build configuration list for PBXNativeTarget "DomainDigUITests" */ = {
830			isa = XCConfigurationList;
831			buildConfigurations = (
832				8BDC0001000000000000000B /* Debug */,
833				8BDC0001000000000000000C /* Release */,
834			);
835			defaultConfigurationIsVisible = 0;
836			defaultConfigurationName = Release;
837		};
838/* End XCConfigurationList section */
839	};
840	rootObject = 8B7800612F6090E300933221 /* Project object */;
841}