From ae370c76ee836e03ee2ace307982d1ea2bf9c4ee Mon Sep 17 00:00:00 2001 From: sechmachine <97589681+sechmachine727@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:22:28 +0700 Subject: [PATCH] Initial Commit --- VerseVDI-Data-Plane.xcodeproj/project.pbxproj | 568 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcschemes/xcschememanagement.plist | 14 + .../AccentColor.colorset/Contents.json | 11 + .../AppIcon.appiconset/Contents.json | 58 ++ .../Assets.xcassets/Contents.json | 6 + VerseVDI-Data-Plane/ContentView.swift | 24 + .../VerseVDI_Data_PlaneApp.swift | 17 + .../VerseVDI_Data_PlaneTests.swift | 19 + .../VerseVDI_Data_PlaneUITests.swift | 43 ++ ...erseVDI_Data_PlaneUITestsLaunchTests.swift | 35 ++ 11 files changed, 802 insertions(+) create mode 100644 VerseVDI-Data-Plane.xcodeproj/project.pbxproj create mode 100644 VerseVDI-Data-Plane.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 VerseVDI-Data-Plane.xcodeproj/xcuserdata/sechmachine.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 VerseVDI-Data-Plane/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 VerseVDI-Data-Plane/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 VerseVDI-Data-Plane/Assets.xcassets/Contents.json create mode 100644 VerseVDI-Data-Plane/ContentView.swift create mode 100644 VerseVDI-Data-Plane/VerseVDI_Data_PlaneApp.swift create mode 100644 VerseVDI-Data-PlaneTests/VerseVDI_Data_PlaneTests.swift create mode 100644 VerseVDI-Data-PlaneUITests/VerseVDI_Data_PlaneUITests.swift create mode 100644 VerseVDI-Data-PlaneUITests/VerseVDI_Data_PlaneUITestsLaunchTests.swift diff --git a/VerseVDI-Data-Plane.xcodeproj/project.pbxproj b/VerseVDI-Data-Plane.xcodeproj/project.pbxproj new file mode 100644 index 0000000..7e19349 --- /dev/null +++ b/VerseVDI-Data-Plane.xcodeproj/project.pbxproj @@ -0,0 +1,568 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 77; + objects = { + +/* Begin PBXContainerItemProxy section */ + D871ABB3300F47A300A51C7C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D871AB9D300F47A100A51C7C /* Project object */; + proxyType = 1; + remoteGlobalIDString = D871ABA4300F47A100A51C7C; + remoteInfo = "VerseVDI-Data-Plane"; + }; + D871ABBD300F47A300A51C7C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D871AB9D300F47A100A51C7C /* Project object */; + proxyType = 1; + remoteGlobalIDString = D871ABA4300F47A100A51C7C; + remoteInfo = "VerseVDI-Data-Plane"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + D871ABA5300F47A100A51C7C /* VerseVDI-Data-Plane.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "VerseVDI-Data-Plane.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + D871ABB2300F47A300A51C7C /* VerseVDI-Data-PlaneTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "VerseVDI-Data-PlaneTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + D871ABBC300F47A300A51C7C /* VerseVDI-Data-PlaneUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "VerseVDI-Data-PlaneUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFileSystemSynchronizedRootGroup section */ + D871ABA7300F47A100A51C7C /* VerseVDI-Data-Plane */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = "VerseVDI-Data-Plane"; + sourceTree = ""; + }; + D871ABB5300F47A300A51C7C /* VerseVDI-Data-PlaneTests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = "VerseVDI-Data-PlaneTests"; + sourceTree = ""; + }; + D871ABBF300F47A300A51C7C /* VerseVDI-Data-PlaneUITests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = "VerseVDI-Data-PlaneUITests"; + sourceTree = ""; + }; +/* End PBXFileSystemSynchronizedRootGroup section */ + +/* Begin PBXFrameworksBuildPhase section */ + D871ABA2300F47A100A51C7C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D871ABAF300F47A300A51C7C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D871ABB9300F47A300A51C7C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + D871AB9C300F47A100A51C7C = { + isa = PBXGroup; + children = ( + D871ABA7300F47A100A51C7C /* VerseVDI-Data-Plane */, + D871ABB5300F47A300A51C7C /* VerseVDI-Data-PlaneTests */, + D871ABBF300F47A300A51C7C /* VerseVDI-Data-PlaneUITests */, + D871ABA6300F47A100A51C7C /* Products */, + ); + sourceTree = ""; + }; + D871ABA6300F47A100A51C7C /* Products */ = { + isa = PBXGroup; + children = ( + D871ABA5300F47A100A51C7C /* VerseVDI-Data-Plane.app */, + D871ABB2300F47A300A51C7C /* VerseVDI-Data-PlaneTests.xctest */, + D871ABBC300F47A300A51C7C /* VerseVDI-Data-PlaneUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + D871ABA4300F47A100A51C7C /* VerseVDI-Data-Plane */ = { + isa = PBXNativeTarget; + buildConfigurationList = D871ABC6300F47A300A51C7C /* Build configuration list for PBXNativeTarget "VerseVDI-Data-Plane" */; + buildPhases = ( + D871ABA1300F47A100A51C7C /* Sources */, + D871ABA2300F47A100A51C7C /* Frameworks */, + D871ABA3300F47A100A51C7C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + fileSystemSynchronizedGroups = ( + D871ABA7300F47A100A51C7C /* VerseVDI-Data-Plane */, + ); + name = "VerseVDI-Data-Plane"; + packageProductDependencies = ( + ); + productName = "VerseVDI-Data-Plane"; + productReference = D871ABA5300F47A100A51C7C /* VerseVDI-Data-Plane.app */; + productType = "com.apple.product-type.application"; + }; + D871ABB1300F47A300A51C7C /* VerseVDI-Data-PlaneTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = D871ABC9300F47A300A51C7C /* Build configuration list for PBXNativeTarget "VerseVDI-Data-PlaneTests" */; + buildPhases = ( + D871ABAE300F47A300A51C7C /* Sources */, + D871ABAF300F47A300A51C7C /* Frameworks */, + D871ABB0300F47A300A51C7C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + D871ABB4300F47A300A51C7C /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + D871ABB5300F47A300A51C7C /* VerseVDI-Data-PlaneTests */, + ); + name = "VerseVDI-Data-PlaneTests"; + packageProductDependencies = ( + ); + productName = "VerseVDI-Data-PlaneTests"; + productReference = D871ABB2300F47A300A51C7C /* VerseVDI-Data-PlaneTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + D871ABBB300F47A300A51C7C /* VerseVDI-Data-PlaneUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = D871ABCC300F47A300A51C7C /* Build configuration list for PBXNativeTarget "VerseVDI-Data-PlaneUITests" */; + buildPhases = ( + D871ABB8300F47A300A51C7C /* Sources */, + D871ABB9300F47A300A51C7C /* Frameworks */, + D871ABBA300F47A300A51C7C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + D871ABBE300F47A300A51C7C /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + D871ABBF300F47A300A51C7C /* VerseVDI-Data-PlaneUITests */, + ); + name = "VerseVDI-Data-PlaneUITests"; + packageProductDependencies = ( + ); + productName = "VerseVDI-Data-PlaneUITests"; + productReference = D871ABBC300F47A300A51C7C /* VerseVDI-Data-PlaneUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D871AB9D300F47A100A51C7C /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 2660; + LastUpgradeCheck = 2660; + TargetAttributes = { + D871ABA4300F47A100A51C7C = { + CreatedOnToolsVersion = 26.6; + }; + D871ABB1300F47A300A51C7C = { + CreatedOnToolsVersion = 26.6; + TestTargetID = D871ABA4300F47A100A51C7C; + }; + D871ABBB300F47A300A51C7C = { + CreatedOnToolsVersion = 26.6; + TestTargetID = D871ABA4300F47A100A51C7C; + }; + }; + }; + buildConfigurationList = D871ABA0300F47A100A51C7C /* Build configuration list for PBXProject "VerseVDI-Data-Plane" */; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = D871AB9C300F47A100A51C7C; + minimizedProjectReferenceProxies = 1; + preferredProjectObjectVersion = 77; + productRefGroup = D871ABA6300F47A100A51C7C /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D871ABA4300F47A100A51C7C /* VerseVDI-Data-Plane */, + D871ABB1300F47A300A51C7C /* VerseVDI-Data-PlaneTests */, + D871ABBB300F47A300A51C7C /* VerseVDI-Data-PlaneUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + D871ABA3300F47A100A51C7C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D871ABB0300F47A300A51C7C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D871ABBA300F47A300A51C7C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + D871ABA1300F47A100A51C7C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D871ABAE300F47A300A51C7C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D871ABB8300F47A300A51C7C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + D871ABB4300F47A300A51C7C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = D871ABA4300F47A100A51C7C /* VerseVDI-Data-Plane */; + targetProxy = D871ABB3300F47A300A51C7C /* PBXContainerItemProxy */; + }; + D871ABBE300F47A300A51C7C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = D871ABA4300F47A100A51C7C /* VerseVDI-Data-Plane */; + targetProxy = D871ABBD300F47A300A51C7C /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + D871ABC4300F47A300A51C7C /* 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 = 26.5; + 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; + }; + D871ABC5300F47A300A51C7C /* 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 = 26.5; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = macosx; + SWIFT_COMPILATION_MODE = wholemodule; + }; + name = Release; + }; + D871ABC7300F47A300A51C7C /* 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; + ENABLE_APP_SANDBOX = 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 = "io.sechmachine.VerseVDI-Data-Plane"; + 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; + }; + D871ABC8300F47A300A51C7C /* 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; + ENABLE_APP_SANDBOX = 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 = "io.sechmachine.VerseVDI-Data-Plane"; + 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; + }; + D871ABCA300F47A300A51C7C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + GENERATE_INFOPLIST_FILE = YES; + MACOSX_DEPLOYMENT_TARGET = 26.5; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "io.sechmachine.VerseVDI-Data-PlaneTests"; + 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)/VerseVDI-Data-Plane.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/VerseVDI-Data-Plane"; + }; + name = Debug; + }; + D871ABCB300F47A300A51C7C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + GENERATE_INFOPLIST_FILE = YES; + MACOSX_DEPLOYMENT_TARGET = 26.5; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "io.sechmachine.VerseVDI-Data-PlaneTests"; + 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)/VerseVDI-Data-Plane.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/VerseVDI-Data-Plane"; + }; + name = Release; + }; + D871ABCD300F47A300A51C7C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "io.sechmachine.VerseVDI-Data-PlaneUITests"; + 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 = "VerseVDI-Data-Plane"; + }; + name = Debug; + }; + D871ABCE300F47A300A51C7C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "io.sechmachine.VerseVDI-Data-PlaneUITests"; + 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 = "VerseVDI-Data-Plane"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + D871ABA0300F47A100A51C7C /* Build configuration list for PBXProject "VerseVDI-Data-Plane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D871ABC4300F47A300A51C7C /* Debug */, + D871ABC5300F47A300A51C7C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D871ABC6300F47A300A51C7C /* Build configuration list for PBXNativeTarget "VerseVDI-Data-Plane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D871ABC7300F47A300A51C7C /* Debug */, + D871ABC8300F47A300A51C7C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D871ABC9300F47A300A51C7C /* Build configuration list for PBXNativeTarget "VerseVDI-Data-PlaneTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D871ABCA300F47A300A51C7C /* Debug */, + D871ABCB300F47A300A51C7C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D871ABCC300F47A300A51C7C /* Build configuration list for PBXNativeTarget "VerseVDI-Data-PlaneUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D871ABCD300F47A300A51C7C /* Debug */, + D871ABCE300F47A300A51C7C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = D871AB9D300F47A100A51C7C /* Project object */; +} diff --git a/VerseVDI-Data-Plane.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/VerseVDI-Data-Plane.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/VerseVDI-Data-Plane.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/VerseVDI-Data-Plane.xcodeproj/xcuserdata/sechmachine.xcuserdatad/xcschemes/xcschememanagement.plist b/VerseVDI-Data-Plane.xcodeproj/xcuserdata/sechmachine.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..057d03a --- /dev/null +++ b/VerseVDI-Data-Plane.xcodeproj/xcuserdata/sechmachine.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + VerseVDI-Data-Plane.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/VerseVDI-Data-Plane/Assets.xcassets/AccentColor.colorset/Contents.json b/VerseVDI-Data-Plane/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/VerseVDI-Data-Plane/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/VerseVDI-Data-Plane/Assets.xcassets/AppIcon.appiconset/Contents.json b/VerseVDI-Data-Plane/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..3f00db4 --- /dev/null +++ b/VerseVDI-Data-Plane/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/VerseVDI-Data-Plane/Assets.xcassets/Contents.json b/VerseVDI-Data-Plane/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/VerseVDI-Data-Plane/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/VerseVDI-Data-Plane/ContentView.swift b/VerseVDI-Data-Plane/ContentView.swift new file mode 100644 index 0000000..af795bd --- /dev/null +++ b/VerseVDI-Data-Plane/ContentView.swift @@ -0,0 +1,24 @@ +// +// ContentView.swift +// VerseVDI-Data-Plane +// +// Created by Hai Duong Luu on 2026/07/21. +// + +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/VerseVDI-Data-Plane/VerseVDI_Data_PlaneApp.swift b/VerseVDI-Data-Plane/VerseVDI_Data_PlaneApp.swift new file mode 100644 index 0000000..2c6485c --- /dev/null +++ b/VerseVDI-Data-Plane/VerseVDI_Data_PlaneApp.swift @@ -0,0 +1,17 @@ +// +// VerseVDI_Data_PlaneApp.swift +// VerseVDI-Data-Plane +// +// Created by Hai Duong Luu on 2026/07/21. +// + +import SwiftUI + +@main +struct VerseVDI_Data_PlaneApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} diff --git a/VerseVDI-Data-PlaneTests/VerseVDI_Data_PlaneTests.swift b/VerseVDI-Data-PlaneTests/VerseVDI_Data_PlaneTests.swift new file mode 100644 index 0000000..95e61b8 --- /dev/null +++ b/VerseVDI-Data-PlaneTests/VerseVDI_Data_PlaneTests.swift @@ -0,0 +1,19 @@ +// +// VerseVDI_Data_PlaneTests.swift +// VerseVDI-Data-PlaneTests +// +// Created by Hai Duong Luu on 2026/07/21. +// + +import Testing +@testable import VerseVDI_Data_Plane + +struct VerseVDI_Data_PlaneTests { + + @Test func example() async throws { + // Write your test here and use APIs like `#expect(...)` to check expected conditions. + // Swift Testing Documentation + // https://developer.apple.com/documentation/testing + } + +} diff --git a/VerseVDI-Data-PlaneUITests/VerseVDI_Data_PlaneUITests.swift b/VerseVDI-Data-PlaneUITests/VerseVDI_Data_PlaneUITests.swift new file mode 100644 index 0000000..721b3ab --- /dev/null +++ b/VerseVDI-Data-PlaneUITests/VerseVDI_Data_PlaneUITests.swift @@ -0,0 +1,43 @@ +// +// VerseVDI_Data_PlaneUITests.swift +// VerseVDI-Data-PlaneUITests +// +// Created by Hai Duong Luu on 2026/07/21. +// + +import XCTest + +final class VerseVDI_Data_PlaneUITests: 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. + // XCUIAutomation Documentation + // https://developer.apple.com/documentation/xcuiautomation + } + + @MainActor + func testLaunchPerformance() throws { + // This measures how long it takes to launch your application. + measure(metrics: [XCTApplicationLaunchMetric()]) { + XCUIApplication().launch() + } + } +} diff --git a/VerseVDI-Data-PlaneUITests/VerseVDI_Data_PlaneUITestsLaunchTests.swift b/VerseVDI-Data-PlaneUITests/VerseVDI_Data_PlaneUITestsLaunchTests.swift new file mode 100644 index 0000000..2d1ba59 --- /dev/null +++ b/VerseVDI-Data-PlaneUITests/VerseVDI_Data_PlaneUITestsLaunchTests.swift @@ -0,0 +1,35 @@ +// +// VerseVDI_Data_PlaneUITestsLaunchTests.swift +// VerseVDI-Data-PlaneUITests +// +// Created by Hai Duong Luu on 2026/07/21. +// + +import XCTest + +final class VerseVDI_Data_PlaneUITestsLaunchTests: 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 + // XCUIAutomation Documentation + // https://developer.apple.com/documentation/xcuiautomation + + let attachment = XCTAttachment(screenshot: app.screenshot()) + attachment.name = "Launch Screen" + attachment.lifetime = .keepAlways + add(attachment) + } +}