From 2d4e623a9f757a93ae4a9330a8292f6672c192ad Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Mon, 8 Jun 2026 13:21:11 +0100 Subject: [PATCH] Initial Commit --- furumi_macos.xcodeproj/project.pbxproj | 578 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcschemes/xcschememanagement.plist | 14 + .../AccentColor.colorset/Contents.json | 11 + .../AppIcon.appiconset/Contents.json | 58 ++ furumi_macos/Assets.xcassets/Contents.json | 6 + furumi_macos/ContentView.swift | 24 + furumi_macos/furumi_macosApp.swift | 17 + furumi_macosTests/furumi_macosTests.swift | 17 + furumi_macosUITests/furumi_macosUITests.swift | 41 ++ .../furumi_macosUITestsLaunchTests.swift | 33 + 11 files changed, 806 insertions(+) create mode 100644 furumi_macos.xcodeproj/project.pbxproj create mode 100644 furumi_macos.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 furumi_macos.xcodeproj/xcuserdata/ab.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 furumi_macos/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 furumi_macos/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 furumi_macos/Assets.xcassets/Contents.json create mode 100644 furumi_macos/ContentView.swift create mode 100644 furumi_macos/furumi_macosApp.swift create mode 100644 furumi_macosTests/furumi_macosTests.swift create mode 100644 furumi_macosUITests/furumi_macosUITests.swift create mode 100644 furumi_macosUITests/furumi_macosUITestsLaunchTests.swift diff --git a/furumi_macos.xcodeproj/project.pbxproj b/furumi_macos.xcodeproj/project.pbxproj new file mode 100644 index 0000000..3e36cb2 --- /dev/null +++ b/furumi_macos.xcodeproj/project.pbxproj @@ -0,0 +1,578 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 77; + objects = { + +/* Begin PBXContainerItemProxy section */ + 20046E892FD6EB3500968082 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 20046E732FD6EB3300968082 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 20046E7A2FD6EB3300968082; + remoteInfo = furumi_macos; + }; + 20046E932FD6EB3500968082 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 20046E732FD6EB3300968082 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 20046E7A2FD6EB3300968082; + remoteInfo = furumi_macos; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 20046E7B2FD6EB3300968082 /* furumi_macos.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = furumi_macos.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 20046E882FD6EB3500968082 /* furumi_macosTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = furumi_macosTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 20046E922FD6EB3500968082 /* furumi_macosUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = furumi_macosUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFileSystemSynchronizedRootGroup section */ + 20046E7D2FD6EB3300968082 /* furumi_macos */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = furumi_macos; + sourceTree = ""; + }; + 20046E8B2FD6EB3500968082 /* furumi_macosTests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = furumi_macosTests; + sourceTree = ""; + }; + 20046E952FD6EB3500968082 /* furumi_macosUITests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = furumi_macosUITests; + sourceTree = ""; + }; +/* End PBXFileSystemSynchronizedRootGroup section */ + +/* Begin PBXFrameworksBuildPhase section */ + 20046E782FD6EB3300968082 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 20046E852FD6EB3500968082 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 20046E8F2FD6EB3500968082 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 20046E722FD6EB3300968082 = { + isa = PBXGroup; + children = ( + 20046E7D2FD6EB3300968082 /* furumi_macos */, + 20046E8B2FD6EB3500968082 /* furumi_macosTests */, + 20046E952FD6EB3500968082 /* furumi_macosUITests */, + 20046E7C2FD6EB3300968082 /* Products */, + ); + sourceTree = ""; + }; + 20046E7C2FD6EB3300968082 /* Products */ = { + isa = PBXGroup; + children = ( + 20046E7B2FD6EB3300968082 /* furumi_macos.app */, + 20046E882FD6EB3500968082 /* furumi_macosTests.xctest */, + 20046E922FD6EB3500968082 /* furumi_macosUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 20046E7A2FD6EB3300968082 /* furumi_macos */ = { + isa = PBXNativeTarget; + buildConfigurationList = 20046E9C2FD6EB3500968082 /* Build configuration list for PBXNativeTarget "furumi_macos" */; + buildPhases = ( + 20046E772FD6EB3300968082 /* Sources */, + 20046E782FD6EB3300968082 /* Frameworks */, + 20046E792FD6EB3300968082 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + fileSystemSynchronizedGroups = ( + 20046E7D2FD6EB3300968082 /* furumi_macos */, + ); + name = furumi_macos; + packageProductDependencies = ( + ); + productName = furumi_macos; + productReference = 20046E7B2FD6EB3300968082 /* furumi_macos.app */; + productType = "com.apple.product-type.application"; + }; + 20046E872FD6EB3500968082 /* furumi_macosTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 20046E9F2FD6EB3500968082 /* Build configuration list for PBXNativeTarget "furumi_macosTests" */; + buildPhases = ( + 20046E842FD6EB3500968082 /* Sources */, + 20046E852FD6EB3500968082 /* Frameworks */, + 20046E862FD6EB3500968082 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 20046E8A2FD6EB3500968082 /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + 20046E8B2FD6EB3500968082 /* furumi_macosTests */, + ); + name = furumi_macosTests; + packageProductDependencies = ( + ); + productName = furumi_macosTests; + productReference = 20046E882FD6EB3500968082 /* furumi_macosTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + 20046E912FD6EB3500968082 /* furumi_macosUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 20046EA22FD6EB3500968082 /* Build configuration list for PBXNativeTarget "furumi_macosUITests" */; + buildPhases = ( + 20046E8E2FD6EB3500968082 /* Sources */, + 20046E8F2FD6EB3500968082 /* Frameworks */, + 20046E902FD6EB3500968082 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 20046E942FD6EB3500968082 /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + 20046E952FD6EB3500968082 /* furumi_macosUITests */, + ); + name = furumi_macosUITests; + packageProductDependencies = ( + ); + productName = furumi_macosUITests; + productReference = 20046E922FD6EB3500968082 /* furumi_macosUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 20046E732FD6EB3300968082 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 2600; + LastUpgradeCheck = 2600; + TargetAttributes = { + 20046E7A2FD6EB3300968082 = { + CreatedOnToolsVersion = 26.0.1; + }; + 20046E872FD6EB3500968082 = { + CreatedOnToolsVersion = 26.0.1; + TestTargetID = 20046E7A2FD6EB3300968082; + }; + 20046E912FD6EB3500968082 = { + CreatedOnToolsVersion = 26.0.1; + TestTargetID = 20046E7A2FD6EB3300968082; + }; + }; + }; + buildConfigurationList = 20046E762FD6EB3300968082 /* Build configuration list for PBXProject "furumi_macos" */; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 20046E722FD6EB3300968082; + minimizedProjectReferenceProxies = 1; + preferredProjectObjectVersion = 77; + productRefGroup = 20046E7C2FD6EB3300968082 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 20046E7A2FD6EB3300968082 /* furumi_macos */, + 20046E872FD6EB3500968082 /* furumi_macosTests */, + 20046E912FD6EB3500968082 /* furumi_macosUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 20046E792FD6EB3300968082 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 20046E862FD6EB3500968082 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 20046E902FD6EB3500968082 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 20046E772FD6EB3300968082 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 20046E842FD6EB3500968082 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 20046E8E2FD6EB3500968082 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 20046E8A2FD6EB3500968082 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 20046E7A2FD6EB3300968082 /* furumi_macos */; + targetProxy = 20046E892FD6EB3500968082 /* PBXContainerItemProxy */; + }; + 20046E942FD6EB3500968082 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 20046E7A2FD6EB3300968082 /* furumi_macos */; + targetProxy = 20046E932FD6EB3500968082 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 20046E9A2FD6EB3500968082 /* 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 = C4HQWH5969; + 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 = 26.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; + }; + 20046E9B2FD6EB3500968082 /* 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 = C4HQWH5969; + 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 = 26.0; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = macosx; + SWIFT_COMPILATION_MODE = wholemodule; + }; + name = Release; + }; + 20046E9D2FD6EB3500968082 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = C4HQWH5969; + ENABLE_APP_SANDBOX = YES; + ENABLE_HARDENED_RUNTIME = YES; + ENABLE_PREVIEWS = YES; + ENABLE_USER_SELECTED_FILES = readonly; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "hexor.furumi-macos"; + PRODUCT_NAME = "$(TARGET_NAME)"; + REGISTER_APP_GROUPS = YES; + 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; + }; + name = Debug; + }; + 20046E9E2FD6EB3500968082 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = C4HQWH5969; + ENABLE_APP_SANDBOX = YES; + ENABLE_HARDENED_RUNTIME = YES; + ENABLE_PREVIEWS = YES; + ENABLE_USER_SELECTED_FILES = readonly; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "hexor.furumi-macos"; + PRODUCT_NAME = "$(TARGET_NAME)"; + REGISTER_APP_GROUPS = YES; + 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; + }; + name = Release; + }; + 20046EA02FD6EB3500968082 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = C4HQWH5969; + GENERATE_INFOPLIST_FILE = YES; + MACOSX_DEPLOYMENT_TARGET = 26.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "hexor.furumi-macosTests"; + 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; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/furumi_macos.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/furumi_macos"; + }; + name = Debug; + }; + 20046EA12FD6EB3500968082 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = C4HQWH5969; + GENERATE_INFOPLIST_FILE = YES; + MACOSX_DEPLOYMENT_TARGET = 26.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "hexor.furumi-macosTests"; + 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; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/furumi_macos.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/furumi_macos"; + }; + name = Release; + }; + 20046EA32FD6EB3500968082 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = C4HQWH5969; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "hexor.furumi-macosUITests"; + 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; + TEST_TARGET_NAME = furumi_macos; + }; + name = Debug; + }; + 20046EA42FD6EB3500968082 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = C4HQWH5969; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "hexor.furumi-macosUITests"; + 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; + TEST_TARGET_NAME = furumi_macos; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 20046E762FD6EB3300968082 /* Build configuration list for PBXProject "furumi_macos" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 20046E9A2FD6EB3500968082 /* Debug */, + 20046E9B2FD6EB3500968082 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 20046E9C2FD6EB3500968082 /* Build configuration list for PBXNativeTarget "furumi_macos" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 20046E9D2FD6EB3500968082 /* Debug */, + 20046E9E2FD6EB3500968082 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 20046E9F2FD6EB3500968082 /* Build configuration list for PBXNativeTarget "furumi_macosTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 20046EA02FD6EB3500968082 /* Debug */, + 20046EA12FD6EB3500968082 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 20046EA22FD6EB3500968082 /* Build configuration list for PBXNativeTarget "furumi_macosUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 20046EA32FD6EB3500968082 /* Debug */, + 20046EA42FD6EB3500968082 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 20046E732FD6EB3300968082 /* Project object */; +} diff --git a/furumi_macos.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/furumi_macos.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/furumi_macos.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/furumi_macos.xcodeproj/xcuserdata/ab.xcuserdatad/xcschemes/xcschememanagement.plist b/furumi_macos.xcodeproj/xcuserdata/ab.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..758d6ab --- /dev/null +++ b/furumi_macos.xcodeproj/xcuserdata/ab.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + furumi_macos.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/furumi_macos/Assets.xcassets/AccentColor.colorset/Contents.json b/furumi_macos/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/furumi_macos/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/furumi_macos/Assets.xcassets/AppIcon.appiconset/Contents.json b/furumi_macos/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..3f00db4 --- /dev/null +++ b/furumi_macos/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/furumi_macos/Assets.xcassets/Contents.json b/furumi_macos/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/furumi_macos/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/furumi_macos/ContentView.swift b/furumi_macos/ContentView.swift new file mode 100644 index 0000000..f7e28b9 --- /dev/null +++ b/furumi_macos/ContentView.swift @@ -0,0 +1,24 @@ +// +// ContentView.swift +// furumi_macos +// +// Created by Alexandr Bogomiakov on 08/06/2026. +// + +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/furumi_macos/furumi_macosApp.swift b/furumi_macos/furumi_macosApp.swift new file mode 100644 index 0000000..5a59f48 --- /dev/null +++ b/furumi_macos/furumi_macosApp.swift @@ -0,0 +1,17 @@ +// +// furumi_macosApp.swift +// furumi_macos +// +// Created by Alexandr Bogomiakov on 08/06/2026. +// + +import SwiftUI + +@main +struct furumi_macosApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} diff --git a/furumi_macosTests/furumi_macosTests.swift b/furumi_macosTests/furumi_macosTests.swift new file mode 100644 index 0000000..8b0f82c --- /dev/null +++ b/furumi_macosTests/furumi_macosTests.swift @@ -0,0 +1,17 @@ +// +// furumi_macosTests.swift +// furumi_macosTests +// +// Created by Alexandr Bogomiakov on 08/06/2026. +// + +import Testing +@testable import furumi_macos + +struct furumi_macosTests { + + @Test func example() async throws { + // Write your test here and use APIs like `#expect(...)` to check expected conditions. + } + +} diff --git a/furumi_macosUITests/furumi_macosUITests.swift b/furumi_macosUITests/furumi_macosUITests.swift new file mode 100644 index 0000000..27eaf73 --- /dev/null +++ b/furumi_macosUITests/furumi_macosUITests.swift @@ -0,0 +1,41 @@ +// +// furumi_macosUITests.swift +// furumi_macosUITests +// +// Created by Alexandr Bogomiakov on 08/06/2026. +// + +import XCTest + +final class furumi_macosUITests: 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/furumi_macosUITests/furumi_macosUITestsLaunchTests.swift b/furumi_macosUITests/furumi_macosUITestsLaunchTests.swift new file mode 100644 index 0000000..bb09d0c --- /dev/null +++ b/furumi_macosUITests/furumi_macosUITestsLaunchTests.swift @@ -0,0 +1,33 @@ +// +// furumi_macosUITestsLaunchTests.swift +// furumi_macosUITests +// +// Created by Alexandr Bogomiakov on 08/06/2026. +// + +import XCTest + +final class furumi_macosUITestsLaunchTests: 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) + } +}