krz/hutch

an ios client for sourcehut

clone: git clone https://gitbay.org/krz/hutch.git

v2.3.0: Hutch.xcodeproj/project.pbxproj · raw

  1// !$*UTF8*$!
  2{
  3	archiveVersion = 1;
  4	classes = {
  5	};
  6	objectVersion = 77;
  7	objects = {
  8
  9/* Begin PBXBuildFile section */
 10		8B2F89662F69DEB900FC0253 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 8B2F89632F69DEB900FC0253 /* LICENSE */; };
 11		8B2F89672F69DEB900FC0253 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 8B2F89642F69DEB900FC0253 /* README.md */; };
 12		8B2F89682F69DEB900FC0253 /* SECURITY.md in Resources */ = {isa = PBXBuildFile; fileRef = 8B2F89652F69DEB900FC0253 /* SECURITY.md */; };
 13/* End PBXBuildFile section */
 14
 15/* Begin PBXContainerItemProxy section */
 16		8B8182BB2F6B73F3000AE049 /* PBXContainerItemProxy */ = {
 17			isa = PBXContainerItemProxy;
 18			containerPortal = 8B4B28C92F6704280045FA19 /* Project object */;
 19			proxyType = 1;
 20			remoteGlobalIDString = 8B4B28D02F6704280045FA19;
 21			remoteInfo = Hutch;
 22		};
 23/* End PBXContainerItemProxy section */
 24
 25/* Begin PBXFileReference section */
 26		8B2F89632F69DEB900FC0253 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
 27		8B2F89642F69DEB900FC0253 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
 28		8B2F89652F69DEB900FC0253 /* SECURITY.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = SECURITY.md; sourceTree = "<group>"; };
 29		8B4B28D12F6704280045FA19 /* Hutch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Hutch.app; sourceTree = BUILT_PRODUCTS_DIR; };
 30		8B8182B72F6B73F3000AE049 /* HutchTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HutchTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
 31		8B8182C22F6B742B000AE049 /* HutchTests */ = {isa = PBXFileReference; lastKnownFileType = folder; path = HutchTests; sourceTree = "<group>"; };
 32		8BDCA5272F6B76B20066AA29 /* HutchTests.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = HutchTests.xctestplan; sourceTree = "<group>"; };
 33/* End PBXFileReference section */
 34
 35/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
 36		8B4B29632F6715DD0045FA19 /* Exceptions for "Hutch" folder in "Hutch" target */ = {
 37			isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
 38			membershipExceptions = (
 39				Info.plist,
 40			);
 41			target = 8B4B28D02F6704280045FA19 /* Hutch */;
 42		};
 43/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
 44
 45/* Begin PBXFileSystemSynchronizedRootGroup section */
 46		8B4B28D32F6704280045FA19 /* Hutch */ = {
 47			isa = PBXFileSystemSynchronizedRootGroup;
 48			exceptions = (
 49				8B4B29632F6715DD0045FA19 /* Exceptions for "Hutch" folder in "Hutch" target */,
 50			);
 51			path = Hutch;
 52			sourceTree = "<group>";
 53		};
 54		8B8182B82F6B73F3000AE049 /* HutchTests */ = {
 55			isa = PBXFileSystemSynchronizedRootGroup;
 56			path = HutchTests;
 57			sourceTree = "<group>";
 58		};
 59/* End PBXFileSystemSynchronizedRootGroup section */
 60
 61/* Begin PBXFrameworksBuildPhase section */
 62		8B4B28CE2F6704280045FA19 /* Frameworks */ = {
 63			isa = PBXFrameworksBuildPhase;
 64			buildActionMask = 2147483647;
 65			files = (
 66			);
 67			runOnlyForDeploymentPostprocessing = 0;
 68		};
 69		8B8182B42F6B73F3000AE049 /* Frameworks */ = {
 70			isa = PBXFrameworksBuildPhase;
 71			buildActionMask = 2147483647;
 72			files = (
 73			);
 74			runOnlyForDeploymentPostprocessing = 0;
 75		};
 76/* End PBXFrameworksBuildPhase section */
 77
 78/* Begin PBXGroup section */
 79		8B4B28C82F6704280045FA19 = {
 80			isa = PBXGroup;
 81			children = (
 82				8BDCA5272F6B76B20066AA29 /* HutchTests.xctestplan */,
 83				8B8182C22F6B742B000AE049 /* HutchTests */,
 84				8B2F89632F69DEB900FC0253 /* LICENSE */,
 85				8B2F89642F69DEB900FC0253 /* README.md */,
 86				8B2F89652F69DEB900FC0253 /* SECURITY.md */,
 87				8B4B28D32F6704280045FA19 /* Hutch */,
 88				8B8182B82F6B73F3000AE049 /* HutchTests */,
 89				8B4B28D22F6704280045FA19 /* Products */,
 90			);
 91			sourceTree = "<group>";
 92		};
 93		8B4B28D22F6704280045FA19 /* Products */ = {
 94			isa = PBXGroup;
 95			children = (
 96				8B4B28D12F6704280045FA19 /* Hutch.app */,
 97				8B8182B72F6B73F3000AE049 /* HutchTests.xctest */,
 98			);
 99			name = Products;
100			sourceTree = "<group>";
101		};
102/* End PBXGroup section */
103
104/* Begin PBXNativeTarget section */
105		8B4B28D02F6704280045FA19 /* Hutch */ = {
106			isa = PBXNativeTarget;
107			buildConfigurationList = 8B4B28DC2F6704290045FA19 /* Build configuration list for PBXNativeTarget "Hutch" */;
108			buildPhases = (
109				8B4B28CD2F6704280045FA19 /* Sources */,
110				8B4B28CE2F6704280045FA19 /* Frameworks */,
111				8B4B28CF2F6704280045FA19 /* Resources */,
112			);
113			buildRules = (
114			);
115			dependencies = (
116			);
117			fileSystemSynchronizedGroups = (
118				8B4B28D32F6704280045FA19 /* Hutch */,
119			);
120			name = Hutch;
121			packageProductDependencies = (
122			);
123			productName = Hutch;
124			productReference = 8B4B28D12F6704280045FA19 /* Hutch.app */;
125			productType = "com.apple.product-type.application";
126		};
127		8B8182B62F6B73F3000AE049 /* HutchTests */ = {
128			isa = PBXNativeTarget;
129			buildConfigurationList = 8B8182BF2F6B73F3000AE049 /* Build configuration list for PBXNativeTarget "HutchTests" */;
130			buildPhases = (
131				8B8182B32F6B73F3000AE049 /* Sources */,
132				8B8182B42F6B73F3000AE049 /* Frameworks */,
133				8B8182B52F6B73F3000AE049 /* Resources */,
134			);
135			buildRules = (
136			);
137			dependencies = (
138				8B8182BC2F6B73F3000AE049 /* PBXTargetDependency */,
139			);
140			fileSystemSynchronizedGroups = (
141				8B8182B82F6B73F3000AE049 /* HutchTests */,
142			);
143			name = HutchTests;
144			packageProductDependencies = (
145			);
146			productName = HutchTests;
147			productReference = 8B8182B72F6B73F3000AE049 /* HutchTests.xctest */;
148			productType = "com.apple.product-type.bundle.unit-test";
149		};
150/* End PBXNativeTarget section */
151
152/* Begin PBXProject section */
153		8B4B28C92F6704280045FA19 /* Project object */ = {
154			isa = PBXProject;
155			attributes = {
156				BuildIndependentTargetsInParallel = 1;
157				LastSwiftUpdateCheck = 2630;
158				LastUpgradeCheck = 2630;
159				TargetAttributes = {
160					8B4B28D02F6704280045FA19 = {
161						CreatedOnToolsVersion = 26.3;
162					};
163					8B8182B62F6B73F3000AE049 = {
164						CreatedOnToolsVersion = 26.3;
165						TestTargetID = 8B4B28D02F6704280045FA19;
166					};
167				};
168			};
169			buildConfigurationList = 8B4B28CC2F6704280045FA19 /* Build configuration list for PBXProject "Hutch" */;
170			developmentRegion = en;
171			hasScannedForEncodings = 0;
172			knownRegions = (
173				en,
174				Base,
175			);
176			mainGroup = 8B4B28C82F6704280045FA19;
177			minimizedProjectReferenceProxies = 1;
178			preferredProjectObjectVersion = 77;
179			productRefGroup = 8B4B28D22F6704280045FA19 /* Products */;
180			projectDirPath = "";
181			projectRoot = "";
182			targets = (
183				8B4B28D02F6704280045FA19 /* Hutch */,
184				8B8182B62F6B73F3000AE049 /* HutchTests */,
185			);
186		};
187/* End PBXProject section */
188
189/* Begin PBXResourcesBuildPhase section */
190		8B4B28CF2F6704280045FA19 /* Resources */ = {
191			isa = PBXResourcesBuildPhase;
192			buildActionMask = 2147483647;
193			files = (
194				8B2F89662F69DEB900FC0253 /* LICENSE in Resources */,
195				8B2F89672F69DEB900FC0253 /* README.md in Resources */,
196				8B2F89682F69DEB900FC0253 /* SECURITY.md in Resources */,
197			);
198			runOnlyForDeploymentPostprocessing = 0;
199		};
200		8B8182B52F6B73F3000AE049 /* Resources */ = {
201			isa = PBXResourcesBuildPhase;
202			buildActionMask = 2147483647;
203			files = (
204			);
205			runOnlyForDeploymentPostprocessing = 0;
206		};
207/* End PBXResourcesBuildPhase section */
208
209/* Begin PBXSourcesBuildPhase section */
210		8B4B28CD2F6704280045FA19 /* Sources */ = {
211			isa = PBXSourcesBuildPhase;
212			buildActionMask = 2147483647;
213			files = (
214			);
215			runOnlyForDeploymentPostprocessing = 0;
216		};
217		8B8182B32F6B73F3000AE049 /* Sources */ = {
218			isa = PBXSourcesBuildPhase;
219			buildActionMask = 2147483647;
220			files = (
221			);
222			runOnlyForDeploymentPostprocessing = 0;
223		};
224/* End PBXSourcesBuildPhase section */
225
226/* Begin PBXTargetDependency section */
227		8B8182BC2F6B73F3000AE049 /* PBXTargetDependency */ = {
228			isa = PBXTargetDependency;
229			target = 8B4B28D02F6704280045FA19 /* Hutch */;
230			targetProxy = 8B8182BB2F6B73F3000AE049 /* PBXContainerItemProxy */;
231		};
232/* End PBXTargetDependency section */
233
234/* Begin XCBuildConfiguration section */
235		8B4B28DA2F6704290045FA19 /* Debug */ = {
236			isa = XCBuildConfiguration;
237			buildSettings = {
238				ALWAYS_SEARCH_USER_PATHS = NO;
239				ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
240				CLANG_ANALYZER_NONNULL = YES;
241				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
242				CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
243				CLANG_ENABLE_MODULES = YES;
244				CLANG_ENABLE_OBJC_ARC = YES;
245				CLANG_ENABLE_OBJC_WEAK = YES;
246				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
247				CLANG_WARN_BOOL_CONVERSION = YES;
248				CLANG_WARN_COMMA = YES;
249				CLANG_WARN_CONSTANT_CONVERSION = YES;
250				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
251				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
252				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
253				CLANG_WARN_EMPTY_BODY = YES;
254				CLANG_WARN_ENUM_CONVERSION = YES;
255				CLANG_WARN_INFINITE_RECURSION = YES;
256				CLANG_WARN_INT_CONVERSION = YES;
257				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
258				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
259				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
260				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
261				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
262				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
263				CLANG_WARN_STRICT_PROTOTYPES = YES;
264				CLANG_WARN_SUSPICIOUS_MOVE = YES;
265				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
266				CLANG_WARN_UNREACHABLE_CODE = YES;
267				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
268				COPY_PHASE_STRIP = NO;
269				DEBUG_INFORMATION_FORMAT = dwarf;
270				DEVELOPMENT_TEAM = ZCNAX3VL9D;
271				ENABLE_STRICT_OBJC_MSGSEND = YES;
272				ENABLE_TESTABILITY = YES;
273				ENABLE_USER_SCRIPT_SANDBOXING = YES;
274				GCC_C_LANGUAGE_STANDARD = gnu17;
275				GCC_DYNAMIC_NO_PIC = NO;
276				GCC_NO_COMMON_BLOCKS = YES;
277				GCC_OPTIMIZATION_LEVEL = 0;
278				GCC_PREPROCESSOR_DEFINITIONS = (
279					"DEBUG=1",
280					"$(inherited)",
281				);
282				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
283				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
284				GCC_WARN_UNDECLARED_SELECTOR = YES;
285				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
286				GCC_WARN_UNUSED_FUNCTION = YES;
287				GCC_WARN_UNUSED_VARIABLE = YES;
288				IPHONEOS_DEPLOYMENT_TARGET = 26.2;
289				LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
290				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
291				MTL_FAST_MATH = YES;
292				ONLY_ACTIVE_ARCH = YES;
293				SDKROOT = iphoneos;
294				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
295				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
296			};
297			name = Debug;
298		};
299		8B4B28DB2F6704290045FA19 /* Release */ = {
300			isa = XCBuildConfiguration;
301			buildSettings = {
302				ALWAYS_SEARCH_USER_PATHS = NO;
303				ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
304				CLANG_ANALYZER_NONNULL = YES;
305				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
306				CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
307				CLANG_ENABLE_MODULES = YES;
308				CLANG_ENABLE_OBJC_ARC = YES;
309				CLANG_ENABLE_OBJC_WEAK = YES;
310				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
311				CLANG_WARN_BOOL_CONVERSION = YES;
312				CLANG_WARN_COMMA = YES;
313				CLANG_WARN_CONSTANT_CONVERSION = YES;
314				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
315				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
316				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
317				CLANG_WARN_EMPTY_BODY = YES;
318				CLANG_WARN_ENUM_CONVERSION = YES;
319				CLANG_WARN_INFINITE_RECURSION = YES;
320				CLANG_WARN_INT_CONVERSION = YES;
321				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
322				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
323				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
324				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
325				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
326				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
327				CLANG_WARN_STRICT_PROTOTYPES = YES;
328				CLANG_WARN_SUSPICIOUS_MOVE = YES;
329				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
330				CLANG_WARN_UNREACHABLE_CODE = YES;
331				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
332				COPY_PHASE_STRIP = NO;
333				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
334				DEVELOPMENT_TEAM = ZCNAX3VL9D;
335				ENABLE_NS_ASSERTIONS = NO;
336				ENABLE_STRICT_OBJC_MSGSEND = YES;
337				ENABLE_USER_SCRIPT_SANDBOXING = YES;
338				GCC_C_LANGUAGE_STANDARD = gnu17;
339				GCC_NO_COMMON_BLOCKS = YES;
340				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
341				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
342				GCC_WARN_UNDECLARED_SELECTOR = YES;
343				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
344				GCC_WARN_UNUSED_FUNCTION = YES;
345				GCC_WARN_UNUSED_VARIABLE = YES;
346				IPHONEOS_DEPLOYMENT_TARGET = 26.2;
347				LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
348				MTL_ENABLE_DEBUG_INFO = NO;
349				MTL_FAST_MATH = YES;
350				SDKROOT = iphoneos;
351				SWIFT_COMPILATION_MODE = wholemodule;
352				VALIDATE_PRODUCT = YES;
353			};
354			name = Release;
355		};
356		8B4B28DD2F6704290045FA19 /* Debug */ = {
357			isa = XCBuildConfiguration;
358			buildSettings = {
359				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
360				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
361				CODE_SIGN_STYLE = Automatic;
362				CURRENT_PROJECT_VERSION = 8;
363				DEVELOPMENT_TEAM = ZCNAX3VL9D;
364				ENABLE_PREVIEWS = YES;
365				GENERATE_INFOPLIST_FILE = YES;
366				INFOPLIST_FILE = Hutch/Info.plist;
367				INFOPLIST_KEY_CFBundleDisplayName = Hutch;
368				INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
369				INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
370				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
371				INFOPLIST_KEY_UILaunchScreen_Generation = YES;
372				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
373				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
374				IPHONEOS_DEPLOYMENT_TARGET = 17.6;
375				LD_RUNPATH_SEARCH_PATHS = (
376					"$(inherited)",
377					"@executable_path/Frameworks",
378				);
379				MARKETING_VERSION = 2.3.0;
380				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch;
381				PRODUCT_NAME = "$(TARGET_NAME)";
382				STRING_CATALOG_GENERATE_SYMBOLS = YES;
383				SWIFT_APPROACHABLE_CONCURRENCY = YES;
384				SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
385				SWIFT_EMIT_LOC_STRINGS = YES;
386				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
387				SWIFT_VERSION = 5.0;
388				TARGETED_DEVICE_FAMILY = "1,2";
389			};
390			name = Debug;
391		};
392		8B4B28DE2F6704290045FA19 /* Release */ = {
393			isa = XCBuildConfiguration;
394			buildSettings = {
395				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
396				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
397				CODE_SIGN_STYLE = Automatic;
398				CURRENT_PROJECT_VERSION = 8;
399				DEVELOPMENT_TEAM = ZCNAX3VL9D;
400				ENABLE_PREVIEWS = YES;
401				GENERATE_INFOPLIST_FILE = YES;
402				INFOPLIST_FILE = Hutch/Info.plist;
403				INFOPLIST_KEY_CFBundleDisplayName = Hutch;
404				INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
405				INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
406				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
407				INFOPLIST_KEY_UILaunchScreen_Generation = YES;
408				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
409				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
410				IPHONEOS_DEPLOYMENT_TARGET = 17.6;
411				LD_RUNPATH_SEARCH_PATHS = (
412					"$(inherited)",
413					"@executable_path/Frameworks",
414				);
415				MARKETING_VERSION = 2.3.0;
416				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.Hutch;
417				PRODUCT_NAME = "$(TARGET_NAME)";
418				STRING_CATALOG_GENERATE_SYMBOLS = YES;
419				SWIFT_APPROACHABLE_CONCURRENCY = YES;
420				SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
421				SWIFT_EMIT_LOC_STRINGS = YES;
422				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
423				SWIFT_VERSION = 5.0;
424				TARGETED_DEVICE_FAMILY = "1,2";
425			};
426			name = Release;
427		};
428		8B8182BD2F6B73F3000AE049 /* Debug */ = {
429			isa = XCBuildConfiguration;
430			buildSettings = {
431				BUNDLE_LOADER = "$(TEST_HOST)";
432				CODE_SIGN_STYLE = Automatic;
433				CURRENT_PROJECT_VERSION = 1;
434				DEVELOPMENT_TEAM = ZCNAX3VL9D;
435				GENERATE_INFOPLIST_FILE = YES;
436				IPHONEOS_DEPLOYMENT_TARGET = 17.6;
437				MARKETING_VERSION = 1.0;
438				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.HutchTests;
439				PRODUCT_NAME = "$(TARGET_NAME)";
440				STRING_CATALOG_GENERATE_SYMBOLS = NO;
441				SWIFT_APPROACHABLE_CONCURRENCY = YES;
442				SWIFT_EMIT_LOC_STRINGS = NO;
443				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
444				SWIFT_VERSION = 5.0;
445				TARGETED_DEVICE_FAMILY = "1,2";
446				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Hutch.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Hutch";
447			};
448			name = Debug;
449		};
450		8B8182BE2F6B73F3000AE049 /* Release */ = {
451			isa = XCBuildConfiguration;
452			buildSettings = {
453				BUNDLE_LOADER = "$(TEST_HOST)";
454				CODE_SIGN_STYLE = Automatic;
455				CURRENT_PROJECT_VERSION = 1;
456				DEVELOPMENT_TEAM = ZCNAX3VL9D;
457				GENERATE_INFOPLIST_FILE = YES;
458				IPHONEOS_DEPLOYMENT_TARGET = 17.6;
459				MARKETING_VERSION = 1.0;
460				PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.HutchTests;
461				PRODUCT_NAME = "$(TARGET_NAME)";
462				STRING_CATALOG_GENERATE_SYMBOLS = NO;
463				SWIFT_APPROACHABLE_CONCURRENCY = YES;
464				SWIFT_EMIT_LOC_STRINGS = NO;
465				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
466				SWIFT_VERSION = 5.0;
467				TARGETED_DEVICE_FAMILY = "1,2";
468				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Hutch.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Hutch";
469			};
470			name = Release;
471		};
472/* End XCBuildConfiguration section */
473
474/* Begin XCConfigurationList section */
475		8B4B28CC2F6704280045FA19 /* Build configuration list for PBXProject "Hutch" */ = {
476			isa = XCConfigurationList;
477			buildConfigurations = (
478				8B4B28DA2F6704290045FA19 /* Debug */,
479				8B4B28DB2F6704290045FA19 /* Release */,
480			);
481			defaultConfigurationIsVisible = 0;
482			defaultConfigurationName = Release;
483		};
484		8B4B28DC2F6704290045FA19 /* Build configuration list for PBXNativeTarget "Hutch" */ = {
485			isa = XCConfigurationList;
486			buildConfigurations = (
487				8B4B28DD2F6704290045FA19 /* Debug */,
488				8B4B28DE2F6704290045FA19 /* Release */,
489			);
490			defaultConfigurationIsVisible = 0;
491			defaultConfigurationName = Release;
492		};
493		8B8182BF2F6B73F3000AE049 /* Build configuration list for PBXNativeTarget "HutchTests" */ = {
494			isa = XCConfigurationList;
495			buildConfigurations = (
496				8B8182BD2F6B73F3000AE049 /* Debug */,
497				8B8182BE2F6B73F3000AE049 /* Release */,
498			);
499			defaultConfigurationIsVisible = 0;
500			defaultConfigurationName = Release;
501		};
502/* End XCConfigurationList section */
503	};
504	rootObject = 8B4B28C92F6704280045FA19 /* Project object */;
505}