From ae1c0f5cf5b9ffa44e1e5f18897f55d3f49e9484 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 25 Nov 2023 08:30:13 +0000 Subject: Initial Commit --- metal_test.xcodeproj/project.pbxproj | 342 +++++++++++++++++++++ .../project.xcworkspace/contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../xcschemes/xcschememanagement.plist | 14 + .../AccentColor.colorset/Contents.json | 11 + .../AppIcon.appiconset/Contents.json | 58 ++++ metal_test/Assets.xcassets/Contents.json | 6 + metal_test/ContentView.swift | 24 ++ .../Preview Assets.xcassets/Contents.json | 6 + metal_test/metal_test.entitlements | 10 + metal_test/metal_testApp.swift | 17 + 11 files changed, 503 insertions(+) create mode 100644 metal_test.xcodeproj/project.pbxproj create mode 100644 metal_test.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 metal_test.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 metal_test.xcodeproj/xcuserdata/ianc.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 metal_test/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 metal_test/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 metal_test/Assets.xcassets/Contents.json create mode 100644 metal_test/ContentView.swift create mode 100644 metal_test/Preview Content/Preview Assets.xcassets/Contents.json create mode 100644 metal_test/metal_test.entitlements create mode 100644 metal_test/metal_testApp.swift diff --git a/metal_test.xcodeproj/project.pbxproj b/metal_test.xcodeproj/project.pbxproj new file mode 100644 index 0000000..82a1dc2 --- /dev/null +++ b/metal_test.xcodeproj/project.pbxproj @@ -0,0 +1,342 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 56; + objects = { + +/* Begin PBXBuildFile section */ + 3D63BC8F2B11E80D007AE59F /* metal_testApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D63BC8E2B11E80D007AE59F /* metal_testApp.swift */; }; + 3D63BC912B11E80D007AE59F /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D63BC902B11E80D007AE59F /* ContentView.swift */; }; + 3D63BC932B11E80E007AE59F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3D63BC922B11E80E007AE59F /* Assets.xcassets */; }; + 3D63BC962B11E80E007AE59F /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3D63BC952B11E80E007AE59F /* Preview Assets.xcassets */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 3D63BC8B2B11E80D007AE59F /* metal_test.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = metal_test.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 3D63BC8E2B11E80D007AE59F /* metal_testApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = metal_testApp.swift; sourceTree = ""; }; + 3D63BC902B11E80D007AE59F /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; + 3D63BC922B11E80E007AE59F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 3D63BC952B11E80E007AE59F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + 3D63BC972B11E80E007AE59F /* metal_test.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = metal_test.entitlements; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 3D63BC882B11E80D007AE59F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 3D63BC822B11E80D007AE59F = { + isa = PBXGroup; + children = ( + 3D63BC8D2B11E80D007AE59F /* metal_test */, + 3D63BC8C2B11E80D007AE59F /* Products */, + ); + sourceTree = ""; + }; + 3D63BC8C2B11E80D007AE59F /* Products */ = { + isa = PBXGroup; + children = ( + 3D63BC8B2B11E80D007AE59F /* metal_test.app */, + ); + name = Products; + sourceTree = ""; + }; + 3D63BC8D2B11E80D007AE59F /* metal_test */ = { + isa = PBXGroup; + children = ( + 3D63BC8E2B11E80D007AE59F /* metal_testApp.swift */, + 3D63BC902B11E80D007AE59F /* ContentView.swift */, + 3D63BC922B11E80E007AE59F /* Assets.xcassets */, + 3D63BC972B11E80E007AE59F /* metal_test.entitlements */, + 3D63BC942B11E80E007AE59F /* Preview Content */, + ); + path = metal_test; + sourceTree = ""; + }; + 3D63BC942B11E80E007AE59F /* Preview Content */ = { + isa = PBXGroup; + children = ( + 3D63BC952B11E80E007AE59F /* Preview Assets.xcassets */, + ); + path = "Preview Content"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 3D63BC8A2B11E80D007AE59F /* metal_test */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3D63BC9A2B11E80E007AE59F /* Build configuration list for PBXNativeTarget "metal_test" */; + buildPhases = ( + 3D63BC872B11E80D007AE59F /* Sources */, + 3D63BC882B11E80D007AE59F /* Frameworks */, + 3D63BC892B11E80D007AE59F /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = metal_test; + productName = metal_test; + productReference = 3D63BC8B2B11E80D007AE59F /* metal_test.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 3D63BC832B11E80D007AE59F /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1500; + LastUpgradeCheck = 1500; + TargetAttributes = { + 3D63BC8A2B11E80D007AE59F = { + CreatedOnToolsVersion = 15.0.1; + }; + }; + }; + buildConfigurationList = 3D63BC862B11E80D007AE59F /* Build configuration list for PBXProject "metal_test" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 3D63BC822B11E80D007AE59F; + productRefGroup = 3D63BC8C2B11E80D007AE59F /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 3D63BC8A2B11E80D007AE59F /* metal_test */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 3D63BC892B11E80D007AE59F /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3D63BC962B11E80E007AE59F /* Preview Assets.xcassets in Resources */, + 3D63BC932B11E80E007AE59F /* Assets.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 3D63BC872B11E80D007AE59F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3D63BC912B11E80D007AE59F /* ContentView.swift in Sources */, + 3D63BC8F2B11E80D007AE59F /* metal_testApp.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 3D63BC982B11E80E007AE59F /* 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; + MACOSX_DEPLOYMENT_TARGET = 14.0; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 3D63BC992B11E80E007AE59F /* 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; + MACOSX_DEPLOYMENT_TARGET = 14.0; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = macosx; + SWIFT_COMPILATION_MODE = wholemodule; + }; + name = Release; + }; + 3D63BC9B2B11E80E007AE59F /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = metal_test/metal_test.entitlements; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"metal_test/Preview Content\""; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "deathstation9000.org.uk.metal-test"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + }; + name = Debug; + }; + 3D63BC9C2B11E80E007AE59F /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = metal_test/metal_test.entitlements; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"metal_test/Preview Content\""; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "deathstation9000.org.uk.metal-test"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 3D63BC862B11E80D007AE59F /* Build configuration list for PBXProject "metal_test" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3D63BC982B11E80E007AE59F /* Debug */, + 3D63BC992B11E80E007AE59F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 3D63BC9A2B11E80E007AE59F /* Build configuration list for PBXNativeTarget "metal_test" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3D63BC9B2B11E80E007AE59F /* Debug */, + 3D63BC9C2B11E80E007AE59F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 3D63BC832B11E80D007AE59F /* Project object */; +} diff --git a/metal_test.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/metal_test.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/metal_test.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/metal_test.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/metal_test.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/metal_test.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/metal_test.xcodeproj/xcuserdata/ianc.xcuserdatad/xcschemes/xcschememanagement.plist b/metal_test.xcodeproj/xcuserdata/ianc.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..99d5807 --- /dev/null +++ b/metal_test.xcodeproj/xcuserdata/ianc.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + metal_test.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/metal_test/Assets.xcassets/AccentColor.colorset/Contents.json b/metal_test/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/metal_test/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/metal_test/Assets.xcassets/AppIcon.appiconset/Contents.json b/metal_test/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..3f00db4 --- /dev/null +++ b/metal_test/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,58 @@ +{ + "images" : [ + { + "idiom" : "mac", + "scale" : "1x", + "size" : "16x16" + }, + { + "idiom" : "mac", + "scale" : "2x", + "size" : "16x16" + }, + { + "idiom" : "mac", + "scale" : "1x", + "size" : "32x32" + }, + { + "idiom" : "mac", + "scale" : "2x", + "size" : "32x32" + }, + { + "idiom" : "mac", + "scale" : "1x", + "size" : "128x128" + }, + { + "idiom" : "mac", + "scale" : "2x", + "size" : "128x128" + }, + { + "idiom" : "mac", + "scale" : "1x", + "size" : "256x256" + }, + { + "idiom" : "mac", + "scale" : "2x", + "size" : "256x256" + }, + { + "idiom" : "mac", + "scale" : "1x", + "size" : "512x512" + }, + { + "idiom" : "mac", + "scale" : "2x", + "size" : "512x512" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/metal_test/Assets.xcassets/Contents.json b/metal_test/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/metal_test/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/metal_test/ContentView.swift b/metal_test/ContentView.swift new file mode 100644 index 0000000..3318403 --- /dev/null +++ b/metal_test/ContentView.swift @@ -0,0 +1,24 @@ +// +// ContentView.swift +// metal_test +// +// Created by Ian C on 25/11/2023. +// + +import SwiftUI + +struct ContentView: View { + var body: some View { + VStack { + Image(systemName: "globe") + .imageScale(.large) + .foregroundStyle(.tint) + Text("Hello, world!") + } + .padding() + } +} + +#Preview { + ContentView() +} diff --git a/metal_test/Preview Content/Preview Assets.xcassets/Contents.json b/metal_test/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/metal_test/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/metal_test/metal_test.entitlements b/metal_test/metal_test.entitlements new file mode 100644 index 0000000..18aff0c --- /dev/null +++ b/metal_test/metal_test.entitlements @@ -0,0 +1,10 @@ + + + + + com.apple.security.app-sandbox + + com.apple.security.files.user-selected.read-only + + + diff --git a/metal_test/metal_testApp.swift b/metal_test/metal_testApp.swift new file mode 100644 index 0000000..704f09f --- /dev/null +++ b/metal_test/metal_testApp.swift @@ -0,0 +1,17 @@ +// +// metal_testApp.swift +// metal_test +// +// Created by Ian C on 25/11/2023. +// + +import SwiftUI + +@main +struct metal_testApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} -- cgit v1.2.3