krz/domain-dig

an ios app for DNS & SSL analysis

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

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