a native ios client for gitbay

client ios swift

https://gitbay.org

gitbay.xcodeproj/project.pbxproj

599 lines · 21051 bytes

  1// !$*UTF8*$!
  2{
  3	archiveVersion = 1;
  4	classes = {
  5	};
  6	objectVersion = 77;
  7	objects = {
  8
  9/* Begin PBXBuildFile section */
 10		8B289850303FF914001BF44A /* Highlightr in Frameworks */ = {isa = PBXBuildFile; productRef = 8B2898B1303FF3E5001BF44A /* Highlightr */; };
 11/* End PBXBuildFile section */
 12
 13/* Begin PBXContainerItemProxy section */
 14		8B2898A7303FF3E5001BF44A /* PBXContainerItemProxy */ = {
 15			isa = PBXContainerItemProxy;
 16			containerPortal = 8B28980A303FF3E5001BF44A /* Project object */;
 17			proxyType = 1;
 18			remoteGlobalIDString = 8B289811303FF3E5001BF44A;
 19			remoteInfo = gitbay;
 20		};
 21		8B2898C7303FF3E5001BF44A /* PBXContainerItemProxy */ = {
 22			isa = PBXContainerItemProxy;
 23			containerPortal = 8B28980A303FF3E5001BF44A /* Project object */;
 24			proxyType = 1;
 25			remoteGlobalIDString = 8B289811303FF3E5001BF44A;
 26			remoteInfo = gitbay;
 27		};
 28/* End PBXContainerItemProxy section */
 29
 30/* Begin PBXFileReference section */
 31		8B289812303FF3E5001BF44A /* gitbay.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = gitbay.app; sourceTree = BUILT_PRODUCTS_DIR; };
 32		8B2898A2303FF3E5001BF44A /* gitbayTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = gitbayTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
 33		8B2898C2303FF3E5001BF44A /* gitbayUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = gitbayUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
 34/* End PBXFileReference section */
 35
 36/* Begin PBXFileSystemSynchronizedRootGroup section */
 37		8B289814303FF3E5001BF44A /* gitbay */ = {
 38			isa = PBXFileSystemSynchronizedRootGroup;
 39			path = gitbay;
 40			sourceTree = "<group>";
 41		};
 42		8B2898A0303FF3E5001BF44A /* gitbayTests */ = {
 43			isa = PBXFileSystemSynchronizedRootGroup;
 44			path = gitbayTests;
 45			sourceTree = "<group>";
 46		};
 47		8B2898C0303FF3E5001BF44A /* gitbayUITests */ = {
 48			isa = PBXFileSystemSynchronizedRootGroup;
 49			path = gitbayUITests;
 50			sourceTree = "<group>";
 51		};
 52/* End PBXFileSystemSynchronizedRootGroup section */
 53
 54/* Begin PBXFrameworksBuildPhase section */
 55		8B28980F303FF3E5001BF44A /* Frameworks */ = {
 56			isa = PBXFrameworksBuildPhase;
 57			buildActionMask = 2147483647;
 58			files = (
 59				8B289850303FF914001BF44A /* Highlightr in Frameworks */,
 60			);
 61			runOnlyForDeploymentPostprocessing = 0;
 62		};
 63		8B2898A4303FF3E5001BF44A /* Frameworks */ = {
 64			isa = PBXFrameworksBuildPhase;
 65			buildActionMask = 2147483647;
 66			files = (
 67			);
 68			runOnlyForDeploymentPostprocessing = 0;
 69		};
 70		8B2898C4303FF3E5001BF44A /* Frameworks */ = {
 71			isa = PBXFrameworksBuildPhase;
 72			buildActionMask = 2147483647;
 73			files = (
 74			);
 75			runOnlyForDeploymentPostprocessing = 0;
 76		};
 77/* End PBXFrameworksBuildPhase section */
 78
 79/* Begin PBXGroup section */
 80		8B289809303FF3E5001BF44A = {
 81			isa = PBXGroup;
 82			children = (
 83				8B289814303FF3E5001BF44A /* gitbay */,
 84				8B2898A0303FF3E5001BF44A /* gitbayTests */,
 85				8B2898C0303FF3E5001BF44A /* gitbayUITests */,
 86				8B289813303FF3E5001BF44A /* Products */,
 87			);
 88			sourceTree = "<group>";
 89		};
 90		8B289813303FF3E5001BF44A /* Products */ = {
 91			isa = PBXGroup;
 92			children = (
 93				8B289812303FF3E5001BF44A /* gitbay.app */,
 94				8B2898A2303FF3E5001BF44A /* gitbayTests.xctest */,
 95				8B2898C2303FF3E5001BF44A /* gitbayUITests.xctest */,
 96			);
 97			name = Products;
 98			sourceTree = "<group>";
 99		};
100/* End PBXGroup section */
101
102/* Begin PBXNativeTarget section */
103		8B289811303FF3E5001BF44A /* gitbay */ = {
104			isa = PBXNativeTarget;
105			buildConfigurationList = 8B28981D303FF3E6001BF44A /* Build configuration list for PBXNativeTarget "gitbay" */;
106			buildPhases = (
107				8B28980E303FF3E5001BF44A /* Sources */,
108				8B28980F303FF3E5001BF44A /* Frameworks */,
109				8B289810303FF3E5001BF44A /* Resources */,
110			);
111			buildRules = (
112			);
113			dependencies = (
114			);
115			fileSystemSynchronizedGroups = (
116				8B289814303FF3E5001BF44A /* gitbay */,
117			);
118			name = gitbay;
119			packageProductDependencies = (
120				8B2898B1303FF3E5001BF44A /* Highlightr */,
121			);
122			productName = gitbay;
123			productReference = 8B289812303FF3E5001BF44A /* gitbay.app */;
124			productType = "com.apple.product-type.application";
125		};
126		8B2898A1303FF3E5001BF44A /* gitbayTests */ = {
127			isa = PBXNativeTarget;
128			buildConfigurationList = 8B2898AA303FF3E5001BF44A /* Build configuration list for PBXNativeTarget "gitbayTests" */;
129			buildPhases = (
130				8B2898A3303FF3E5001BF44A /* Sources */,
131				8B2898A4303FF3E5001BF44A /* Frameworks */,
132				8B2898A5303FF3E5001BF44A /* Resources */,
133			);
134			buildRules = (
135			);
136			dependencies = (
137				8B2898A6303FF3E5001BF44A /* PBXTargetDependency */,
138			);
139			fileSystemSynchronizedGroups = (
140				8B2898A0303FF3E5001BF44A /* gitbayTests */,
141			);
142			name = gitbayTests;
143			packageProductDependencies = (
144			);
145			productName = gitbayTests;
146			productReference = 8B2898A2303FF3E5001BF44A /* gitbayTests.xctest */;
147			productType = "com.apple.product-type.bundle.unit-test";
148		};
149		8B2898C1303FF3E5001BF44A /* gitbayUITests */ = {
150			isa = PBXNativeTarget;
151			buildConfigurationList = 8B2898CA303FF3E5001BF44A /* Build configuration list for PBXNativeTarget "gitbayUITests" */;
152			buildPhases = (
153				8B2898C3303FF3E5001BF44A /* Sources */,
154				8B2898C4303FF3E5001BF44A /* Frameworks */,
155				8B2898C5303FF3E5001BF44A /* Resources */,
156			);
157			buildRules = (
158			);
159			dependencies = (
160				8B2898C6303FF3E5001BF44A /* PBXTargetDependency */,
161			);
162			fileSystemSynchronizedGroups = (
163				8B2898C0303FF3E5001BF44A /* gitbayUITests */,
164			);
165			name = gitbayUITests;
166			packageProductDependencies = (
167			);
168			productName = gitbayUITests;
169			productReference = 8B2898C2303FF3E5001BF44A /* gitbayUITests.xctest */;
170			productType = "com.apple.product-type.bundle.ui-testing";
171		};
172/* End PBXNativeTarget section */
173
174/* Begin PBXProject section */
175		8B28980A303FF3E5001BF44A /* Project object */ = {
176			isa = PBXProject;
177			attributes = {
178				BuildIndependentTargetsInParallel = 1;
179				LastSwiftUpdateCheck = 2660;
180				LastUpgradeCheck = 2660;
181				TargetAttributes = {
182					8B289811303FF3E5001BF44A = {
183						CreatedOnToolsVersion = 26.6;
184					};
185					8B2898A1303FF3E5001BF44A = {
186						CreatedOnToolsVersion = 26.6;
187						TestTargetID = 8B289811303FF3E5001BF44A;
188					};
189					8B2898C1303FF3E5001BF44A = {
190						CreatedOnToolsVersion = 26.6;
191						TestTargetID = 8B289811303FF3E5001BF44A;
192					};
193				};
194			};
195			buildConfigurationList = 8B28980D303FF3E5001BF44A /* Build configuration list for PBXProject "gitbay" */;
196			developmentRegion = en;
197			hasScannedForEncodings = 0;
198			knownRegions = (
199				en,
200				Base,
201			);
202			mainGroup = 8B289809303FF3E5001BF44A;
203			minimizedProjectReferenceProxies = 1;
204			packageReferences = (
205				8B2898B0303FF3E5001BF44A /* XCRemoteSwiftPackageReference "Highlightr" */,
206			);
207			preferredProjectObjectVersion = 77;
208			productRefGroup = 8B289813303FF3E5001BF44A /* Products */;
209			projectDirPath = "";
210			projectRoot = "";
211			targets = (
212				8B289811303FF3E5001BF44A /* gitbay */,
213				8B2898A1303FF3E5001BF44A /* gitbayTests */,
214				8B2898C1303FF3E5001BF44A /* gitbayUITests */,
215			);
216		};
217/* End PBXProject section */
218
219/* Begin PBXResourcesBuildPhase section */
220		8B289810303FF3E5001BF44A /* Resources */ = {
221			isa = PBXResourcesBuildPhase;
222			buildActionMask = 2147483647;
223			files = (
224			);
225			runOnlyForDeploymentPostprocessing = 0;
226		};
227		8B2898A5303FF3E5001BF44A /* Resources */ = {
228			isa = PBXResourcesBuildPhase;
229			buildActionMask = 2147483647;
230			files = (
231			);
232			runOnlyForDeploymentPostprocessing = 0;
233		};
234		8B2898C5303FF3E5001BF44A /* Resources */ = {
235			isa = PBXResourcesBuildPhase;
236			buildActionMask = 2147483647;
237			files = (
238			);
239			runOnlyForDeploymentPostprocessing = 0;
240		};
241/* End PBXResourcesBuildPhase section */
242
243/* Begin PBXSourcesBuildPhase section */
244		8B28980E303FF3E5001BF44A /* Sources */ = {
245			isa = PBXSourcesBuildPhase;
246			buildActionMask = 2147483647;
247			files = (
248			);
249			runOnlyForDeploymentPostprocessing = 0;
250		};
251		8B2898A3303FF3E5001BF44A /* Sources */ = {
252			isa = PBXSourcesBuildPhase;
253			buildActionMask = 2147483647;
254			files = (
255			);
256			runOnlyForDeploymentPostprocessing = 0;
257		};
258		8B2898C3303FF3E5001BF44A /* Sources */ = {
259			isa = PBXSourcesBuildPhase;
260			buildActionMask = 2147483647;
261			files = (
262			);
263			runOnlyForDeploymentPostprocessing = 0;
264		};
265/* End PBXSourcesBuildPhase section */
266
267/* Begin PBXTargetDependency section */
268		8B2898A6303FF3E5001BF44A /* PBXTargetDependency */ = {
269			isa = PBXTargetDependency;
270			target = 8B289811303FF3E5001BF44A /* gitbay */;
271			targetProxy = 8B2898A7303FF3E5001BF44A /* PBXContainerItemProxy */;
272		};
273		8B2898C6303FF3E5001BF44A /* PBXTargetDependency */ = {
274			isa = PBXTargetDependency;
275			target = 8B289811303FF3E5001BF44A /* gitbay */;
276			targetProxy = 8B2898C7303FF3E5001BF44A /* PBXContainerItemProxy */;
277		};
278/* End PBXTargetDependency section */
279
280/* Begin XCBuildConfiguration section */
281		8B28981B303FF3E6001BF44A /* Debug */ = {
282			isa = XCBuildConfiguration;
283			buildSettings = {
284				ALWAYS_SEARCH_USER_PATHS = NO;
285				ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
286				CLANG_ANALYZER_NONNULL = YES;
287				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
288				CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
289				CLANG_ENABLE_MODULES = YES;
290				CLANG_ENABLE_OBJC_ARC = YES;
291				CLANG_ENABLE_OBJC_WEAK = YES;
292				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
293				CLANG_WARN_BOOL_CONVERSION = YES;
294				CLANG_WARN_COMMA = YES;
295				CLANG_WARN_CONSTANT_CONVERSION = YES;
296				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
297				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
298				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
299				CLANG_WARN_EMPTY_BODY = YES;
300				CLANG_WARN_ENUM_CONVERSION = YES;
301				CLANG_WARN_INFINITE_RECURSION = YES;
302				CLANG_WARN_INT_CONVERSION = YES;
303				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
304				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
305				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
306				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
307				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
308				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
309				CLANG_WARN_STRICT_PROTOTYPES = YES;
310				CLANG_WARN_SUSPICIOUS_MOVE = YES;
311				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
312				CLANG_WARN_UNREACHABLE_CODE = YES;
313				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
314				COPY_PHASE_STRIP = NO;
315				DEBUG_INFORMATION_FORMAT = dwarf;
316				DEVELOPMENT_TEAM = ZCNAX3VL9D;
317				ENABLE_STRICT_OBJC_MSGSEND = YES;
318				ENABLE_TESTABILITY = YES;
319				ENABLE_USER_SCRIPT_SANDBOXING = YES;
320				GCC_C_LANGUAGE_STANDARD = gnu17;
321				GCC_DYNAMIC_NO_PIC = NO;
322				GCC_NO_COMMON_BLOCKS = YES;
323				GCC_OPTIMIZATION_LEVEL = 0;
324				GCC_PREPROCESSOR_DEFINITIONS = (
325					"DEBUG=1",
326					"$(inherited)",
327				);
328				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
329				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
330				GCC_WARN_UNDECLARED_SELECTOR = YES;
331				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
332				GCC_WARN_UNUSED_FUNCTION = YES;
333				GCC_WARN_UNUSED_VARIABLE = YES;
334				IPHONEOS_DEPLOYMENT_TARGET = 26.5;
335				LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
336				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
337				MTL_FAST_MATH = YES;
338				ONLY_ACTIVE_ARCH = YES;
339				SDKROOT = iphoneos;
340				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
341				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
342			};
343			name = Debug;
344		};
345		8B28981C303FF3E6001BF44A /* Release */ = {
346			isa = XCBuildConfiguration;
347			buildSettings = {
348				ALWAYS_SEARCH_USER_PATHS = NO;
349				ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
350				CLANG_ANALYZER_NONNULL = YES;
351				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
352				CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
353				CLANG_ENABLE_MODULES = YES;
354				CLANG_ENABLE_OBJC_ARC = YES;
355				CLANG_ENABLE_OBJC_WEAK = YES;
356				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
357				CLANG_WARN_BOOL_CONVERSION = YES;
358				CLANG_WARN_COMMA = YES;
359				CLANG_WARN_CONSTANT_CONVERSION = YES;
360				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
361				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
362				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
363				CLANG_WARN_EMPTY_BODY = YES;
364				CLANG_WARN_ENUM_CONVERSION = YES;
365				CLANG_WARN_INFINITE_RECURSION = YES;
366				CLANG_WARN_INT_CONVERSION = YES;
367				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
368				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
369				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
370				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
371				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
372				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
373				CLANG_WARN_STRICT_PROTOTYPES = YES;
374				CLANG_WARN_SUSPICIOUS_MOVE = YES;
375				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
376				CLANG_WARN_UNREACHABLE_CODE = YES;
377				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
378				COPY_PHASE_STRIP = NO;
379				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
380				DEVELOPMENT_TEAM = ZCNAX3VL9D;
381				ENABLE_NS_ASSERTIONS = NO;
382				ENABLE_STRICT_OBJC_MSGSEND = YES;
383				ENABLE_USER_SCRIPT_SANDBOXING = YES;
384				GCC_C_LANGUAGE_STANDARD = gnu17;
385				GCC_NO_COMMON_BLOCKS = YES;
386				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
387				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
388				GCC_WARN_UNDECLARED_SELECTOR = YES;
389				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
390				GCC_WARN_UNUSED_FUNCTION = YES;
391				GCC_WARN_UNUSED_VARIABLE = YES;
392				IPHONEOS_DEPLOYMENT_TARGET = 26.5;
393				LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
394				MTL_ENABLE_DEBUG_INFO = NO;
395				MTL_FAST_MATH = YES;
396				SDKROOT = iphoneos;
397				SWIFT_COMPILATION_MODE = wholemodule;
398				VALIDATE_PRODUCT = YES;
399			};
400			name = Release;
401		};
402		8B28981E303FF3E6001BF44A /* Debug */ = {
403			isa = XCBuildConfiguration;
404			buildSettings = {
405				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
406				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
407				CODE_SIGN_STYLE = Automatic;
408				CURRENT_PROJECT_VERSION = 1;
409				DEVELOPMENT_TEAM = ZCNAX3VL9D;
410				ENABLE_PREVIEWS = YES;
411				GENERATE_INFOPLIST_FILE = YES;
412				INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
413				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
414				INFOPLIST_KEY_UILaunchScreen_Generation = YES;
415				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
416				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
417				LD_RUNPATH_SEARCH_PATHS = (
418					"$(inherited)",
419					"@executable_path/Frameworks",
420				);
421				MARKETING_VERSION = 1.0;
422				PRODUCT_BUNDLE_IDENTIFIER = org.gitbay.gitbay;
423				PRODUCT_NAME = "$(TARGET_NAME)";
424				STRING_CATALOG_GENERATE_SYMBOLS = YES;
425				SWIFT_APPROACHABLE_CONCURRENCY = YES;
426				SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
427				SWIFT_EMIT_LOC_STRINGS = YES;
428				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
429				SWIFT_VERSION = 6.0;
430				TARGETED_DEVICE_FAMILY = "1,2";
431			};
432			name = Debug;
433		};
434		8B28981F303FF3E6001BF44A /* Release */ = {
435			isa = XCBuildConfiguration;
436			buildSettings = {
437				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
438				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
439				CODE_SIGN_STYLE = Automatic;
440				CURRENT_PROJECT_VERSION = 1;
441				DEVELOPMENT_TEAM = ZCNAX3VL9D;
442				ENABLE_PREVIEWS = YES;
443				GENERATE_INFOPLIST_FILE = YES;
444				INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
445				INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
446				INFOPLIST_KEY_UILaunchScreen_Generation = YES;
447				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
448				INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
449				LD_RUNPATH_SEARCH_PATHS = (
450					"$(inherited)",
451					"@executable_path/Frameworks",
452				);
453				MARKETING_VERSION = 1.0;
454				PRODUCT_BUNDLE_IDENTIFIER = org.gitbay.gitbay;
455				PRODUCT_NAME = "$(TARGET_NAME)";
456				STRING_CATALOG_GENERATE_SYMBOLS = YES;
457				SWIFT_APPROACHABLE_CONCURRENCY = YES;
458				SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
459				SWIFT_EMIT_LOC_STRINGS = YES;
460				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
461				SWIFT_VERSION = 6.0;
462				TARGETED_DEVICE_FAMILY = "1,2";
463			};
464			name = Release;
465		};
466		8B2898A8303FF3E5001BF44A /* Debug */ = {
467			isa = XCBuildConfiguration;
468			buildSettings = {
469				BUNDLE_LOADER = "$(TEST_HOST)";
470				CURRENT_PROJECT_VERSION = 1;
471				DEVELOPMENT_TEAM = ZCNAX3VL9D;
472				GENERATE_INFOPLIST_FILE = YES;
473				MARKETING_VERSION = 1.0;
474				PRODUCT_BUNDLE_IDENTIFIER = org.gitbay.gitbayTests;
475				PRODUCT_NAME = "$(TARGET_NAME)";
476				SWIFT_APPROACHABLE_CONCURRENCY = YES;
477				SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
478				SWIFT_EMIT_LOC_STRINGS = NO;
479				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
480				SWIFT_VERSION = 6.0;
481				TARGETED_DEVICE_FAMILY = "1,2";
482				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/gitbay.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/gitbay";
483			};
484			name = Debug;
485		};
486		8B2898A9303FF3E5001BF44A /* Release */ = {
487			isa = XCBuildConfiguration;
488			buildSettings = {
489				BUNDLE_LOADER = "$(TEST_HOST)";
490				CURRENT_PROJECT_VERSION = 1;
491				DEVELOPMENT_TEAM = ZCNAX3VL9D;
492				GENERATE_INFOPLIST_FILE = YES;
493				MARKETING_VERSION = 1.0;
494				PRODUCT_BUNDLE_IDENTIFIER = org.gitbay.gitbayTests;
495				PRODUCT_NAME = "$(TARGET_NAME)";
496				SWIFT_APPROACHABLE_CONCURRENCY = YES;
497				SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
498				SWIFT_EMIT_LOC_STRINGS = NO;
499				SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
500				SWIFT_VERSION = 6.0;
501				TARGETED_DEVICE_FAMILY = "1,2";
502				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/gitbay.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/gitbay";
503			};
504			name = Release;
505		};
506		8B2898C8303FF3E5001BF44A /* Debug */ = {
507			isa = XCBuildConfiguration;
508			buildSettings = {
509				CURRENT_PROJECT_VERSION = 1;
510				DEVELOPMENT_TEAM = ZCNAX3VL9D;
511				GENERATE_INFOPLIST_FILE = YES;
512				MARKETING_VERSION = 1.0;
513				PRODUCT_BUNDLE_IDENTIFIER = org.gitbay.gitbayUITests;
514				PRODUCT_NAME = "$(TARGET_NAME)";
515				SWIFT_EMIT_LOC_STRINGS = NO;
516				SWIFT_VERSION = 6.0;
517				TARGETED_DEVICE_FAMILY = "1,2";
518				TEST_TARGET_NAME = gitbay;
519			};
520			name = Debug;
521		};
522		8B2898C9303FF3E5001BF44A /* Release */ = {
523			isa = XCBuildConfiguration;
524			buildSettings = {
525				CURRENT_PROJECT_VERSION = 1;
526				DEVELOPMENT_TEAM = ZCNAX3VL9D;
527				GENERATE_INFOPLIST_FILE = YES;
528				MARKETING_VERSION = 1.0;
529				PRODUCT_BUNDLE_IDENTIFIER = org.gitbay.gitbayUITests;
530				PRODUCT_NAME = "$(TARGET_NAME)";
531				SWIFT_EMIT_LOC_STRINGS = NO;
532				SWIFT_VERSION = 6.0;
533				TARGETED_DEVICE_FAMILY = "1,2";
534				TEST_TARGET_NAME = gitbay;
535			};
536			name = Release;
537		};
538/* End XCBuildConfiguration section */
539
540/* Begin XCConfigurationList section */
541		8B28980D303FF3E5001BF44A /* Build configuration list for PBXProject "gitbay" */ = {
542			isa = XCConfigurationList;
543			buildConfigurations = (
544				8B28981B303FF3E6001BF44A /* Debug */,
545				8B28981C303FF3E6001BF44A /* Release */,
546			);
547			defaultConfigurationIsVisible = 0;
548			defaultConfigurationName = Release;
549		};
550		8B28981D303FF3E6001BF44A /* Build configuration list for PBXNativeTarget "gitbay" */ = {
551			isa = XCConfigurationList;
552			buildConfigurations = (
553				8B28981E303FF3E6001BF44A /* Debug */,
554				8B28981F303FF3E6001BF44A /* Release */,
555			);
556			defaultConfigurationIsVisible = 0;
557			defaultConfigurationName = Release;
558		};
559		8B2898AA303FF3E5001BF44A /* Build configuration list for PBXNativeTarget "gitbayTests" */ = {
560			isa = XCConfigurationList;
561			buildConfigurations = (
562				8B2898A8303FF3E5001BF44A /* Debug */,
563				8B2898A9303FF3E5001BF44A /* Release */,
564			);
565			defaultConfigurationIsVisible = 0;
566			defaultConfigurationName = Release;
567		};
568		8B2898CA303FF3E5001BF44A /* Build configuration list for PBXNativeTarget "gitbayUITests" */ = {
569			isa = XCConfigurationList;
570			buildConfigurations = (
571				8B2898C8303FF3E5001BF44A /* Debug */,
572				8B2898C9303FF3E5001BF44A /* Release */,
573			);
574			defaultConfigurationIsVisible = 0;
575			defaultConfigurationName = Release;
576		};
577/* End XCConfigurationList section */
578
579/* Begin XCRemoteSwiftPackageReference section */
580		8B2898B0303FF3E5001BF44A /* XCRemoteSwiftPackageReference "Highlightr" */ = {
581			isa = XCRemoteSwiftPackageReference;
582			repositoryURL = "https://github.com/raspu/Highlightr";
583			requirement = {
584				kind = upToNextMajorVersion;
585				minimumVersion = 2.1.0;
586			};
587		};
588/* End XCRemoteSwiftPackageReference section */
589
590/* Begin XCSwiftPackageProductDependency section */
591		8B2898B1303FF3E5001BF44A /* Highlightr */ = {
592			isa = XCSwiftPackageProductDependency;
593			package = 8B2898B0303FF3E5001BF44A /* XCRemoteSwiftPackageReference "Highlightr" */;
594			productName = Highlightr;
595		};
596/* End XCSwiftPackageProductDependency section */
597	};
598	rootObject = 8B28980A303FF3E5001BF44A /* Project object */;
599}