diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.pbxproj b/ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.pbxproj index a57787d..6ce6047 100644 --- a/ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.pbxproj +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.pbxproj @@ -449,7 +449,6 @@ MACOSX_DEPLOYMENT_TARGET = 11.0; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOX; - "PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = com.ARCHBLOX.ARCHBLOXmobile; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx"; @@ -494,7 +493,6 @@ MACOSX_DEPLOYMENT_TARGET = 11.0; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOX; - "PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = com.ARCHBLOX.ARCHBLOXmobile; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx"; diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.xcworkspace/xcuserdata/thomas.xcuserdatad/UserInterfaceState.xcuserstate b/ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.xcworkspace/xcuserdata/thomas.xcuserdatad/UserInterfaceState.xcuserstate index 928161f..746e415 100644 Binary files a/ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.xcworkspace/xcuserdata/thomas.xcuserdatad/UserInterfaceState.xcuserstate and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.xcworkspace/xcuserdata/thomas.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/ARCHBLOX.swift b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/ARCHBLOX.swift index 1ba7022..17e097f 100644 --- a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/ARCHBLOX.swift +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/ARCHBLOX.swift @@ -25,3 +25,4 @@ struct ARCHBLOX: App { } #endif } + diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher.xcodeproj/project.pbxproj b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher.xcodeproj/project.pbxproj new file mode 100644 index 0000000..476b3e2 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher.xcodeproj/project.pbxproj @@ -0,0 +1,585 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 56; + objects = { + +/* Begin PBXBuildFile section */ + E9C1CBC729D4DE6B004003E3 /* ARCHBLOXLauncher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9C1CBC629D4DE6B004003E3 /* ARCHBLOXLauncher.swift */; }; + E9C1CBC929D4DE6B004003E3 /* Form1.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9C1CBC829D4DE6B004003E3 /* Form1.swift */; }; + E9C1CBCE29D4DE6C004003E3 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E9C1CBCD29D4DE6C004003E3 /* Preview Assets.xcassets */; }; + E9C1CBD929D4DE6C004003E3 /* ARCHBLOXLauncherTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9C1CBD829D4DE6C004003E3 /* ARCHBLOXLauncherTests.swift */; }; + E9C1CBE329D4DE6C004003E3 /* ARCHBLOXLauncherUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9C1CBE229D4DE6C004003E3 /* ARCHBLOXLauncherUITests.swift */; }; + E9C1CBE529D4DE6C004003E3 /* ARCHBLOXLauncherUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9C1CBE429D4DE6C004003E3 /* ARCHBLOXLauncherUITestsLaunchTests.swift */; }; + E9C1CBF229D4DEDE004003E3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E9C1CBF129D4DEDE004003E3 /* Assets.xcassets */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + E9C1CBD529D4DE6C004003E3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E9C1CBBB29D4DE6B004003E3 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E9C1CBC229D4DE6B004003E3; + remoteInfo = ARCHBLOXLauncher; + }; + E9C1CBDF29D4DE6C004003E3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = E9C1CBBB29D4DE6B004003E3 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E9C1CBC229D4DE6B004003E3; + remoteInfo = ARCHBLOXLauncher; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + E9C1CBC329D4DE6B004003E3 /* ARCHBLOXLauncher.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ARCHBLOXLauncher.app; sourceTree = BUILT_PRODUCTS_DIR; }; + E9C1CBC629D4DE6B004003E3 /* ARCHBLOXLauncher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ARCHBLOXLauncher.swift; sourceTree = ""; }; + E9C1CBC829D4DE6B004003E3 /* Form1.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Form1.swift; sourceTree = ""; }; + E9C1CBCD29D4DE6C004003E3 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + E9C1CBCF29D4DE6C004003E3 /* ARCHBLOXLauncher.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ARCHBLOXLauncher.entitlements; sourceTree = ""; }; + E9C1CBD429D4DE6C004003E3 /* ARCHBLOXLauncherTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ARCHBLOXLauncherTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + E9C1CBD829D4DE6C004003E3 /* ARCHBLOXLauncherTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ARCHBLOXLauncherTests.swift; sourceTree = ""; }; + E9C1CBDE29D4DE6C004003E3 /* ARCHBLOXLauncherUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ARCHBLOXLauncherUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + E9C1CBE229D4DE6C004003E3 /* ARCHBLOXLauncherUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ARCHBLOXLauncherUITests.swift; sourceTree = ""; }; + E9C1CBE429D4DE6C004003E3 /* ARCHBLOXLauncherUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ARCHBLOXLauncherUITestsLaunchTests.swift; sourceTree = ""; }; + E9C1CBF129D4DEDE004003E3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + E9C1CBC029D4DE6B004003E3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E9C1CBD129D4DE6C004003E3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E9C1CBDB29D4DE6C004003E3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + E9C1CBBA29D4DE6B004003E3 = { + isa = PBXGroup; + children = ( + E9C1CBC529D4DE6B004003E3 /* ARCHBLOXLauncher */, + E9C1CBD729D4DE6C004003E3 /* ARCHBLOXLauncherTests */, + E9C1CBE129D4DE6C004003E3 /* ARCHBLOXLauncherUITests */, + E9C1CBC429D4DE6B004003E3 /* Products */, + ); + sourceTree = ""; + }; + E9C1CBC429D4DE6B004003E3 /* Products */ = { + isa = PBXGroup; + children = ( + E9C1CBC329D4DE6B004003E3 /* ARCHBLOXLauncher.app */, + E9C1CBD429D4DE6C004003E3 /* ARCHBLOXLauncherTests.xctest */, + E9C1CBDE29D4DE6C004003E3 /* ARCHBLOXLauncherUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + E9C1CBC529D4DE6B004003E3 /* ARCHBLOXLauncher */ = { + isa = PBXGroup; + children = ( + E9C1CBF129D4DEDE004003E3 /* Assets.xcassets */, + E9C1CBC629D4DE6B004003E3 /* ARCHBLOXLauncher.swift */, + E9C1CBC829D4DE6B004003E3 /* Form1.swift */, + E9C1CBCF29D4DE6C004003E3 /* ARCHBLOXLauncher.entitlements */, + E9C1CBCC29D4DE6C004003E3 /* Preview Content */, + ); + path = ARCHBLOXLauncher; + sourceTree = ""; + }; + E9C1CBCC29D4DE6C004003E3 /* Preview Content */ = { + isa = PBXGroup; + children = ( + E9C1CBCD29D4DE6C004003E3 /* Preview Assets.xcassets */, + ); + path = "Preview Content"; + sourceTree = ""; + }; + E9C1CBD729D4DE6C004003E3 /* ARCHBLOXLauncherTests */ = { + isa = PBXGroup; + children = ( + E9C1CBD829D4DE6C004003E3 /* ARCHBLOXLauncherTests.swift */, + ); + path = ARCHBLOXLauncherTests; + sourceTree = ""; + }; + E9C1CBE129D4DE6C004003E3 /* ARCHBLOXLauncherUITests */ = { + isa = PBXGroup; + children = ( + E9C1CBE229D4DE6C004003E3 /* ARCHBLOXLauncherUITests.swift */, + E9C1CBE429D4DE6C004003E3 /* ARCHBLOXLauncherUITestsLaunchTests.swift */, + ); + path = ARCHBLOXLauncherUITests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + E9C1CBC229D4DE6B004003E3 /* ARCHBLOXLauncher */ = { + isa = PBXNativeTarget; + buildConfigurationList = E9C1CBE829D4DE6C004003E3 /* Build configuration list for PBXNativeTarget "ARCHBLOXLauncher" */; + buildPhases = ( + E9C1CBBF29D4DE6B004003E3 /* Sources */, + E9C1CBC029D4DE6B004003E3 /* Frameworks */, + E9C1CBC129D4DE6B004003E3 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = ARCHBLOXLauncher; + productName = ARCHBLOXLauncher; + productReference = E9C1CBC329D4DE6B004003E3 /* ARCHBLOXLauncher.app */; + productType = "com.apple.product-type.application"; + }; + E9C1CBD329D4DE6C004003E3 /* ARCHBLOXLauncherTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = E9C1CBEB29D4DE6C004003E3 /* Build configuration list for PBXNativeTarget "ARCHBLOXLauncherTests" */; + buildPhases = ( + E9C1CBD029D4DE6C004003E3 /* Sources */, + E9C1CBD129D4DE6C004003E3 /* Frameworks */, + E9C1CBD229D4DE6C004003E3 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + E9C1CBD629D4DE6C004003E3 /* PBXTargetDependency */, + ); + name = ARCHBLOXLauncherTests; + productName = ARCHBLOXLauncherTests; + productReference = E9C1CBD429D4DE6C004003E3 /* ARCHBLOXLauncherTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + E9C1CBDD29D4DE6C004003E3 /* ARCHBLOXLauncherUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = E9C1CBEE29D4DE6C004003E3 /* Build configuration list for PBXNativeTarget "ARCHBLOXLauncherUITests" */; + buildPhases = ( + E9C1CBDA29D4DE6C004003E3 /* Sources */, + E9C1CBDB29D4DE6C004003E3 /* Frameworks */, + E9C1CBDC29D4DE6C004003E3 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + E9C1CBE029D4DE6C004003E3 /* PBXTargetDependency */, + ); + name = ARCHBLOXLauncherUITests; + productName = ARCHBLOXLauncherUITests; + productReference = E9C1CBDE29D4DE6C004003E3 /* ARCHBLOXLauncherUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + E9C1CBBB29D4DE6B004003E3 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1420; + LastUpgradeCheck = 1420; + TargetAttributes = { + E9C1CBC229D4DE6B004003E3 = { + CreatedOnToolsVersion = 14.2; + }; + E9C1CBD329D4DE6C004003E3 = { + CreatedOnToolsVersion = 14.2; + TestTargetID = E9C1CBC229D4DE6B004003E3; + }; + E9C1CBDD29D4DE6C004003E3 = { + CreatedOnToolsVersion = 14.2; + TestTargetID = E9C1CBC229D4DE6B004003E3; + }; + }; + }; + buildConfigurationList = E9C1CBBE29D4DE6B004003E3 /* Build configuration list for PBXProject "ARCHBLOXLauncher" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = E9C1CBBA29D4DE6B004003E3; + productRefGroup = E9C1CBC429D4DE6B004003E3 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + E9C1CBC229D4DE6B004003E3 /* ARCHBLOXLauncher */, + E9C1CBD329D4DE6C004003E3 /* ARCHBLOXLauncherTests */, + E9C1CBDD29D4DE6C004003E3 /* ARCHBLOXLauncherUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + E9C1CBC129D4DE6B004003E3 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E9C1CBF229D4DEDE004003E3 /* Assets.xcassets in Resources */, + E9C1CBCE29D4DE6C004003E3 /* Preview Assets.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E9C1CBD229D4DE6C004003E3 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E9C1CBDC29D4DE6C004003E3 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + E9C1CBBF29D4DE6B004003E3 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E9C1CBC929D4DE6B004003E3 /* Form1.swift in Sources */, + E9C1CBC729D4DE6B004003E3 /* ARCHBLOXLauncher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E9C1CBD029D4DE6C004003E3 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E9C1CBD929D4DE6C004003E3 /* ARCHBLOXLauncherTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E9C1CBDA29D4DE6C004003E3 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + E9C1CBE329D4DE6C004003E3 /* ARCHBLOXLauncherUITests.swift in Sources */, + E9C1CBE529D4DE6C004003E3 /* ARCHBLOXLauncherUITestsLaunchTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + E9C1CBD629D4DE6C004003E3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = E9C1CBC229D4DE6B004003E3 /* ARCHBLOXLauncher */; + targetProxy = E9C1CBD529D4DE6C004003E3 /* PBXContainerItemProxy */; + }; + E9C1CBE029D4DE6C004003E3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = E9C1CBC229D4DE6B004003E3 /* ARCHBLOXLauncher */; + targetProxy = E9C1CBDF29D4DE6C004003E3 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + E9C1CBE629D4DE6C004003E3 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + 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; + GCC_C_LANGUAGE_STANDARD = gnu11; + 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; + MACOSX_DEPLOYMENT_TARGET = 13.1; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + E9C1CBE729D4DE6C004003E3 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + 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; + GCC_C_LANGUAGE_STANDARD = gnu11; + 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; + MACOSX_DEPLOYMENT_TARGET = 13.1; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = macosx; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + }; + name = Release; + }; + E9C1CBE929D4DE6C004003E3 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcons; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = ARCHBLOXLauncher/ARCHBLOXLauncher.entitlements; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"ARCHBLOXLauncher/Preview Content\""; + DEVELOPMENT_TEAM = BCRZP97G2M; + ENABLE_HARDENED_RUNTIME = YES; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_CFBundleDisplayName = "ARCHBLOX Launcher"; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + MACOSX_DEPLOYMENT_TARGET = 12.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXLauncher; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + }; + name = Debug; + }; + E9C1CBEA29D4DE6C004003E3 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcons; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = ARCHBLOXLauncher/ARCHBLOXLauncher.entitlements; + CODE_SIGN_STYLE = Automatic; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"ARCHBLOXLauncher/Preview Content\""; + DEVELOPMENT_TEAM = BCRZP97G2M; + ENABLE_HARDENED_RUNTIME = YES; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_CFBundleDisplayName = "ARCHBLOX Launcher"; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + MACOSX_DEPLOYMENT_TARGET = 12.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXLauncher; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + }; + name = Release; + }; + E9C1CBEC29D4DE6C004003E3 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = BCRZP97G2M; + GENERATE_INFOPLIST_FILE = YES; + MACOSX_DEPLOYMENT_TARGET = 13.1; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXLauncherTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ARCHBLOXLauncher.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/ARCHBLOXLauncher"; + }; + name = Debug; + }; + E9C1CBED29D4DE6C004003E3 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = BCRZP97G2M; + GENERATE_INFOPLIST_FILE = YES; + MACOSX_DEPLOYMENT_TARGET = 13.1; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXLauncherTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ARCHBLOXLauncher.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/ARCHBLOXLauncher"; + }; + name = Release; + }; + E9C1CBEF29D4DE6C004003E3 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = BCRZP97G2M; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXLauncherUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TEST_TARGET_NAME = ARCHBLOXLauncher; + }; + name = Debug; + }; + E9C1CBF029D4DE6C004003E3 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = BCRZP97G2M; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXLauncherUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TEST_TARGET_NAME = ARCHBLOXLauncher; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + E9C1CBBE29D4DE6B004003E3 /* Build configuration list for PBXProject "ARCHBLOXLauncher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E9C1CBE629D4DE6C004003E3 /* Debug */, + E9C1CBE729D4DE6C004003E3 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E9C1CBE829D4DE6C004003E3 /* Build configuration list for PBXNativeTarget "ARCHBLOXLauncher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E9C1CBE929D4DE6C004003E3 /* Debug */, + E9C1CBEA29D4DE6C004003E3 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E9C1CBEB29D4DE6C004003E3 /* Build configuration list for PBXNativeTarget "ARCHBLOXLauncherTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E9C1CBEC29D4DE6C004003E3 /* Debug */, + E9C1CBED29D4DE6C004003E3 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + E9C1CBEE29D4DE6C004003E3 /* Build configuration list for PBXNativeTarget "ARCHBLOXLauncherUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E9C1CBEF29D4DE6C004003E3 /* Debug */, + E9C1CBF029D4DE6C004003E3 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = E9C1CBBB29D4DE6B004003E3 /* Project object */; +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher.xcodeproj/xcuserdata/thomas.xcuserdatad/xcschemes/xcschememanagement.plist b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher.xcodeproj/xcuserdata/thomas.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..b29450a --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher.xcodeproj/xcuserdata/thomas.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + ARCHBLOXLauncher.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/ARCHBLOXLauncher.entitlements b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/ARCHBLOXLauncher.entitlements new file mode 100644 index 0000000..f2ef3ae --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/ARCHBLOXLauncher.entitlements @@ -0,0 +1,10 @@ + + + + + com.apple.security.app-sandbox + + com.apple.security.files.user-selected.read-only + + + diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/ARCHBLOXLauncher.swift b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/ARCHBLOXLauncher.swift new file mode 100644 index 0000000..66cb8a4 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/ARCHBLOXLauncher.swift @@ -0,0 +1,19 @@ +// +// ARCHBLOXLauncher.swift +// ARCHBLOXLauncher +// +// Created by Thomas G on 30/3/2023. +// + +import SwiftUI + +@main +struct ARCHBLOXLauncher: App { + var body: some Scene { + WindowGroup { + Form1().frame(minWidth: 400, maxWidth: 400, minHeight: 300, maxHeight: 300).edgesIgnoringSafeArea(.top) + }.windowStyle(HiddenTitleBarWindowStyle()).commands { + CommandGroup(replacing: CommandGroupPlacement.newItem) {}; + }; + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX Stickers drawer.stickersiconset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX Stickers drawer.stickersiconset/Contents.json new file mode 100644 index 0000000..bc3c4ee --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX Stickers drawer.stickersiconset/Contents.json @@ -0,0 +1,78 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "60x45" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "60x45" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "67x50" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "74x55" + }, + { + "idiom" : "ios-marketing", + "scale" : "1x", + "size" : "1024x1024" + }, + { + "idiom" : "universal", + "platform" : "ios", + "scale" : "2x", + "size" : "27x20" + }, + { + "idiom" : "universal", + "platform" : "ios", + "scale" : "3x", + "size" : "27x20" + }, + { + "idiom" : "universal", + "platform" : "ios", + "scale" : "2x", + "size" : "32x24" + }, + { + "idiom" : "universal", + "platform" : "ios", + "scale" : "3x", + "size" : "32x24" + }, + { + "idiom" : "ios-marketing", + "platform" : "ios", + "scale" : "1x", + "size" : "1024x768" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX Stickers.stickerpack/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX Stickers.stickerpack/Contents.json new file mode 100644 index 0000000..82224ac --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX Stickers.stickerpack/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "grid-size" : "small" + }, + "stickers" : [ + + ] +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX.imageset/Contents.json new file mode 100644 index 0000000..626a049 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "archblox_glossy128.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "archblox_glossy256.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "archblox_glossy512.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy128.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy128.png new file mode 100644 index 0000000..e4d13a6 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy128.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy256.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy256.png new file mode 100644 index 0000000..cbcd646 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy256.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy512.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy512.png new file mode 100644 index 0000000..7ce570d Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy512.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched-2x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched-2x.png new file mode 100644 index 0000000..c2a0a9d Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched-2x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched-3x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched-3x.png new file mode 100644 index 0000000..c2a0a9d Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched-3x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched.png new file mode 100644 index 0000000..a46d614 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOXarched.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOXarched.imageset/Contents.json new file mode 100644 index 0000000..98dcdf8 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/ARCHBLOXarched.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ARCHBLOXarched.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ARCHBLOXarched-2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ARCHBLOXarched-3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AccentColor.colorset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/Contents.json new file mode 100644 index 0000000..e344d8c --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/Contents.json @@ -0,0 +1,218 @@ +{ + "images" : [ + { + "filename" : "archbloxmobile40 2.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "20x20" + }, + { + "filename" : "archbloxmobile60 1.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "20x20" + }, + { + "filename" : "archbloxmobile29.png", + "idiom" : "iphone", + "scale" : "1x", + "size" : "29x29" + }, + { + "filename" : "archbloxmobile58 1.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "29x29" + }, + { + "filename" : "archbloxmobile87.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "29x29" + }, + { + "filename" : "archbloxmobile80 1.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "40x40" + }, + { + "filename" : "archbloxmobile120 1.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "40x40" + }, + { + "filename" : "archbloxmobile57.png", + "idiom" : "iphone", + "scale" : "1x", + "size" : "57x57" + }, + { + "filename" : "archbloxmobile114.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "57x57" + }, + { + "filename" : "archbloxmobile120.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "60x60" + }, + { + "filename" : "archbloxmobile180.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "60x60" + }, + { + "filename" : "archbloxmobile20.png", + "idiom" : "ipad", + "scale" : "1x", + "size" : "20x20" + }, + { + "filename" : "archbloxmobile40 1.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "20x20" + }, + { + "filename" : "archbloxmobile29 1.png", + "idiom" : "ipad", + "scale" : "1x", + "size" : "29x29" + }, + { + "filename" : "archbloxmobile58.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "29x29" + }, + { + "filename" : "archbloxmobile40.png", + "idiom" : "ipad", + "scale" : "1x", + "size" : "40x40" + }, + { + "filename" : "archbloxmobile80.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "40x40" + }, + { + "filename" : "archbloxmobile50.png", + "idiom" : "ipad", + "scale" : "1x", + "size" : "50x50" + }, + { + "filename" : "archbloxmobile100.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "50x50" + }, + { + "filename" : "archbloxmobile72.png", + "idiom" : "ipad", + "scale" : "1x", + "size" : "72x72" + }, + { + "filename" : "archbloxmobile144.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "72x72" + }, + { + "filename" : "archbloxmobile76.png", + "idiom" : "ipad", + "scale" : "1x", + "size" : "76x76" + }, + { + "filename" : "archbloxmobile152.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "76x76" + }, + { + "filename" : "archbloxmobile167.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "83.5x83.5" + }, + { + "filename" : "archbloxmobile1024.png", + "idiom" : "ios-marketing", + "scale" : "1x", + "size" : "1024x1024" + }, + { + "filename" : "archblox_glossy16.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "16x16" + }, + { + "filename" : "archblox_glossy32 1.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "16x16" + }, + { + "filename" : "archblox_glossy32.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "32x32" + }, + { + "filename" : "archblox_glossy64.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "32x32" + }, + { + "filename" : "archblox_glossy128.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "128x128" + }, + { + "filename" : "archblox_glossy256 1.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "128x128" + }, + { + "filename" : "archblox_glossy256.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "256x256" + }, + { + "filename" : "archblox_glossy512 1.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "256x256" + }, + { + "filename" : "archblox_glossy512.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "512x512" + }, + { + "filename" : "archblox_glossy1024.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "512x512" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy1024.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy1024.png new file mode 100644 index 0000000..ce0ff94 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy1024.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy128.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy128.png new file mode 100644 index 0000000..e4d13a6 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy128.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy16.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy16.png new file mode 100644 index 0000000..27436e9 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy16.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy256 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy256 1.png new file mode 100644 index 0000000..cbcd646 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy256 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy256.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy256.png new file mode 100644 index 0000000..cbcd646 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy256.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy32 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy32 1.png new file mode 100644 index 0000000..79bbe63 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy32 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy32.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy32.png new file mode 100644 index 0000000..79bbe63 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy32.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy512 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy512 1.png new file mode 100644 index 0000000..7ce570d Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy512 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy512.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy512.png new file mode 100644 index 0000000..7ce570d Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy512.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy64.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy64.png new file mode 100644 index 0000000..bcfc5ed Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archblox_glossy64.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile100.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile100.png new file mode 100644 index 0000000..92adafe Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile100.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile1024.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile1024.png new file mode 100644 index 0000000..6966c19 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile1024.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile114.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile114.png new file mode 100644 index 0000000..d683138 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile114.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile120 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile120 1.png new file mode 100644 index 0000000..701ced2 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile120 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile120.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile120.png new file mode 100644 index 0000000..701ced2 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile120.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile144.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile144.png new file mode 100644 index 0000000..f25fdd0 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile144.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile152.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile152.png new file mode 100644 index 0000000..7687531 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile152.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile167.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile167.png new file mode 100644 index 0000000..9037080 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile167.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile180.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile180.png new file mode 100644 index 0000000..56b7735 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile180.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile20.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile20.png new file mode 100644 index 0000000..4428c15 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile20.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile29 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile29 1.png new file mode 100644 index 0000000..ec777cc Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile29 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile29.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile29.png new file mode 100644 index 0000000..ec777cc Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile29.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile40 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile40 1.png new file mode 100644 index 0000000..9c133d2 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile40 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile40 2.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile40 2.png new file mode 100644 index 0000000..9c133d2 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile40 2.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile40.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile40.png new file mode 100644 index 0000000..9c133d2 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile40.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile50.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile50.png new file mode 100644 index 0000000..6b227d2 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile50.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile57.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile57.png new file mode 100644 index 0000000..7f8a76a Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile57.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile58 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile58 1.png new file mode 100644 index 0000000..8701144 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile58 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile58.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile58.png new file mode 100644 index 0000000..8701144 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile58.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile60 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile60 1.png new file mode 100644 index 0000000..204bd3b Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile60 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile72.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile72.png new file mode 100644 index 0000000..f4c53f5 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile72.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile76.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile76.png new file mode 100644 index 0000000..f4a6d68 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile76.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile80 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile80 1.png new file mode 100644 index 0000000..f0ff252 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile80 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile80.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile80.png new file mode 100644 index 0000000..f0ff252 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile80.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile87.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile87.png new file mode 100644 index 0000000..9cdbf89 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/AppIcons.appiconset/archbloxmobile87.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/Contents.json new file mode 100644 index 0000000..2aa0709 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/Contents.json @@ -0,0 +1,9 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "compression-type" : "lossless" + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..1a49c10 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/Contents.json @@ -0,0 +1,271 @@ +{ + "images" : [ + { + "extent" : "full-screen", + "filename" : "launchimage_iphonexs.png", + "idiom" : "iphone", + "minimum-system-version" : "12.0", + "orientation" : "portrait", + "scale" : "3x", + "subtype" : "2688h" + }, + { + "extent" : "full-screen", + "idiom" : "iphone", + "minimum-system-version" : "12.0", + "orientation" : "landscape", + "scale" : "3x", + "subtype" : "2688h" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_iphonexr.png", + "idiom" : "iphone", + "minimum-system-version" : "12.0", + "orientation" : "portrait", + "scale" : "2x", + "subtype" : "1792h" + }, + { + "extent" : "full-screen", + "idiom" : "iphone", + "minimum-system-version" : "12.0", + "orientation" : "landscape", + "scale" : "2x", + "subtype" : "1792h" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_ipadpro11.png", + "idiom" : "ipad", + "minimum-system-version" : "12.0", + "orientation" : "portrait", + "scale" : "2x", + "subtype" : "2388h" + }, + { + "extent" : "full-screen", + "idiom" : "ipad", + "minimum-system-version" : "12.0", + "orientation" : "landscape", + "scale" : "2x", + "subtype" : "2388h" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_iphonex.png", + "idiom" : "iphone", + "minimum-system-version" : "11.0", + "orientation" : "portrait", + "scale" : "3x", + "subtype" : "2436h" + }, + { + "extent" : "full-screen", + "idiom" : "iphone", + "minimum-system-version" : "11.0", + "orientation" : "landscape", + "scale" : "3x", + "subtype" : "2436h" + }, + { + "extent" : "full-screen", + "idiom" : "tv", + "minimum-system-version" : "11.0", + "orientation" : "landscape", + "scale" : "2x" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_ipadpro105.png", + "idiom" : "ipad", + "minimum-system-version" : "10.0", + "orientation" : "portrait", + "scale" : "2x", + "subtype" : "2224h" + }, + { + "extent" : "full-screen", + "idiom" : "ipad", + "minimum-system-version" : "10.0", + "orientation" : "landscape", + "scale" : "2x", + "subtype" : "2224h" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_ipadpro12.png", + "idiom" : "ipad", + "minimum-system-version" : "9.0", + "orientation" : "portrait", + "scale" : "2x", + "subtype" : "1366h" + }, + { + "extent" : "full-screen", + "idiom" : "ipad", + "minimum-system-version" : "9.0", + "orientation" : "landscape", + "scale" : "2x", + "subtype" : "1366h" + }, + { + "extent" : "full-screen", + "idiom" : "tv", + "minimum-system-version" : "9.0", + "orientation" : "landscape", + "scale" : "1x" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_retinahd55.png", + "idiom" : "iphone", + "minimum-system-version" : "8.0", + "orientation" : "portrait", + "scale" : "3x", + "subtype" : "736h" + }, + { + "extent" : "full-screen", + "idiom" : "iphone", + "minimum-system-version" : "8.0", + "orientation" : "landscape", + "scale" : "3x", + "subtype" : "736h" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_retinahd47.png", + "idiom" : "iphone", + "minimum-system-version" : "8.0", + "orientation" : "portrait", + "scale" : "2x", + "subtype" : "667h" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_640960.png", + "idiom" : "iphone", + "minimum-system-version" : "7.0", + "orientation" : "portrait", + "scale" : "2x" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_retina4.png", + "idiom" : "iphone", + "minimum-system-version" : "7.0", + "orientation" : "portrait", + "scale" : "2x", + "subtype" : "retina4" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_ipad7681024.png", + "idiom" : "ipad", + "minimum-system-version" : "7.0", + "orientation" : "portrait", + "scale" : "1x" + }, + { + "extent" : "full-screen", + "idiom" : "ipad", + "minimum-system-version" : "7.0", + "orientation" : "landscape", + "scale" : "1x" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_ipad15362048.png", + "idiom" : "ipad", + "minimum-system-version" : "7.0", + "orientation" : "portrait", + "scale" : "2x" + }, + { + "extent" : "full-screen", + "idiom" : "ipad", + "minimum-system-version" : "7.0", + "orientation" : "landscape", + "scale" : "2x" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_iphone.png", + "idiom" : "iphone", + "orientation" : "portrait", + "scale" : "1x" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_iphone4.png", + "idiom" : "iphone", + "orientation" : "portrait", + "scale" : "2x" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_iphone5.png", + "idiom" : "iphone", + "orientation" : "portrait", + "scale" : "2x", + "subtype" : "retina4" + }, + { + "extent" : "to-status-bar", + "filename" : "launchimage_ipadnostatusbar.png", + "idiom" : "ipad", + "orientation" : "portrait", + "scale" : "1x" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_ipad7681024 1.png", + "idiom" : "ipad", + "orientation" : "portrait", + "scale" : "1x" + }, + { + "extent" : "to-status-bar", + "idiom" : "ipad", + "orientation" : "landscape", + "scale" : "1x" + }, + { + "extent" : "full-screen", + "idiom" : "ipad", + "orientation" : "landscape", + "scale" : "1x" + }, + { + "extent" : "to-status-bar", + "filename" : "launchimage_ipadretinanostatusbar.png", + "idiom" : "ipad", + "orientation" : "portrait", + "scale" : "2x" + }, + { + "extent" : "full-screen", + "filename" : "launchimage_ipad15362048 1.png", + "idiom" : "ipad", + "orientation" : "portrait", + "scale" : "2x" + }, + { + "extent" : "to-status-bar", + "idiom" : "ipad", + "orientation" : "landscape", + "scale" : "2x" + }, + { + "extent" : "full-screen", + "idiom" : "ipad", + "orientation" : "landscape", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_640960.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_640960.png new file mode 100644 index 0000000..0a3bb2c Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_640960.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad15362048 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad15362048 1.png new file mode 100644 index 0000000..249e40f Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad15362048 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad15362048.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad15362048.png new file mode 100644 index 0000000..249e40f Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad15362048.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad7681024 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad7681024 1.png new file mode 100644 index 0000000..36c55ea Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad7681024 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad7681024.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad7681024.png new file mode 100644 index 0000000..36c55ea Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad7681024.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadnostatusbar.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadnostatusbar.png new file mode 100644 index 0000000..8e18cba Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadnostatusbar.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro105.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro105.png new file mode 100644 index 0000000..75708d2 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro105.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro11.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro11.png new file mode 100644 index 0000000..ff25575 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro11.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro12.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro12.png new file mode 100644 index 0000000..d508bf5 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro12.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadretinanostatusbar.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadretinanostatusbar.png new file mode 100644 index 0000000..1b243c2 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadretinanostatusbar.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone.png new file mode 100644 index 0000000..a0db302 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone4.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone4.png new file mode 100644 index 0000000..ed2902e Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone4.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone5.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone5.png new file mode 100644 index 0000000..eb2a7b3 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone5.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonex.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonex.png new file mode 100644 index 0000000..60d1516 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonex.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonexr.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonexr.png new file mode 100644 index 0000000..1accd8a Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonexr.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonexs.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonexs.png new file mode 100644 index 0000000..24678d0 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonexs.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_retina4.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_retina4.png new file mode 100644 index 0000000..277f6ac Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_retina4.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_retinahd47.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_retinahd47.png new file mode 100644 index 0000000..8e9ff6f Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_retinahd47.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_retinahd55.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_retinahd55.png new file mode 100644 index 0000000..e835405 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/LaunchImage.launchimage/launchimage_retinahd55.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/arkot.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/arkot.imageset/Contents.json new file mode 100644 index 0000000..caff930 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/arkot.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "arkot.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "arkot-2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "arkot-3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/arkot.imageset/arkot-2x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/arkot.imageset/arkot-2x.png new file mode 100644 index 0000000..82048ff Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/arkot.imageset/arkot-2x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/arkot.imageset/arkot-3x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/arkot.imageset/arkot-3x.png new file mode 100644 index 0000000..82048ff Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/arkot.imageset/arkot-3x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/arkot.imageset/arkot.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/arkot.imageset/arkot.png new file mode 100644 index 0000000..91ba495 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/arkot.imageset/arkot.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/background.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/background.imageset/Contents.json new file mode 100644 index 0000000..9447e8a --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/background.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "background.jpg", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "background-2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "background-3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/background.imageset/background-2x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/background.imageset/background-2x.png new file mode 100644 index 0000000..75e10fa Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/background.imageset/background-2x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/background.imageset/background-3x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/background.imageset/background-3x.png new file mode 100644 index 0000000..75e10fa Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/background.imageset/background-3x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/background.imageset/background.jpg b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/background.imageset/background.jpg new file mode 100644 index 0000000..3966c30 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/background.imageset/background.jpg differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/backgrounddark.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/backgrounddark.imageset/Contents.json new file mode 100644 index 0000000..ff39409 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/backgrounddark.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "backgrounddark.jpg", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "backgrounddark-2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "backgrounddark-3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/backgrounddark.imageset/backgrounddark-2x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/backgrounddark.imageset/backgrounddark-2x.png new file mode 100644 index 0000000..9345b44 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/backgrounddark.imageset/backgrounddark-2x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/backgrounddark.imageset/backgrounddark-3x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/backgrounddark.imageset/backgrounddark-3x.png new file mode 100644 index 0000000..9345b44 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/backgrounddark.imageset/backgrounddark-3x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/backgrounddark.imageset/backgrounddark.jpg b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/backgrounddark.imageset/backgrounddark.jpg new file mode 100644 index 0000000..d56acb5 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/backgrounddark.imageset/backgrounddark.jpg differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/black.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/black.imageset/Contents.json new file mode 100644 index 0000000..804a4c6 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/black.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "black.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/black.imageset/black.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/black.imageset/black.png new file mode 100644 index 0000000..b7ff058 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/black.imageset/black.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/defaultrender.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/defaultrender.imageset/Contents.json new file mode 100644 index 0000000..d9adbcc --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/defaultrender.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "defaultrender.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "defaultrender-2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "defaultrender-3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/defaultrender.imageset/defaultrender-2x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/defaultrender.imageset/defaultrender-2x.png new file mode 100644 index 0000000..8370e91 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/defaultrender.imageset/defaultrender-2x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/defaultrender.imageset/defaultrender-3x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/defaultrender.imageset/defaultrender-3x.png new file mode 100644 index 0000000..03b4bfa Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/defaultrender.imageset/defaultrender-3x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/defaultrender.imageset/defaultrender.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/defaultrender.imageset/defaultrender.png new file mode 100644 index 0000000..8cc8368 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/defaultrender.imageset/defaultrender.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/divider.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/divider.imageset/Contents.json new file mode 100644 index 0000000..08b0aec --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/divider.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "divider.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/divider.imageset/divider.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/divider.imageset/divider.png new file mode 100644 index 0000000..ae95a58 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/divider.imageset/divider.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/macbar.imageset/13204-2x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/macbar.imageset/13204-2x.png new file mode 100644 index 0000000..8d461eb Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/macbar.imageset/13204-2x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/macbar.imageset/13204-3x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/macbar.imageset/13204-3x.png new file mode 100644 index 0000000..a87def7 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/macbar.imageset/13204-3x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/macbar.imageset/13204.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/macbar.imageset/13204.png new file mode 100644 index 0000000..458c16c Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/macbar.imageset/13204.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/macbar.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/macbar.imageset/Contents.json new file mode 100644 index 0000000..b9338ec --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/macbar.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "13204.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "13204-2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "13204-3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/navbar.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/navbar.imageset/Contents.json new file mode 100644 index 0000000..16bbc5e --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/navbar.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bg-rbx_header.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bg-rbx_header-2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bg-rbx_header-3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/navbar.imageset/bg-rbx_header-2x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/navbar.imageset/bg-rbx_header-2x.png new file mode 100644 index 0000000..bdf4afa Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/navbar.imageset/bg-rbx_header-2x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/navbar.imageset/bg-rbx_header-3x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/navbar.imageset/bg-rbx_header-3x.png new file mode 100644 index 0000000..074a301 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/navbar.imageset/bg-rbx_header-3x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/navbar.imageset/bg-rbx_header.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/navbar.imageset/bg-rbx_header.png new file mode 100644 index 0000000..bdd1348 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/navbar.imageset/bg-rbx_header.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/nil b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/nil new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/nil @@ -0,0 +1 @@ + diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..32ef000 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,18 @@ +{ + "images" : [ + { + "filename" : "background-3x.png", + "idiom" : "tv", + "scale" : "1x" + }, + { + "filename" : "background-3x 1.png", + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/background-3x 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/background-3x 1.png new file mode 100644 index 0000000..75e10fa Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/background-3x 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/background-3x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/background-3x.png new file mode 100644 index 0000000..75e10fa Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/background-3x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json new file mode 100644 index 0000000..341a55f --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "frame-size" : { + "height" : 768, + "width" : 1280 + } + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Contents.json new file mode 100644 index 0000000..de59d88 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Contents.json @@ -0,0 +1,17 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "layers" : [ + { + "filename" : "Front.imagestacklayer" + }, + { + "filename" : "Middle.imagestacklayer" + }, + { + "filename" : "Back.imagestacklayer" + } + ] +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..3efe41b --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,18 @@ +{ + "images" : [ + { + "filename" : "archbloxaa.png", + "idiom" : "tv", + "scale" : "1x" + }, + { + "filename" : "archbloxaa 1.png", + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa 1.png new file mode 100644 index 0000000..3356583 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa.png new file mode 100644 index 0000000..3356583 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json new file mode 100644 index 0000000..fa33227 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "frame-size" : { + "height" : 750, + "width" : 750 + } + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..65f4962 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,18 @@ +{ + "images" : [ + { + "filename" : "circle.png", + "idiom" : "tv", + "scale" : "1x" + }, + { + "filename" : "circle 1.png", + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/circle 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/circle 1.png new file mode 100644 index 0000000..201e8e2 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/circle 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/circle.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/circle.png new file mode 100644 index 0000000..201e8e2 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/circle.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json new file mode 100644 index 0000000..fa33227 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "frame-size" : { + "height" : 750, + "width" : 750 + } + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..7237bcf --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,29 @@ +{ + "images" : [ + { + "filename" : "background-3x.png", + "idiom" : "tv", + "resizing" : { + "cap-insets" : { + "bottom" : 2256, + "top" : 2255 + }, + "center" : { + "height" : 1, + "mode" : "tile" + }, + "mode" : "3-part-vertical" + }, + "scale" : "1x" + }, + { + "filename" : "background-3x 1.png", + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/background-3x 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/background-3x 1.png new file mode 100644 index 0000000..75e10fa Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/background-3x 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/background-3x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/background-3x.png new file mode 100644 index 0000000..75e10fa Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/background-3x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json new file mode 100644 index 0000000..d3e30a3 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "frame-size" : { + "height" : 240, + "width" : 400 + } + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Contents.json new file mode 100644 index 0000000..de59d88 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Contents.json @@ -0,0 +1,17 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "layers" : [ + { + "filename" : "Front.imagestacklayer" + }, + { + "filename" : "Middle.imagestacklayer" + }, + { + "filename" : "Back.imagestacklayer" + } + ] +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..3efe41b --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,18 @@ +{ + "images" : [ + { + "filename" : "archbloxaa.png", + "idiom" : "tv", + "scale" : "1x" + }, + { + "filename" : "archbloxaa 1.png", + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa 1.png new file mode 100644 index 0000000..3356583 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa.png new file mode 100644 index 0000000..3356583 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json new file mode 100644 index 0000000..57a5513 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "frame-size" : { + "height" : 250, + "width" : 250 + } + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..65f4962 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,18 @@ +{ + "images" : [ + { + "filename" : "circle.png", + "idiom" : "tv", + "scale" : "1x" + }, + { + "filename" : "circle 1.png", + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/circle 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/circle 1.png new file mode 100644 index 0000000..201e8e2 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/circle 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/circle.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/circle.png new file mode 100644 index 0000000..201e8e2 Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/circle.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json new file mode 100644 index 0000000..57a5513 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "frame-size" : { + "height" : 250, + "width" : 250 + } + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Contents.json new file mode 100644 index 0000000..f47ba43 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Contents.json @@ -0,0 +1,32 @@ +{ + "assets" : [ + { + "filename" : "App Icon - App Store.imagestack", + "idiom" : "tv", + "role" : "primary-app-icon", + "size" : "1280x768" + }, + { + "filename" : "App Icon.imagestack", + "idiom" : "tv", + "role" : "primary-app-icon", + "size" : "400x240" + }, + { + "filename" : "Top Shelf Image Wide.imageset", + "idiom" : "tv", + "role" : "top-shelf-image-wide", + "size" : "2320x720" + }, + { + "filename" : "Top Shelf Image.imageset", + "idiom" : "tv", + "role" : "top-shelf-image", + "size" : "1920x720" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image Wide.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image Wide.imageset/Contents.json new file mode 100644 index 0000000..32ef000 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image Wide.imageset/Contents.json @@ -0,0 +1,18 @@ +{ + "images" : [ + { + "filename" : "background-3x.png", + "idiom" : "tv", + "scale" : "1x" + }, + { + "filename" : "background-3x 1.png", + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image Wide.imageset/background-3x 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image Wide.imageset/background-3x 1.png new file mode 100644 index 0000000..75e10fa Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image Wide.imageset/background-3x 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image Wide.imageset/background-3x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image Wide.imageset/background-3x.png new file mode 100644 index 0000000..75e10fa Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image Wide.imageset/background-3x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image.imageset/Contents.json new file mode 100644 index 0000000..32ef000 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image.imageset/Contents.json @@ -0,0 +1,18 @@ +{ + "images" : [ + { + "filename" : "background-3x.png", + "idiom" : "tv", + "scale" : "1x" + }, + { + "filename" : "background-3x 1.png", + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image.imageset/background-3x 1.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image.imageset/background-3x 1.png new file mode 100644 index 0000000..75e10fa Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image.imageset/background-3x 1.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image.imageset/background-3x.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image.imageset/background-3x.png new file mode 100644 index 0000000..75e10fa Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image.imageset/background-3x.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/white.imageset/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/white.imageset/Contents.json new file mode 100644 index 0000000..9485c9c --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/white.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "white.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/white.imageset/white.png b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/white.imageset/white.png new file mode 100644 index 0000000..577f43a Binary files /dev/null and b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Assets.xcassets/white.imageset/white.png differ diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Form1.swift b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Form1.swift new file mode 100644 index 0000000..aea81b6 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Form1.swift @@ -0,0 +1,60 @@ +// +// Form1.swift +// ARCHBLOXLauncher +// +// Created by Thomas G on 30/3/2023. +// + +import SwiftUI + + +struct classic_title_bar: View { + var body: some View { + GeometryReader {geometry in + ZStack { + Image("macbar").resizable(capInsets: EdgeInsets(top: 0, leading: 0, bottom: 0, trailing: 0), resizingMode: .tile).frame(width: geometry.size.width, height: 24) + VStack(spacing: 0) { + // Spacer() + HStack { + Spacer() + Text("ARCHBLOX Launcher").foregroundColor(Color.black).font(.custom("Lucida Grande", size: 13)).shadow(color: Color.white.opacity(0.51), radius: 0, x: 0.0, y: 2/3) + Spacer() + }.padding([.top, .bottom], 4) + } + } + } + } +} +struct Form1: View { + @State var homeopen: Bool = false + var body: some View { + classic_title_bar().frame(minHeight: 24, maxHeight: 24).clipped().zIndex(2).shadow(color: Color.black.opacity(0.55), radius: 0.55, x: 0, y: 1).padding(0); + VStack{ + Image("ARCHBLOXarched").resizable().aspectRatio(contentMode: ContentMode.fit).accessibilityLabel("ARCHBLOX").padding(); + Spacer(); + HStack{ + Button("Join") { + + }.font(.custom("Lucida Grande", size: 15)).padding(); + Button("Host") { + homeopen = true; + }.font(.custom("Lucida Grande", size: 15)).padding(); + Button("Update") { + homeopen = true; + }.font(.custom("Lucida Grande", size: 15)).padding(); + } + }.padding(0).background( + Image("background") + .resizable() + .scaledToFill() + .edgesIgnoringSafeArea(.all) + .accessibilityLabel("") + ).preferredColorScheme(ColorScheme.dark) + } +} + +struct Form1_Previews: PreviewProvider { + static var previews: some View { + Form1() + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Preview Content/Preview Assets.xcassets/Contents.json b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncher/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncherTests/ARCHBLOXLauncherTests.swift b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncherTests/ARCHBLOXLauncherTests.swift new file mode 100644 index 0000000..4de7ca2 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncherTests/ARCHBLOXLauncherTests.swift @@ -0,0 +1,36 @@ +// +// ARCHBLOXLauncherTests.swift +// ARCHBLOXLauncherTests +// +// Created by Thomas G on 30/3/2023. +// + +import XCTest +@testable import ARCHBLOXLauncher + +final class ARCHBLOXLauncherTests: XCTestCase { + + override func setUpWithError() throws { + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDownWithError() throws { + // Put teardown code here. This method is called after the invocation of each test method in the class. + } + + func testExample() throws { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + // Any test you write for XCTest can be annotated as throws and async. + // Mark your test throws to produce an unexpected failure when your test encounters an uncaught error. + // Mark your test async to allow awaiting for asynchronous code to complete. Check the results with assertions afterwards. + } + + func testPerformanceExample() throws { + // This is an example of a performance test case. + self.measure { + // Put the code you want to measure the time of here. + } + } + +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncherUITests/ARCHBLOXLauncherUITests.swift b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncherUITests/ARCHBLOXLauncherUITests.swift new file mode 100644 index 0000000..1e79754 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncherUITests/ARCHBLOXLauncherUITests.swift @@ -0,0 +1,41 @@ +// +// ARCHBLOXLauncherUITests.swift +// ARCHBLOXLauncherUITests +// +// Created by Thomas G on 30/3/2023. +// + +import XCTest + +final class ARCHBLOXLauncherUITests: 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. + } + + 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. + } + + func testLaunchPerformance() throws { + if #available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) { + // This measures how long it takes to launch your application. + measure(metrics: [XCTApplicationLaunchMetric()]) { + XCUIApplication().launch() + } + } + } +} diff --git a/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncherUITests/ARCHBLOXLauncherUITestsLaunchTests.swift b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncherUITests/ARCHBLOXLauncherUITestsLaunchTests.swift new file mode 100644 index 0000000..65726f3 --- /dev/null +++ b/ARCHBLOX-MACOS-WINE/ARCHBLOX-LAUNCHER/ARCHBLOXLauncher/ARCHBLOXLauncherUITests/ARCHBLOXLauncherUITestsLaunchTests.swift @@ -0,0 +1,32 @@ +// +// ARCHBLOXLauncherUITestsLaunchTests.swift +// ARCHBLOXLauncherUITests +// +// Created by Thomas G on 30/3/2023. +// + +import XCTest + +final class ARCHBLOXLauncherUITestsLaunchTests: XCTestCase { + + override class var runsForEachTargetApplicationUIConfiguration: Bool { + true + } + + override func setUpWithError() throws { + continueAfterFailure = false + } + + 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) + } +}