From 4e8ca2dfaa7f97bbe4b0ba4d322d0b0d30f43653 Mon Sep 17 00:00:00 2001 From: Isaac Marovitz Date: Sat, 16 Mar 2024 20:22:35 -0400 Subject: [PATCH] Example debug Xcode project --- .../Capture/Capture.xcodeproj/project.pbxproj | 323 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../xcshareddata/xcschemes/Animation.xcscheme | 72 ++++ .../xcschemes/ComputeToRender.xcscheme | 73 ++++ .../xcshareddata/xcschemes/Primitive.xcscheme | 72 ++++ .../xcschemes/xcschememanagement.plist | 42 +++ 7 files changed, 597 insertions(+) create mode 100644 xcode-capture/Capture/Capture.xcodeproj/project.pbxproj create mode 100644 xcode-capture/Capture/Capture.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 xcode-capture/Capture/Capture.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 xcode-capture/Capture/Capture.xcodeproj/xcshareddata/xcschemes/Animation.xcscheme create mode 100644 xcode-capture/Capture/Capture.xcodeproj/xcshareddata/xcschemes/ComputeToRender.xcscheme create mode 100644 xcode-capture/Capture/Capture.xcodeproj/xcshareddata/xcschemes/Primitive.xcscheme create mode 100644 xcode-capture/Capture/Capture.xcodeproj/xcuserdata/isaacmarovitz.xcuserdatad/xcschemes/xcschememanagement.plist diff --git a/xcode-capture/Capture/Capture.xcodeproj/project.pbxproj b/xcode-capture/Capture/Capture.xcodeproj/project.pbxproj new file mode 100644 index 0000000..07acc48 --- /dev/null +++ b/xcode-capture/Capture/Capture.xcodeproj/project.pbxproj @@ -0,0 +1,323 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 56; + objects = { + +/* Begin PBXGroup section */ + 6E60B90B2BA66C45002DC425 = { + isa = PBXGroup; + children = ( + ); + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXLegacyTarget section */ + 6E60B9102BA66C45002DC425 /* ComputeToRender */ = { + isa = PBXLegacyTarget; + buildArgumentsString = "build -c Debug src/SharpMetal.Examples.ComputeToRender"; + buildConfigurationList = 6E60B9132BA66C45002DC425 /* Build configuration list for PBXLegacyTarget "ComputeToRender" */; + buildPhases = ( + ); + buildToolPath = /usr/local/share/dotnet/dotnet; + buildWorkingDirectory = ../../; + dependencies = ( + ); + name = ComputeToRender; + passBuildSettingsInEnvironment = 0; + productName = Capture; + }; + 6E60B9162BA66DBD002DC425 /* Animation */ = { + isa = PBXLegacyTarget; + buildArgumentsString = "build -c Debug src/SharpMetal.Examples.Animation"; + buildConfigurationList = 6E60B9172BA66DBD002DC425 /* Build configuration list for PBXLegacyTarget "Animation" */; + buildPhases = ( + ); + buildToolPath = /usr/local/share/dotnet/dotnet; + buildWorkingDirectory = ../../; + dependencies = ( + ); + name = Animation; + passBuildSettingsInEnvironment = 0; + productName = Capture; + }; + 6E60B91A2BA66DC1002DC425 /* Primitive */ = { + isa = PBXLegacyTarget; + buildArgumentsString = "build -c Debug src/SharpMetal.Examples.Primitive"; + buildConfigurationList = 6E60B91B2BA66DC1002DC425 /* Build configuration list for PBXLegacyTarget "Primitive" */; + buildPhases = ( + ); + buildToolPath = /usr/local/share/dotnet/dotnet; + buildWorkingDirectory = ../../; + dependencies = ( + ); + name = Primitive; + passBuildSettingsInEnvironment = 0; + productName = Capture; + }; +/* End PBXLegacyTarget section */ + +/* Begin PBXProject section */ + 6E60B90C2BA66C45002DC425 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastUpgradeCheck = 1530; + TargetAttributes = { + 6E60B9102BA66C45002DC425 = { + CreatedOnToolsVersion = 15.3; + }; + }; + }; + buildConfigurationList = 6E60B90F2BA66C45002DC425 /* Build configuration list for PBXProject "Capture" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 6E60B90B2BA66C45002DC425; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 6E60B9102BA66C45002DC425 /* ComputeToRender */, + 6E60B9162BA66DBD002DC425 /* Animation */, + 6E60B91A2BA66DC1002DC425 /* Primitive */, + ); + }; +/* End PBXProject section */ + +/* Begin XCBuildConfiguration section */ + 6E60B9112BA66C45002DC425 /* 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; + 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; + }; + name = Debug; + }; + 6E60B9122BA66C45002DC425 /* 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"; + 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; + }; + name = Release; + }; + 6E60B9142BA66C45002DC425 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEBUGGING_SYMBOLS = YES; + DEBUG_INFORMATION_FORMAT = dwarf; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 6E60B9152BA66C45002DC425 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + 6E60B9182BA66DBD002DC425 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEBUGGING_SYMBOLS = YES; + DEBUG_INFORMATION_FORMAT = dwarf; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 6E60B9192BA66DBD002DC425 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + 6E60B91C2BA66DC1002DC425 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEBUGGING_SYMBOLS = YES; + DEBUG_INFORMATION_FORMAT = dwarf; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 6E60B91D2BA66DC1002DC425 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + OTHER_CFLAGS = ""; + OTHER_LDFLAGS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 6E60B90F2BA66C45002DC425 /* Build configuration list for PBXProject "Capture" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6E60B9112BA66C45002DC425 /* Debug */, + 6E60B9122BA66C45002DC425 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6E60B9132BA66C45002DC425 /* Build configuration list for PBXLegacyTarget "ComputeToRender" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6E60B9142BA66C45002DC425 /* Debug */, + 6E60B9152BA66C45002DC425 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6E60B9172BA66DBD002DC425 /* Build configuration list for PBXLegacyTarget "Animation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6E60B9182BA66DBD002DC425 /* Debug */, + 6E60B9192BA66DBD002DC425 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 6E60B91B2BA66DC1002DC425 /* Build configuration list for PBXLegacyTarget "Primitive" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 6E60B91C2BA66DC1002DC425 /* Debug */, + 6E60B91D2BA66DC1002DC425 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 6E60B90C2BA66C45002DC425 /* Project object */; +} diff --git a/xcode-capture/Capture/Capture.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/xcode-capture/Capture/Capture.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/xcode-capture/Capture/Capture.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/xcode-capture/Capture/Capture.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/xcode-capture/Capture/Capture.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/xcode-capture/Capture/Capture.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/xcode-capture/Capture/Capture.xcodeproj/xcshareddata/xcschemes/Animation.xcscheme b/xcode-capture/Capture/Capture.xcodeproj/xcshareddata/xcschemes/Animation.xcscheme new file mode 100644 index 0000000..a674bfc --- /dev/null +++ b/xcode-capture/Capture/Capture.xcodeproj/xcshareddata/xcschemes/Animation.xcscheme @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xcode-capture/Capture/Capture.xcodeproj/xcshareddata/xcschemes/ComputeToRender.xcscheme b/xcode-capture/Capture/Capture.xcodeproj/xcshareddata/xcschemes/ComputeToRender.xcscheme new file mode 100644 index 0000000..c4cde3c --- /dev/null +++ b/xcode-capture/Capture/Capture.xcodeproj/xcshareddata/xcschemes/ComputeToRender.xcscheme @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xcode-capture/Capture/Capture.xcodeproj/xcshareddata/xcschemes/Primitive.xcscheme b/xcode-capture/Capture/Capture.xcodeproj/xcshareddata/xcschemes/Primitive.xcscheme new file mode 100644 index 0000000..1ca5ed9 --- /dev/null +++ b/xcode-capture/Capture/Capture.xcodeproj/xcshareddata/xcschemes/Primitive.xcscheme @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xcode-capture/Capture/Capture.xcodeproj/xcuserdata/isaacmarovitz.xcuserdatad/xcschemes/xcschememanagement.plist b/xcode-capture/Capture/Capture.xcodeproj/xcuserdata/isaacmarovitz.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..6fbc12e --- /dev/null +++ b/xcode-capture/Capture/Capture.xcodeproj/xcuserdata/isaacmarovitz.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,42 @@ + + + + + SchemeUserState + + Animation.xcscheme_^#shared#^_ + + orderHint + 1 + + ComputeToRender.xcscheme_^#shared#^_ + + orderHint + 0 + + Primitive.xcscheme_^#shared#^_ + + orderHint + 2 + + + SuppressBuildableAutocreation + + 6E60B9102BA66C45002DC425 + + primary + + + 6E60B9162BA66DBD002DC425 + + primary + + + 6E60B91A2BA66DC1002DC425 + + primary + + + + +