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