krz/domain-dig
an ios app for DNS & SSL analysis
clone: git clone https://gitbay.org/krz/domain-dig.git
v2.0.0: DomainDig.xcodeproj/project.pbxproj · raw
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 77;
7 objects = {
8
9/* Begin PBXFileReference section */
10 8B7800692F6090E300933221 /* DomainDig.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DomainDig.app; sourceTree = BUILT_PRODUCTS_DIR; };
11/* End PBXFileReference section */
12
13/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
14 8B1B506D2F666F64005C246F /* Exceptions for "DomainDig" folder in "DomainDig" target */ = {
15 isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
16 membershipExceptions = (
17 Info.plist,
18 );
19 target = 8B7800682F6090E300933221 /* DomainDig */;
20 };
21/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
22
23/* Begin PBXFileSystemSynchronizedRootGroup section */
24 8B78006B2F6090E300933221 /* DomainDig */ = {
25 isa = PBXFileSystemSynchronizedRootGroup;
26 exceptions = (
27 8B1B506D2F666F64005C246F /* Exceptions for "DomainDig" folder in "DomainDig" target */,
28 );
29 path = DomainDig;
30 sourceTree = "<group>";
31 };
32/* End PBXFileSystemSynchronizedRootGroup section */
33
34/* Begin PBXFrameworksBuildPhase section */
35 8B7800662F6090E300933221 /* Frameworks */ = {
36 isa = PBXFrameworksBuildPhase;
37 buildActionMask = 2147483647;
38 files = (
39 );
40 runOnlyForDeploymentPostprocessing = 0;
41 };
42/* End PBXFrameworksBuildPhase section */
43
44/* Begin PBXGroup section */
45 8B7800602F6090E300933221 = {
46 isa = PBXGroup;
47 children = (
48 8B78006B2F6090E300933221 /* DomainDig */,
49 8B78006A2F6090E300933221 /* Products */,
50 );
51 sourceTree = "<group>";
52 };
53 8B78006A2F6090E300933221 /* Products */ = {
54 isa = PBXGroup;
55 children = (
56 8B7800692F6090E300933221 /* DomainDig.app */,
57 );
58 name = Products;
59 sourceTree = "<group>";
60 };
61/* End PBXGroup section */
62
63/* Begin PBXNativeTarget section */
64 8B7800682F6090E300933221 /* DomainDig */ = {
65 isa = PBXNativeTarget;
66 buildConfigurationList = 8B7800742F6090E400933221 /* Build configuration list for PBXNativeTarget "DomainDig" */;
67 buildPhases = (
68 8B7800652F6090E300933221 /* Sources */,
69 8B7800662F6090E300933221 /* Frameworks */,
70 8B7800672F6090E300933221 /* Resources */,
71 );
72 buildRules = (
73 );
74 dependencies = (
75 );
76 fileSystemSynchronizedGroups = (
77 8B78006B2F6090E300933221 /* DomainDig */,
78 );
79 name = DomainDig;
80 packageProductDependencies = (
81 );
82 productName = DomainDig;
83 productReference = 8B7800692F6090E300933221 /* DomainDig.app */;
84 productType = "com.apple.product-type.application";
85 };
86/* End PBXNativeTarget section */
87
88/* Begin PBXProject section */
89 8B7800612F6090E300933221 /* Project object */ = {
90 isa = PBXProject;
91 attributes = {
92 BuildIndependentTargetsInParallel = 1;
93 LastSwiftUpdateCheck = 2630;
94 LastUpgradeCheck = 2640;
95 TargetAttributes = {
96 8B7800682F6090E300933221 = {
97 CreatedOnToolsVersion = 26.3;
98 };
99 };
100 };
101 buildConfigurationList = 8B7800642F6090E300933221 /* Build configuration list for PBXProject "DomainDig" */;
102 developmentRegion = en;
103 hasScannedForEncodings = 0;
104 knownRegions = (
105 en,
106 Base,
107 );
108 mainGroup = 8B7800602F6090E300933221;
109 minimizedProjectReferenceProxies = 1;
110 preferredProjectObjectVersion = 77;
111 productRefGroup = 8B78006A2F6090E300933221 /* Products */;
112 projectDirPath = "";
113 projectRoot = "";
114 targets = (
115 8B7800682F6090E300933221 /* DomainDig */,
116 );
117 };
118/* End PBXProject section */
119
120/* Begin PBXResourcesBuildPhase section */
121 8B7800672F6090E300933221 /* Resources */ = {
122 isa = PBXResourcesBuildPhase;
123 buildActionMask = 2147483647;
124 files = (
125 );
126 runOnlyForDeploymentPostprocessing = 0;
127 };
128/* End PBXResourcesBuildPhase section */
129
130/* Begin PBXSourcesBuildPhase section */
131 8B7800652F6090E300933221 /* Sources */ = {
132 isa = PBXSourcesBuildPhase;
133 buildActionMask = 2147483647;
134 files = (
135 );
136 runOnlyForDeploymentPostprocessing = 0;
137 };
138/* End PBXSourcesBuildPhase section */
139
140/* Begin XCBuildConfiguration section */
141 8B7800722F6090E400933221 /* Debug */ = {
142 isa = XCBuildConfiguration;
143 buildSettings = {
144 ALWAYS_SEARCH_USER_PATHS = NO;
145 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
146 CLANG_ANALYZER_NONNULL = YES;
147 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
148 CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
149 CLANG_ENABLE_MODULES = YES;
150 CLANG_ENABLE_OBJC_ARC = YES;
151 CLANG_ENABLE_OBJC_WEAK = YES;
152 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
153 CLANG_WARN_BOOL_CONVERSION = YES;
154 CLANG_WARN_COMMA = YES;
155 CLANG_WARN_CONSTANT_CONVERSION = YES;
156 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
157 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
158 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
159 CLANG_WARN_EMPTY_BODY = YES;
160 CLANG_WARN_ENUM_CONVERSION = YES;
161 CLANG_WARN_INFINITE_RECURSION = YES;
162 CLANG_WARN_INT_CONVERSION = YES;
163 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
164 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
165 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
166 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
167 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
168 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
169 CLANG_WARN_STRICT_PROTOTYPES = YES;
170 CLANG_WARN_SUSPICIOUS_MOVE = YES;
171 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
172 CLANG_WARN_UNREACHABLE_CODE = YES;
173 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
174 COPY_PHASE_STRIP = NO;
175 DEBUG_INFORMATION_FORMAT = dwarf;
176 DEVELOPMENT_TEAM = ZCNAX3VL9D;
177 ENABLE_STRICT_OBJC_MSGSEND = YES;
178 ENABLE_TESTABILITY = YES;
179 ENABLE_USER_SCRIPT_SANDBOXING = YES;
180 GCC_C_LANGUAGE_STANDARD = gnu17;
181 GCC_DYNAMIC_NO_PIC = NO;
182 GCC_NO_COMMON_BLOCKS = YES;
183 GCC_OPTIMIZATION_LEVEL = 0;
184 GCC_PREPROCESSOR_DEFINITIONS = (
185 "DEBUG=1",
186 "$(inherited)",
187 );
188 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
189 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
190 GCC_WARN_UNDECLARED_SELECTOR = YES;
191 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
192 GCC_WARN_UNUSED_FUNCTION = YES;
193 GCC_WARN_UNUSED_VARIABLE = YES;
194 IPHONEOS_DEPLOYMENT_TARGET = 26.2;
195 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
196 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
197 MTL_FAST_MATH = YES;
198 ONLY_ACTIVE_ARCH = YES;
199 SDKROOT = iphoneos;
200 STRING_CATALOG_GENERATE_SYMBOLS = YES;
201 SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
202 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
203 };
204 name = Debug;
205 };
206 8B7800732F6090E400933221 /* Release */ = {
207 isa = XCBuildConfiguration;
208 buildSettings = {
209 ALWAYS_SEARCH_USER_PATHS = NO;
210 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
211 CLANG_ANALYZER_NONNULL = YES;
212 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
213 CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
214 CLANG_ENABLE_MODULES = YES;
215 CLANG_ENABLE_OBJC_ARC = YES;
216 CLANG_ENABLE_OBJC_WEAK = YES;
217 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
218 CLANG_WARN_BOOL_CONVERSION = YES;
219 CLANG_WARN_COMMA = YES;
220 CLANG_WARN_CONSTANT_CONVERSION = YES;
221 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
222 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
223 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
224 CLANG_WARN_EMPTY_BODY = YES;
225 CLANG_WARN_ENUM_CONVERSION = YES;
226 CLANG_WARN_INFINITE_RECURSION = YES;
227 CLANG_WARN_INT_CONVERSION = YES;
228 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
229 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
230 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
231 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
232 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
233 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
234 CLANG_WARN_STRICT_PROTOTYPES = YES;
235 CLANG_WARN_SUSPICIOUS_MOVE = YES;
236 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
237 CLANG_WARN_UNREACHABLE_CODE = YES;
238 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
239 COPY_PHASE_STRIP = NO;
240 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
241 DEVELOPMENT_TEAM = ZCNAX3VL9D;
242 ENABLE_NS_ASSERTIONS = NO;
243 ENABLE_STRICT_OBJC_MSGSEND = YES;
244 ENABLE_USER_SCRIPT_SANDBOXING = YES;
245 GCC_C_LANGUAGE_STANDARD = gnu17;
246 GCC_NO_COMMON_BLOCKS = YES;
247 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
248 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
249 GCC_WARN_UNDECLARED_SELECTOR = YES;
250 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
251 GCC_WARN_UNUSED_FUNCTION = YES;
252 GCC_WARN_UNUSED_VARIABLE = YES;
253 IPHONEOS_DEPLOYMENT_TARGET = 26.2;
254 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
255 MTL_ENABLE_DEBUG_INFO = NO;
256 MTL_FAST_MATH = YES;
257 SDKROOT = iphoneos;
258 STRING_CATALOG_GENERATE_SYMBOLS = YES;
259 SWIFT_COMPILATION_MODE = wholemodule;
260 VALIDATE_PRODUCT = YES;
261 };
262 name = Release;
263 };
264 8B7800752F6090E400933221 /* Debug */ = {
265 isa = XCBuildConfiguration;
266 buildSettings = {
267 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
268 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
269 CODE_SIGN_STYLE = Automatic;
270 CURRENT_PROJECT_VERSION = 13;
271 DEVELOPMENT_TEAM = ZCNAX3VL9D;
272 ENABLE_PREVIEWS = YES;
273 GENERATE_INFOPLIST_FILE = YES;
274 INFOPLIST_FILE = DomainDig/Info.plist;
275 INFOPLIST_KEY_CFBundleDisplayName = "Domain Dig";
276 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
277 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
278 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
279 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
280 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
281 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
282 IPHONEOS_DEPLOYMENT_TARGET = 26.0;
283 LD_RUNPATH_SEARCH_PATHS = (
284 "$(inherited)",
285 "@executable_path/Frameworks",
286 );
287 MARKETING_VERSION = 2.0.0;
288 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.DomainDig;
289 PRODUCT_NAME = "$(TARGET_NAME)";
290 STRING_CATALOG_GENERATE_SYMBOLS = YES;
291 SWIFT_APPROACHABLE_CONCURRENCY = YES;
292 SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
293 SWIFT_EMIT_LOC_STRINGS = YES;
294 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
295 SWIFT_VERSION = 5.0;
296 TARGETED_DEVICE_FAMILY = "1,2";
297 };
298 name = Debug;
299 };
300 8B7800762F6090E400933221 /* Release */ = {
301 isa = XCBuildConfiguration;
302 buildSettings = {
303 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
304 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
305 CODE_SIGN_STYLE = Automatic;
306 CURRENT_PROJECT_VERSION = 13;
307 DEVELOPMENT_TEAM = ZCNAX3VL9D;
308 ENABLE_PREVIEWS = YES;
309 GENERATE_INFOPLIST_FILE = YES;
310 INFOPLIST_FILE = DomainDig/Info.plist;
311 INFOPLIST_KEY_CFBundleDisplayName = "Domain Dig";
312 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
313 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
314 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
315 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
316 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
317 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
318 IPHONEOS_DEPLOYMENT_TARGET = 26.0;
319 LD_RUNPATH_SEARCH_PATHS = (
320 "$(inherited)",
321 "@executable_path/Frameworks",
322 );
323 MARKETING_VERSION = 2.0.0;
324 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.DomainDig;
325 PRODUCT_NAME = "$(TARGET_NAME)";
326 STRING_CATALOG_GENERATE_SYMBOLS = YES;
327 SWIFT_APPROACHABLE_CONCURRENCY = YES;
328 SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
329 SWIFT_EMIT_LOC_STRINGS = YES;
330 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
331 SWIFT_VERSION = 5.0;
332 TARGETED_DEVICE_FAMILY = "1,2";
333 };
334 name = Release;
335 };
336/* End XCBuildConfiguration section */
337
338/* Begin XCConfigurationList section */
339 8B7800642F6090E300933221 /* Build configuration list for PBXProject "DomainDig" */ = {
340 isa = XCConfigurationList;
341 buildConfigurations = (
342 8B7800722F6090E400933221 /* Debug */,
343 8B7800732F6090E400933221 /* Release */,
344 );
345 defaultConfigurationIsVisible = 0;
346 defaultConfigurationName = Release;
347 };
348 8B7800742F6090E400933221 /* Build configuration list for PBXNativeTarget "DomainDig" */ = {
349 isa = XCConfigurationList;
350 buildConfigurations = (
351 8B7800752F6090E400933221 /* Debug */,
352 8B7800762F6090E400933221 /* Release */,
353 );
354 defaultConfigurationIsVisible = 0;
355 defaultConfigurationName = Release;
356 };
357/* End XCConfigurationList section */
358 };
359 rootObject = 8B7800612F6090E300933221 /* Project object */;
360}