krz/domain-dig
an ios app for DNS & SSL analysis
clone: git clone https://gitbay.org/krz/domain-dig.git
v1.6.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 = 2630;
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 SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
201 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
202 };
203 name = Debug;
204 };
205 8B7800732F6090E400933221 /* Release */ = {
206 isa = XCBuildConfiguration;
207 buildSettings = {
208 ALWAYS_SEARCH_USER_PATHS = NO;
209 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
210 CLANG_ANALYZER_NONNULL = YES;
211 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
212 CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
213 CLANG_ENABLE_MODULES = YES;
214 CLANG_ENABLE_OBJC_ARC = YES;
215 CLANG_ENABLE_OBJC_WEAK = YES;
216 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
217 CLANG_WARN_BOOL_CONVERSION = YES;
218 CLANG_WARN_COMMA = YES;
219 CLANG_WARN_CONSTANT_CONVERSION = YES;
220 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
221 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
222 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
223 CLANG_WARN_EMPTY_BODY = YES;
224 CLANG_WARN_ENUM_CONVERSION = YES;
225 CLANG_WARN_INFINITE_RECURSION = YES;
226 CLANG_WARN_INT_CONVERSION = YES;
227 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
228 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
229 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
230 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
231 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
232 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
233 CLANG_WARN_STRICT_PROTOTYPES = YES;
234 CLANG_WARN_SUSPICIOUS_MOVE = YES;
235 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
236 CLANG_WARN_UNREACHABLE_CODE = YES;
237 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
238 COPY_PHASE_STRIP = NO;
239 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
240 DEVELOPMENT_TEAM = ZCNAX3VL9D;
241 ENABLE_NS_ASSERTIONS = NO;
242 ENABLE_STRICT_OBJC_MSGSEND = YES;
243 ENABLE_USER_SCRIPT_SANDBOXING = YES;
244 GCC_C_LANGUAGE_STANDARD = gnu17;
245 GCC_NO_COMMON_BLOCKS = YES;
246 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
247 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
248 GCC_WARN_UNDECLARED_SELECTOR = YES;
249 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
250 GCC_WARN_UNUSED_FUNCTION = YES;
251 GCC_WARN_UNUSED_VARIABLE = YES;
252 IPHONEOS_DEPLOYMENT_TARGET = 26.2;
253 LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
254 MTL_ENABLE_DEBUG_INFO = NO;
255 MTL_FAST_MATH = YES;
256 SDKROOT = iphoneos;
257 SWIFT_COMPILATION_MODE = wholemodule;
258 VALIDATE_PRODUCT = YES;
259 };
260 name = Release;
261 };
262 8B7800752F6090E400933221 /* Debug */ = {
263 isa = XCBuildConfiguration;
264 buildSettings = {
265 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
266 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
267 CODE_SIGN_STYLE = Automatic;
268 CURRENT_PROJECT_VERSION = 7;
269 DEVELOPMENT_TEAM = ZCNAX3VL9D;
270 ENABLE_PREVIEWS = YES;
271 GENERATE_INFOPLIST_FILE = YES;
272 INFOPLIST_FILE = DomainDig/Info.plist;
273 INFOPLIST_KEY_CFBundleDisplayName = "Domain Dig";
274 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
275 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
276 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
277 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
278 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
279 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
280 IPHONEOS_DEPLOYMENT_TARGET = 26.0;
281 LD_RUNPATH_SEARCH_PATHS = (
282 "$(inherited)",
283 "@executable_path/Frameworks",
284 );
285 MARKETING_VERSION = 1.5.0;
286 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.DomainDig;
287 PRODUCT_NAME = "$(TARGET_NAME)";
288 STRING_CATALOG_GENERATE_SYMBOLS = YES;
289 SWIFT_APPROACHABLE_CONCURRENCY = YES;
290 SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
291 SWIFT_EMIT_LOC_STRINGS = YES;
292 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
293 SWIFT_VERSION = 5.0;
294 TARGETED_DEVICE_FAMILY = "1,2";
295 };
296 name = Debug;
297 };
298 8B7800762F6090E400933221 /* Release */ = {
299 isa = XCBuildConfiguration;
300 buildSettings = {
301 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
302 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
303 CODE_SIGN_STYLE = Automatic;
304 CURRENT_PROJECT_VERSION = 7;
305 DEVELOPMENT_TEAM = ZCNAX3VL9D;
306 ENABLE_PREVIEWS = YES;
307 GENERATE_INFOPLIST_FILE = YES;
308 INFOPLIST_FILE = DomainDig/Info.plist;
309 INFOPLIST_KEY_CFBundleDisplayName = "Domain Dig";
310 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
311 INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
312 INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
313 INFOPLIST_KEY_UILaunchScreen_Generation = YES;
314 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
315 INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
316 IPHONEOS_DEPLOYMENT_TARGET = 26.0;
317 LD_RUNPATH_SEARCH_PATHS = (
318 "$(inherited)",
319 "@executable_path/Frameworks",
320 );
321 MARKETING_VERSION = 1.5.0;
322 PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.DomainDig;
323 PRODUCT_NAME = "$(TARGET_NAME)";
324 STRING_CATALOG_GENERATE_SYMBOLS = YES;
325 SWIFT_APPROACHABLE_CONCURRENCY = YES;
326 SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
327 SWIFT_EMIT_LOC_STRINGS = YES;
328 SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
329 SWIFT_VERSION = 5.0;
330 TARGETED_DEVICE_FAMILY = "1,2";
331 };
332 name = Release;
333 };
334/* End XCBuildConfiguration section */
335
336/* Begin XCConfigurationList section */
337 8B7800642F6090E300933221 /* Build configuration list for PBXProject "DomainDig" */ = {
338 isa = XCConfigurationList;
339 buildConfigurations = (
340 8B7800722F6090E400933221 /* Debug */,
341 8B7800732F6090E400933221 /* Release */,
342 );
343 defaultConfigurationIsVisible = 0;
344 defaultConfigurationName = Release;
345 };
346 8B7800742F6090E400933221 /* Build configuration list for PBXNativeTarget "DomainDig" */ = {
347 isa = XCConfigurationList;
348 buildConfigurations = (
349 8B7800752F6090E400933221 /* Debug */,
350 8B7800762F6090E400933221 /* Release */,
351 );
352 defaultConfigurationIsVisible = 0;
353 defaultConfigurationName = Release;
354 };
355/* End XCConfigurationList section */
356 };
357 rootObject = 8B7800612F6090E300933221 /* Project object */;
358}