krz/hutch

an ios client for sourcehut

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

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