From 20bd6aa97d2f29034b5d012cc7d95a4bd25411ca Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 16 Dec 2025 13:26:09 -0600 Subject: [PATCH] Initial Commit --- Baccarat.xcodeproj/project.pbxproj | 583 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcschemes/xcschememanagement.plist | 14 + .../AccentColor.colorset/Contents.json | 11 + .../AppIcon.appiconset/Contents.json | 35 ++ Baccarat/Assets.xcassets/Contents.json | 6 + Baccarat/BaccaratApp.swift | 17 + Baccarat/ContentView.swift | 24 + BaccaratTests/BaccaratTests.swift | 17 + BaccaratUITests/BaccaratUITests.swift | 41 ++ .../BaccaratUITestsLaunchTests.swift | 33 + 11 files changed, 788 insertions(+) create mode 100644 Baccarat.xcodeproj/project.pbxproj create mode 100644 Baccarat.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 Baccarat.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 Baccarat/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 Baccarat/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 Baccarat/Assets.xcassets/Contents.json create mode 100644 Baccarat/BaccaratApp.swift create mode 100644 Baccarat/ContentView.swift create mode 100644 BaccaratTests/BaccaratTests.swift create mode 100644 BaccaratUITests/BaccaratUITests.swift create mode 100644 BaccaratUITests/BaccaratUITestsLaunchTests.swift diff --git a/Baccarat.xcodeproj/project.pbxproj b/Baccarat.xcodeproj/project.pbxproj new file mode 100644 index 0000000..5072644 --- /dev/null +++ b/Baccarat.xcodeproj/project.pbxproj @@ -0,0 +1,583 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 77; + objects = { + +/* Begin PBXContainerItemProxy section */ + EAD890C52EF1E9CF006DBA80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = EAD890AF2EF1E9CE006DBA80 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAD890B62EF1E9CE006DBA80; + remoteInfo = Baccarat; + }; + EAD890CF2EF1E9CF006DBA80 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = EAD890AF2EF1E9CE006DBA80 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAD890B62EF1E9CE006DBA80; + remoteInfo = Baccarat; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + EAD890B72EF1E9CE006DBA80 /* Baccarat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Baccarat.app; sourceTree = BUILT_PRODUCTS_DIR; }; + EAD890C42EF1E9CF006DBA80 /* BaccaratTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BaccaratTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + EAD890CE2EF1E9CF006DBA80 /* BaccaratUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BaccaratUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFileSystemSynchronizedRootGroup section */ + EAD890B92EF1E9CE006DBA80 /* Baccarat */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = Baccarat; + sourceTree = ""; + }; + EAD890C72EF1E9CF006DBA80 /* BaccaratTests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = BaccaratTests; + sourceTree = ""; + }; + EAD890D12EF1E9CF006DBA80 /* BaccaratUITests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = BaccaratUITests; + sourceTree = ""; + }; +/* End PBXFileSystemSynchronizedRootGroup section */ + +/* Begin PBXFrameworksBuildPhase section */ + EAD890B42EF1E9CE006DBA80 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EAD890C12EF1E9CF006DBA80 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EAD890CB2EF1E9CF006DBA80 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + EAD890AE2EF1E9CE006DBA80 = { + isa = PBXGroup; + children = ( + EAD890B92EF1E9CE006DBA80 /* Baccarat */, + EAD890C72EF1E9CF006DBA80 /* BaccaratTests */, + EAD890D12EF1E9CF006DBA80 /* BaccaratUITests */, + EAD890B82EF1E9CE006DBA80 /* Products */, + ); + sourceTree = ""; + }; + EAD890B82EF1E9CE006DBA80 /* Products */ = { + isa = PBXGroup; + children = ( + EAD890B72EF1E9CE006DBA80 /* Baccarat.app */, + EAD890C42EF1E9CF006DBA80 /* BaccaratTests.xctest */, + EAD890CE2EF1E9CF006DBA80 /* BaccaratUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + EAD890B62EF1E9CE006DBA80 /* Baccarat */ = { + isa = PBXNativeTarget; + buildConfigurationList = EAD890D82EF1E9CF006DBA80 /* Build configuration list for PBXNativeTarget "Baccarat" */; + buildPhases = ( + EAD890B32EF1E9CE006DBA80 /* Sources */, + EAD890B42EF1E9CE006DBA80 /* Frameworks */, + EAD890B52EF1E9CE006DBA80 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + fileSystemSynchronizedGroups = ( + EAD890B92EF1E9CE006DBA80 /* Baccarat */, + ); + name = Baccarat; + packageProductDependencies = ( + ); + productName = Baccarat; + productReference = EAD890B72EF1E9CE006DBA80 /* Baccarat.app */; + productType = "com.apple.product-type.application"; + }; + EAD890C32EF1E9CF006DBA80 /* BaccaratTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = EAD890DB2EF1E9CF006DBA80 /* Build configuration list for PBXNativeTarget "BaccaratTests" */; + buildPhases = ( + EAD890C02EF1E9CF006DBA80 /* Sources */, + EAD890C12EF1E9CF006DBA80 /* Frameworks */, + EAD890C22EF1E9CF006DBA80 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + EAD890C62EF1E9CF006DBA80 /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + EAD890C72EF1E9CF006DBA80 /* BaccaratTests */, + ); + name = BaccaratTests; + packageProductDependencies = ( + ); + productName = BaccaratTests; + productReference = EAD890C42EF1E9CF006DBA80 /* BaccaratTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + EAD890CD2EF1E9CF006DBA80 /* BaccaratUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = EAD890DE2EF1E9CF006DBA80 /* Build configuration list for PBXNativeTarget "BaccaratUITests" */; + buildPhases = ( + EAD890CA2EF1E9CF006DBA80 /* Sources */, + EAD890CB2EF1E9CF006DBA80 /* Frameworks */, + EAD890CC2EF1E9CF006DBA80 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + EAD890D02EF1E9CF006DBA80 /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + EAD890D12EF1E9CF006DBA80 /* BaccaratUITests */, + ); + name = BaccaratUITests; + packageProductDependencies = ( + ); + productName = BaccaratUITests; + productReference = EAD890CE2EF1E9CF006DBA80 /* BaccaratUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + EAD890AF2EF1E9CE006DBA80 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 2600; + LastUpgradeCheck = 2600; + TargetAttributes = { + EAD890B62EF1E9CE006DBA80 = { + CreatedOnToolsVersion = 26.0; + }; + EAD890C32EF1E9CF006DBA80 = { + CreatedOnToolsVersion = 26.0; + TestTargetID = EAD890B62EF1E9CE006DBA80; + }; + EAD890CD2EF1E9CF006DBA80 = { + CreatedOnToolsVersion = 26.0; + TestTargetID = EAD890B62EF1E9CE006DBA80; + }; + }; + }; + buildConfigurationList = EAD890B22EF1E9CE006DBA80 /* Build configuration list for PBXProject "Baccarat" */; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = EAD890AE2EF1E9CE006DBA80; + minimizedProjectReferenceProxies = 1; + preferredProjectObjectVersion = 77; + productRefGroup = EAD890B82EF1E9CE006DBA80 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + EAD890B62EF1E9CE006DBA80 /* Baccarat */, + EAD890C32EF1E9CF006DBA80 /* BaccaratTests */, + EAD890CD2EF1E9CF006DBA80 /* BaccaratUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + EAD890B52EF1E9CE006DBA80 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EAD890C22EF1E9CF006DBA80 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EAD890CC2EF1E9CF006DBA80 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + EAD890B32EF1E9CE006DBA80 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EAD890C02EF1E9CF006DBA80 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EAD890CA2EF1E9CF006DBA80 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + EAD890C62EF1E9CF006DBA80 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = EAD890B62EF1E9CE006DBA80 /* Baccarat */; + targetProxy = EAD890C52EF1E9CF006DBA80 /* PBXContainerItemProxy */; + }; + EAD890D02EF1E9CF006DBA80 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = EAD890B62EF1E9CE006DBA80 /* Baccarat */; + targetProxy = EAD890CF2EF1E9CF006DBA80 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + EAD890D62EF1E9CF006DBA80 /* 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 = 6R7KLBPBLZ; + 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; + IPHONEOS_DEPLOYMENT_TARGET = 26.0; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + EAD890D72EF1E9CF006DBA80 /* 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 = 6R7KLBPBLZ; + 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; + IPHONEOS_DEPLOYMENT_TARGET = 26.0; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + EAD890D92EF1E9CF006DBA80 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 6R7KLBPBLZ; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchScreen_Generation = YES; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.mbrucedogs.Baccarat; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRING_CATALOG_GENERATE_SYMBOLS = YES; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + EAD890DA2EF1E9CF006DBA80 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 6R7KLBPBLZ; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchScreen_Generation = YES; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.mbrucedogs.Baccarat; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRING_CATALOG_GENERATE_SYMBOLS = YES; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + EAD890DC2EF1E9CF006DBA80 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 6R7KLBPBLZ; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 26.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.mbrucedogs.BaccaratTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRING_CATALOG_GENERATE_SYMBOLS = NO; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Baccarat.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Baccarat"; + }; + name = Debug; + }; + EAD890DD2EF1E9CF006DBA80 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 6R7KLBPBLZ; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 26.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.mbrucedogs.BaccaratTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRING_CATALOG_GENERATE_SYMBOLS = NO; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Baccarat.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Baccarat"; + }; + name = Release; + }; + EAD890DF2EF1E9CF006DBA80 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 6R7KLBPBLZ; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.mbrucedogs.BaccaratUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRING_CATALOG_GENERATE_SYMBOLS = NO; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = Baccarat; + }; + name = Debug; + }; + EAD890E02EF1E9CF006DBA80 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 6R7KLBPBLZ; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.mbrucedogs.BaccaratUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRING_CATALOG_GENERATE_SYMBOLS = NO; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = Baccarat; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + EAD890B22EF1E9CE006DBA80 /* Build configuration list for PBXProject "Baccarat" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EAD890D62EF1E9CF006DBA80 /* Debug */, + EAD890D72EF1E9CF006DBA80 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + EAD890D82EF1E9CF006DBA80 /* Build configuration list for PBXNativeTarget "Baccarat" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EAD890D92EF1E9CF006DBA80 /* Debug */, + EAD890DA2EF1E9CF006DBA80 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + EAD890DB2EF1E9CF006DBA80 /* Build configuration list for PBXNativeTarget "BaccaratTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EAD890DC2EF1E9CF006DBA80 /* Debug */, + EAD890DD2EF1E9CF006DBA80 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + EAD890DE2EF1E9CF006DBA80 /* Build configuration list for PBXNativeTarget "BaccaratUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EAD890DF2EF1E9CF006DBA80 /* Debug */, + EAD890E02EF1E9CF006DBA80 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = EAD890AF2EF1E9CE006DBA80 /* Project object */; +} diff --git a/Baccarat.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Baccarat.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/Baccarat.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Baccarat.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist b/Baccarat.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..c9747b5 --- /dev/null +++ b/Baccarat.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + Baccarat.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/Baccarat/Assets.xcassets/AccentColor.colorset/Contents.json b/Baccarat/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/Baccarat/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Baccarat/Assets.xcassets/AppIcon.appiconset/Contents.json b/Baccarat/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..2305880 --- /dev/null +++ b/Baccarat/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,35 @@ +{ + "images" : [ + { + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "tinted" + } + ], + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Baccarat/Assets.xcassets/Contents.json b/Baccarat/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Baccarat/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Baccarat/BaccaratApp.swift b/Baccarat/BaccaratApp.swift new file mode 100644 index 0000000..c3eddf7 --- /dev/null +++ b/Baccarat/BaccaratApp.swift @@ -0,0 +1,17 @@ +// +// BaccaratApp.swift +// Baccarat +// +// Created by Matt Bruce on 12/16/25. +// + +import SwiftUI + +@main +struct BaccaratApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} diff --git a/Baccarat/ContentView.swift b/Baccarat/ContentView.swift new file mode 100644 index 0000000..99c4fb3 --- /dev/null +++ b/Baccarat/ContentView.swift @@ -0,0 +1,24 @@ +// +// ContentView.swift +// Baccarat +// +// Created by Matt Bruce on 12/16/25. +// + +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/BaccaratTests/BaccaratTests.swift b/BaccaratTests/BaccaratTests.swift new file mode 100644 index 0000000..341f0c6 --- /dev/null +++ b/BaccaratTests/BaccaratTests.swift @@ -0,0 +1,17 @@ +// +// BaccaratTests.swift +// BaccaratTests +// +// Created by Matt Bruce on 12/16/25. +// + +import Testing +@testable import Baccarat + +struct BaccaratTests { + + @Test func example() async throws { + // Write your test here and use APIs like `#expect(...)` to check expected conditions. + } + +} diff --git a/BaccaratUITests/BaccaratUITests.swift b/BaccaratUITests/BaccaratUITests.swift new file mode 100644 index 0000000..5c003c4 --- /dev/null +++ b/BaccaratUITests/BaccaratUITests.swift @@ -0,0 +1,41 @@ +// +// BaccaratUITests.swift +// BaccaratUITests +// +// Created by Matt Bruce on 12/16/25. +// + +import XCTest + +final class BaccaratUITests: XCTestCase { + + override func setUpWithError() throws { + // Put setup code here. This method is called before the invocation of each test method in the class. + + // In UI tests it is usually best to stop immediately when a failure occurs. + continueAfterFailure = false + + // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this. + } + + override func tearDownWithError() throws { + // Put teardown code here. This method is called after the invocation of each test method in the class. + } + + @MainActor + func testExample() throws { + // UI tests must launch the application that they test. + let app = XCUIApplication() + app.launch() + + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + @MainActor + func testLaunchPerformance() throws { + // This measures how long it takes to launch your application. + measure(metrics: [XCTApplicationLaunchMetric()]) { + XCUIApplication().launch() + } + } +} diff --git a/BaccaratUITests/BaccaratUITestsLaunchTests.swift b/BaccaratUITests/BaccaratUITestsLaunchTests.swift new file mode 100644 index 0000000..0a815a4 --- /dev/null +++ b/BaccaratUITests/BaccaratUITestsLaunchTests.swift @@ -0,0 +1,33 @@ +// +// BaccaratUITestsLaunchTests.swift +// BaccaratUITests +// +// Created by Matt Bruce on 12/16/25. +// + +import XCTest + +final class BaccaratUITestsLaunchTests: XCTestCase { + + override class var runsForEachTargetApplicationUIConfiguration: Bool { + true + } + + override func setUpWithError() throws { + continueAfterFailure = false + } + + @MainActor + func testLaunch() throws { + let app = XCUIApplication() + app.launch() + + // Insert steps here to perform after app launch but before taking a screenshot, + // such as logging into a test account or navigating somewhere in the app + + let attachment = XCTAttachment(screenshot: app.screenshot()) + attachment.name = "Launch Screen" + attachment.lifetime = .keepAlways + add(attachment) + } +}