a native ios client for gitbay

client ios swift

https://gitbay.org

gitbay.xcodeproj/project.pbxproj

618 lines · 21932 bytes

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