Skip to main content
Glama

MCP Xcode

by Stefan-Nitu
project.pbxproj26.1 kB
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 77; objects = { /* Begin PBXBuildFile section */ F800DA642E576B6B00C9BDA2 /* TestSwiftPackageSwiftTesting in Frameworks */ = {isa = PBXBuildFile; productRef = F800DA632E576B6B00C9BDA2 /* TestSwiftPackageSwiftTesting */; }; F86986962E53D01A00123C68 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F869868E2E53D01A00123C68 /* Assets.xcassets */; }; F86986972E53D01A00123C68 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F869868F2E53D01A00123C68 /* ContentView.swift */; }; F86986982E53D01A00123C68 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = F86986902E53D01A00123C68 /* Item.swift */; }; F869869B2E53D01A00123C68 /* TestProjectSwiftTestingApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F86986942E53D01A00123C68 /* TestProjectSwiftTestingApp.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ F86985D82E52507900123C68 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = F86985BF2E52507700123C68 /* Project object */; proxyType = 1; remoteGlobalIDString = F86985C62E52507700123C68; remoteInfo = TestProjectSwiftTesting; }; F86985E22E52507900123C68 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = F86985BF2E52507700123C68 /* Project object */; proxyType = 1; remoteGlobalIDString = F86985C62E52507700123C68; remoteInfo = TestProjectSwiftTesting; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ F86985C72E52507700123C68 /* TestProjectSwiftTesting.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestProjectSwiftTesting.app; sourceTree = BUILT_PRODUCTS_DIR; }; F86985D72E52507900123C68 /* TestProjectSwiftTestingTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TestProjectSwiftTestingTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; F86985E12E52507900123C68 /* TestProjectSwiftTestingUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TestProjectSwiftTestingUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; F869868E2E53D01A00123C68 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; F869868F2E53D01A00123C68 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; F86986902E53D01A00123C68 /* Item.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = "<group>"; }; F86986932E53D01A00123C68 /* TestProjectSwiftTesting.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = TestProjectSwiftTesting.entitlements; sourceTree = "<group>"; }; F86986942E53D01A00123C68 /* TestProjectSwiftTestingApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestProjectSwiftTestingApp.swift; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFileSystemSynchronizedRootGroup section */ F86985DA2E52507900123C68 /* TestProjectSwiftTestingTests */ = { isa = PBXFileSystemSynchronizedRootGroup; path = TestProjectSwiftTestingTests; sourceTree = "<group>"; }; F86985E42E52507900123C68 /* TestProjectSwiftTestingUITests */ = { isa = PBXFileSystemSynchronizedRootGroup; path = TestProjectSwiftTestingUITests; sourceTree = "<group>"; }; /* End PBXFileSystemSynchronizedRootGroup section */ /* Begin PBXFrameworksBuildPhase section */ F86985C42E52507700123C68 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( F800DA642E576B6B00C9BDA2 /* TestSwiftPackageSwiftTesting in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; F86985D42E52507900123C68 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; F86985DE2E52507900123C68 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ EE253FD3D28F8850D215B3B6 /* TestProjectSwiftTesting */ = { isa = PBXGroup; children = ( ); name = TestProjectSwiftTesting; sourceTree = "<group>"; }; F86985BE2E52507700123C68 = { isa = PBXGroup; children = ( F86986952E53D01A00123C68 /* TestProjectSwiftTesting */, F86985DA2E52507900123C68 /* TestProjectSwiftTestingTests */, F86985E42E52507900123C68 /* TestProjectSwiftTestingUITests */, F86985C82E52507700123C68 /* Products */, EE253FD3D28F8850D215B3B6 /* TestProjectSwiftTesting */, ); sourceTree = "<group>"; }; F86985C82E52507700123C68 /* Products */ = { isa = PBXGroup; children = ( F86985C72E52507700123C68 /* TestProjectSwiftTesting.app */, F86985D72E52507900123C68 /* TestProjectSwiftTestingTests.xctest */, F86985E12E52507900123C68 /* TestProjectSwiftTestingUITests.xctest */, ); name = Products; sourceTree = "<group>"; }; F86986952E53D01A00123C68 /* TestProjectSwiftTesting */ = { isa = PBXGroup; children = ( F869868E2E53D01A00123C68 /* Assets.xcassets */, F869868F2E53D01A00123C68 /* ContentView.swift */, F86986902E53D01A00123C68 /* Item.swift */, F86986932E53D01A00123C68 /* TestProjectSwiftTesting.entitlements */, F86986942E53D01A00123C68 /* TestProjectSwiftTestingApp.swift */, ); path = TestProjectSwiftTesting; sourceTree = "<group>"; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ F86985C62E52507700123C68 /* TestProjectSwiftTesting */ = { isa = PBXNativeTarget; buildConfigurationList = F86985EB2E52507900123C68 /* Build configuration list for PBXNativeTarget "TestProjectSwiftTesting" */; buildPhases = ( F86985C32E52507700123C68 /* Sources */, F86985C42E52507700123C68 /* Frameworks */, F86985C52E52507700123C68 /* Resources */, ); buildRules = ( ); dependencies = ( ); name = TestProjectSwiftTesting; packageProductDependencies = ( F800DA632E576B6B00C9BDA2 /* TestSwiftPackageSwiftTesting */, ); productName = TestProjectSwiftTesting; productReference = F86985C72E52507700123C68 /* TestProjectSwiftTesting.app */; productType = "com.apple.product-type.application"; }; F86985D62E52507900123C68 /* TestProjectSwiftTestingTests */ = { isa = PBXNativeTarget; buildConfigurationList = F86985EE2E52507900123C68 /* Build configuration list for PBXNativeTarget "TestProjectSwiftTestingTests" */; buildPhases = ( F86985D32E52507900123C68 /* Sources */, F86985D42E52507900123C68 /* Frameworks */, F86985D52E52507900123C68 /* Resources */, ); buildRules = ( ); dependencies = ( F86985D92E52507900123C68 /* PBXTargetDependency */, ); fileSystemSynchronizedGroups = ( F86985DA2E52507900123C68 /* TestProjectSwiftTestingTests */, ); name = TestProjectSwiftTestingTests; packageProductDependencies = ( ); productName = TestProjectSwiftTestingTests; productReference = F86985D72E52507900123C68 /* TestProjectSwiftTestingTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; F86985E02E52507900123C68 /* TestProjectSwiftTestingUITests */ = { isa = PBXNativeTarget; buildConfigurationList = F86985F12E52507900123C68 /* Build configuration list for PBXNativeTarget "TestProjectSwiftTestingUITests" */; buildPhases = ( F86985DD2E52507900123C68 /* Sources */, F86985DE2E52507900123C68 /* Frameworks */, F86985DF2E52507900123C68 /* Resources */, ); buildRules = ( ); dependencies = ( F86985E32E52507900123C68 /* PBXTargetDependency */, ); fileSystemSynchronizedGroups = ( F86985E42E52507900123C68 /* TestProjectSwiftTestingUITests */, ); name = TestProjectSwiftTestingUITests; packageProductDependencies = ( ); productName = TestProjectSwiftTestingUITests; productReference = F86985E12E52507900123C68 /* TestProjectSwiftTestingUITests.xctest */; productType = "com.apple.product-type.bundle.ui-testing"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ F86985BF2E52507700123C68 /* Project object */ = { isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = 1; LastSwiftUpdateCheck = 1640; LastUpgradeCheck = 1640; TargetAttributes = { F86985C62E52507700123C68 = { CreatedOnToolsVersion = 16.4; }; F86985D62E52507900123C68 = { CreatedOnToolsVersion = 16.4; TestTargetID = F86985C62E52507700123C68; }; F86985E02E52507900123C68 = { CreatedOnToolsVersion = 16.4; TestTargetID = F86985C62E52507700123C68; }; }; }; buildConfigurationList = F86985C22E52507700123C68 /* Build configuration list for PBXProject "TestProjectSwiftTesting" */; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = F86985BE2E52507700123C68; minimizedProjectReferenceProxies = 1; packageReferences = ( F800DA622E576B6B00C9BDA2 /* XCLocalSwiftPackageReference "../TestSwiftPackageSwiftTesting" */, ); preferredProjectObjectVersion = 77; productRefGroup = F86985C82E52507700123C68 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( F86985C62E52507700123C68 /* TestProjectSwiftTesting */, F86985D62E52507900123C68 /* TestProjectSwiftTestingTests */, F86985E02E52507900123C68 /* TestProjectSwiftTestingUITests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ F86985C52E52507700123C68 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( F86986962E53D01A00123C68 /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; F86985D52E52507900123C68 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; F86985DF2E52507900123C68 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ F86985C32E52507700123C68 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( F86986972E53D01A00123C68 /* ContentView.swift in Sources */, F86986982E53D01A00123C68 /* Item.swift in Sources */, F869869B2E53D01A00123C68 /* TestProjectSwiftTestingApp.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; F86985D32E52507900123C68 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; F86985DD2E52507900123C68 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ F86985D92E52507900123C68 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = F86985C62E52507700123C68 /* TestProjectSwiftTesting */; targetProxy = F86985D82E52507900123C68 /* PBXContainerItemProxy */; }; F86985E32E52507900123C68 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = F86985C62E52507700123C68 /* TestProjectSwiftTesting */; targetProxy = F86985E22E52507900123C68 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ F86985E92E52507900123C68 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = PWMQ8G6G4S; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu17; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; }; name = Debug; }; F86985EA2E52507900123C68 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = PWMQ8G6G4S; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_USER_SCRIPT_SANDBOXING = YES; GCC_C_LANGUAGE_STANDARD = gnu17; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SWIFT_COMPILATION_MODE = wholemodule; }; name = Release; }; F86985EC2E52507900123C68 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = TestProjectSwiftTesting/TestProjectSwiftTesting.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = PWMQ8G6G4S; ENABLE_HARDENED_RUNTIME = YES; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES; "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES; "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES; "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault; "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; IPHONEOS_DEPLOYMENT_TARGET = 18.0; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 14.0; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.TestProjectSwiftTesting; PRODUCT_NAME = "$(TARGET_NAME)"; REGISTER_APP_GROUPS = YES; SDKROOT = auto; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2,7"; XROS_DEPLOYMENT_TARGET = 2.5; }; name = Debug; }; F86985ED2E52507900123C68 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = TestProjectSwiftTesting/TestProjectSwiftTesting.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = PWMQ8G6G4S; ENABLE_HARDENED_RUNTIME = YES; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES; "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES; "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES; "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault; "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; IPHONEOS_DEPLOYMENT_TARGET = 18.0; LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 14.0; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.TestProjectSwiftTesting; PRODUCT_NAME = "$(TARGET_NAME)"; REGISTER_APP_GROUPS = YES; SDKROOT = auto; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2,7"; XROS_DEPLOYMENT_TARGET = 2.5; }; name = Release; }; F86985EF2E52507900123C68 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = PWMQ8G6G4S; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 18.0; MACOSX_DEPLOYMENT_TARGET = 15.3; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.TestProjectSwiftTestingTests; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = auto; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2,7"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestProjectSwiftTesting.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/TestProjectSwiftTesting"; XROS_DEPLOYMENT_TARGET = 2.5; }; name = Debug; }; F86985F02E52507900123C68 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = PWMQ8G6G4S; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 18.0; MACOSX_DEPLOYMENT_TARGET = 15.3; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.TestProjectSwiftTestingTests; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = auto; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2,7"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestProjectSwiftTesting.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/TestProjectSwiftTesting"; XROS_DEPLOYMENT_TARGET = 2.5; }; name = Release; }; F86985F22E52507900123C68 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = PWMQ8G6G4S; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 18.0; MACOSX_DEPLOYMENT_TARGET = 15.3; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.TestProjectSwiftTestingUITests; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = auto; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2,7"; TEST_TARGET_NAME = TestProjectSwiftTesting; XROS_DEPLOYMENT_TARGET = 2.5; }; name = Debug; }; F86985F32E52507900123C68 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = PWMQ8G6G4S; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 18.0; MACOSX_DEPLOYMENT_TARGET = 15.3; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.TestProjectSwiftTestingUITests; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = auto; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2,7"; TEST_TARGET_NAME = TestProjectSwiftTesting; XROS_DEPLOYMENT_TARGET = 2.5; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ F86985C22E52507700123C68 /* Build configuration list for PBXProject "TestProjectSwiftTesting" */ = { isa = XCConfigurationList; buildConfigurations = ( F86985E92E52507900123C68 /* Debug */, F86985EA2E52507900123C68 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; F86985EB2E52507900123C68 /* Build configuration list for PBXNativeTarget "TestProjectSwiftTesting" */ = { isa = XCConfigurationList; buildConfigurations = ( F86985EC2E52507900123C68 /* Debug */, F86985ED2E52507900123C68 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; F86985EE2E52507900123C68 /* Build configuration list for PBXNativeTarget "TestProjectSwiftTestingTests" */ = { isa = XCConfigurationList; buildConfigurations = ( F86985EF2E52507900123C68 /* Debug */, F86985F02E52507900123C68 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; F86985F12E52507900123C68 /* Build configuration list for PBXNativeTarget "TestProjectSwiftTestingUITests" */ = { isa = XCConfigurationList; buildConfigurations = ( F86985F22E52507900123C68 /* Debug */, F86985F32E52507900123C68 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ /* Begin XCLocalSwiftPackageReference section */ F800DA622E576B6B00C9BDA2 /* XCLocalSwiftPackageReference "../TestSwiftPackageSwiftTesting" */ = { isa = XCLocalSwiftPackageReference; relativePath = ../TestSwiftPackageSwiftTesting; }; /* End XCLocalSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ F800DA632E576B6B00C9BDA2 /* TestSwiftPackageSwiftTesting */ = { isa = XCSwiftPackageProductDependency; productName = TestSwiftPackageSwiftTesting; }; /* End XCSwiftPackageProductDependency section */ }; rootObject = F86985BF2E52507700123C68 /* Project object */; }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Stefan-Nitu/mcp-xcode'

If you have feedback or need assistance with the MCP directory API, please join our Discord server