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