diff --git a/ARCHBLOX.xcodeproj/project.pbxproj b/ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.pbxproj similarity index 84% rename from ARCHBLOX.xcodeproj/project.pbxproj rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.pbxproj index bea228d..a57787d 100644 --- a/ARCHBLOX.xcodeproj/project.pbxproj +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + E943F61729BF806C00DAD4AF /* LoadingScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = E943F61629BF806C00DAD4AF /* LoadingScreen.swift */; }; E95B7B5028E549FB00929213 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E95B7B4F28E549FB00929213 /* Assets.xcassets */; }; E95B7B5E28E549FB00929213 /* ARCHBLOXTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E95B7B5D28E549FB00929213 /* ARCHBLOXTests.swift */; }; E95B7B6828E549FB00929213 /* ARCHBLOXUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E95B7B6728E549FB00929213 /* ARCHBLOXUITests.swift */; }; @@ -34,6 +35,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + E943F61629BF806C00DAD4AF /* LoadingScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingScreen.swift; sourceTree = ""; }; E95B7B4828E549FA00929213 /* ARCHBLOX.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ARCHBLOX.app; sourceTree = BUILT_PRODUCTS_DIR; }; E95B7B4F28E549FB00929213 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; E95B7B5428E549FB00929213 /* ARCHBLOX.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ARCHBLOX.entitlements; sourceTree = ""; }; @@ -42,7 +44,7 @@ E95B7B6328E549FB00929213 /* ARCHBLOXUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ARCHBLOXUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; E95B7B6728E549FB00929213 /* ARCHBLOXUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ARCHBLOXUITests.swift; sourceTree = ""; }; E95B7B6928E549FB00929213 /* ARCHBLOXUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ARCHBLOXUITestsLaunchTests.swift; sourceTree = ""; }; - E9D10F1129BF215800172363 /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = ""; }; + E9D10F1129BF215800172363 /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = ""; wrapsLines = 1; }; E9D10F1329BF225A00172363 /* LucidaGrande.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = LucidaGrande.ttf; sourceTree = ""; }; E9D10F1429BF225A00172363 /* LucidaGrandeBold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = LucidaGrandeBold.ttf; sourceTree = ""; }; E9D10F1529BF229900172363 /* ARCHBLOX.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ARCHBLOX.swift; sourceTree = ""; }; @@ -104,6 +106,7 @@ E9D10F1429BF225A00172363 /* LucidaGrandeBold.ttf */, E9D10F1529BF229900172363 /* ARCHBLOX.swift */, E9D10F1729BF281000172363 /* HomeView.swift */, + E943F61629BF806C00DAD4AF /* LoadingScreen.swift */, ); path = ARCHBLOX; sourceTree = ""; @@ -254,6 +257,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + E943F61729BF806C00DAD4AF /* LoadingScreen.swift in Sources */, E9D10F1829BF281000172363 /* HomeView.swift in Sources */, E9D10F1229BF215800172363 /* MainView.swift in Sources */, E9D10F1629BF229900172363 /* ARCHBLOX.swift in Sources */, @@ -344,10 +348,12 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; MACOSX_DEPLOYMENT_TARGET = 11.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; + OTHER_CODE_SIGN_FLAGS = "--deep"; SDKROOT = macosx; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -399,9 +405,11 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; MACOSX_DEPLOYMENT_TARGET = 11.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; + OTHER_CODE_SIGN_FLAGS = "--deep"; SDKROOT = macosx; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_OPTIMIZATION_LEVEL = "-O"; @@ -411,22 +419,29 @@ E95B7B6E28E549FB00929213 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcons; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CODE_SIGN_ENTITLEMENTS = ARCHBLOX/ARCHBLOX.entitlements; - CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = BCRZP97G2M; + ENABLE_HARDENED_RUNTIME = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_CFBundleDisplayName = ARCHBLOX; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.games"; INFOPLIST_KEY_NSHumanReadableCopyright = ""; INFOPLIST_KEY_NSMainStoryboardFile = Main; INFOPLIST_KEY_NSPrincipalClass = NSApplication; - INFOPLIST_KEY_UILaunchStoryboardName = Main.storyboard; + INFOPLIST_KEY_UILaunchStoryboardName = LaunchImage; + INFOPLIST_KEY_UIRequiresFullScreen = NO; + INFOPLIST_KEY_UIStatusBarStyle = UIStatusBarStyleDarkContent; + INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", @@ -434,31 +449,44 @@ 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"; + SUPPORTS_MACCATALYST = NO; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,3"; }; name = Debug; }; E95B7B6F28E549FB00929213 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcons; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CODE_SIGN_ENTITLEMENTS = ARCHBLOX/ARCHBLOX.entitlements; - CODE_SIGN_IDENTITY = "-"; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = BCRZP97G2M; + ENABLE_HARDENED_RUNTIME = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_CFBundleDisplayName = ARCHBLOX; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.games"; INFOPLIST_KEY_NSHumanReadableCopyright = ""; INFOPLIST_KEY_NSMainStoryboardFile = Main; INFOPLIST_KEY_NSPrincipalClass = NSApplication; - INFOPLIST_KEY_UILaunchStoryboardName = Main.storyboard; + INFOPLIST_KEY_UILaunchStoryboardName = LaunchImage; + INFOPLIST_KEY_UIRequiresFullScreen = NO; + INFOPLIST_KEY_UIStatusBarStyle = UIStatusBarStyleDarkContent; + INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", @@ -466,9 +494,15 @@ 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"; + SUPPORTS_MACCATALYST = NO; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,3"; }; name = Release; }; @@ -477,16 +511,24 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = BCRZP97G2M; GENERATE_INFOPLIST_FILE = YES; - MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; + MACOSX_DEPLOYMENT_TARGET = 11.0; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXTests; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; + SUPPORTS_MACCATALYST = NO; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ARCHBLOX.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/ARCHBLOX"; }; name = Debug; @@ -496,16 +538,24 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_IDENTITY = "Apple Development"; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = BCRZP97G2M; GENERATE_INFOPLIST_FILE = YES; - MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; + MACOSX_DEPLOYMENT_TARGET = 11.0; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXTests; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; + SUPPORTS_MACCATALYST = NO; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ARCHBLOX.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/ARCHBLOX"; }; name = Release; @@ -514,16 +564,22 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = BCRZP97G2M; GENERATE_INFOPLIST_FILE = YES; - MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; + MACOSX_DEPLOYMENT_TARGET = 11.0; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXUITests; PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; + SUPPORTS_MACCATALYST = NO; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; TEST_TARGET_NAME = ARCHBLOX; }; name = Debug; @@ -532,16 +588,22 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = YES; + DEVELOPMENT_TEAM = BCRZP97G2M; GENERATE_INFOPLIST_FILE = YES; - MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; + MACOSX_DEPLOYMENT_TARGET = 11.0; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXUITests; PRODUCT_NAME = "$(TARGET_NAME)"; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; + SUPPORTS_MACCATALYST = NO; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; TEST_TARGET_NAME = ARCHBLOX; }; name = Release; diff --git a/ARCHBLOX.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from ARCHBLOX.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/ARCHBLOX.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from ARCHBLOX.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist 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 new file mode 100644 index 0000000..928161f Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/project.xcworkspace/xcuserdata/thomas.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/ARCHBLOX.xcodeproj/xcuserdata/thomas.xcuserdatad/xcschemes/xcschememanagement.plist b/ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/xcuserdata/thomas.xcuserdatad/xcschemes/xcschememanagement.plist similarity index 100% rename from ARCHBLOX.xcodeproj/xcuserdata/thomas.xcuserdatad/xcschemes/xcschememanagement.plist rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX.xcodeproj/xcuserdata/thomas.xcuserdatad/xcschemes/xcschememanagement.plist diff --git a/ARCHBLOX/ARCHBLOX.entitlements b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/ARCHBLOX.entitlements similarity index 100% rename from ARCHBLOX/ARCHBLOX.entitlements rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/ARCHBLOX.entitlements diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/ARCHBLOX.swift b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/ARCHBLOX.swift new file mode 100644 index 0000000..1ba7022 --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/ARCHBLOX.swift @@ -0,0 +1,27 @@ +// +// ARCHBLOX.swift +// ARCHBLOX +// +// Created by Thomas G on 13/3/2023. +// + +import SwiftUI + +@main + + +struct ARCHBLOX: App { + #if os(macOS) + var body: some Scene { + WindowGroup { + MainView().frame(minWidth: 400, maxWidth: .infinity, minHeight: 300, maxHeight: .infinity).edgesIgnoringSafeArea(.top) + }.windowStyle(HiddenTitleBarWindowStyle()); + } + #else + var body: some Scene { + WindowGroup { + LoadingScreen() + } + } + #endif +} diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOX Stickers drawer.stickersiconset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOX Stickers drawer.stickersiconset/Contents.json new file mode 100644 index 0000000..bc3c4ee --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOX Stickers.stickerpack/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOX Stickers.stickerpack/Contents.json new file mode 100644 index 0000000..82224ac --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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/Assets.xcassets/ARCHBLOX.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOX.imageset/Contents.json similarity index 100% rename from ARCHBLOX/Assets.xcassets/ARCHBLOX.imageset/Contents.json rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOX.imageset/Contents.json diff --git a/ARCHBLOX/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy128.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy128.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy128.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy128.png diff --git a/ARCHBLOX/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy256.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy256.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy256.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy256.png diff --git a/ARCHBLOX/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy512.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy512.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy512.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOX.imageset/archblox_glossy512.png diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched-2x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched-2x.png new file mode 100644 index 0000000..c2a0a9d Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched-2x.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched-3x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched-3x.png new file mode 100644 index 0000000..c2a0a9d Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched-3x.png differ diff --git a/ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/ARCHBLOXarched.png diff --git a/ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/Contents.json similarity index 78% rename from ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/Contents.json rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/Contents.json index 93fad0a..98dcdf8 100644 --- a/ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/Contents.json +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/ARCHBLOXarched.imageset/Contents.json @@ -6,10 +6,12 @@ "scale" : "1x" }, { + "filename" : "ARCHBLOXarched-2x.png", "idiom" : "universal", "scale" : "2x" }, { + "filename" : "ARCHBLOXarched-3x.png", "idiom" : "universal", "scale" : "3x" } diff --git a/ARCHBLOX/Assets.xcassets/AccentColor.colorset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AccentColor.colorset/Contents.json similarity index 100% rename from ARCHBLOX/Assets.xcassets/AccentColor.colorset/Contents.json rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/Contents.json new file mode 100644 index 0000000..e344d8c --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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/Assets.xcassets/AppIcon.appiconset/archblox_glossy1024.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy1024.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy1024.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy1024.png diff --git a/ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy128.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy128.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy128.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy128.png diff --git a/ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy16.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy16.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy16.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy16.png diff --git a/ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy256 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy256 1.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy256 1.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy256 1.png diff --git a/ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy256.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy256.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy256.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy256.png diff --git a/ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy32 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy32 1.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy32 1.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy32 1.png diff --git a/ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy32.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy32.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy32.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy32.png diff --git a/ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy512 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy512 1.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy512 1.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy512 1.png diff --git a/ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy512.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy512.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy512.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy512.png diff --git a/ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy64.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy64.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/AppIcon.appiconset/archblox_glossy64.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archblox_glossy64.png diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile100.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile100.png new file mode 100644 index 0000000..92adafe Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile100.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile1024.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile1024.png new file mode 100644 index 0000000..6966c19 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile1024.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile114.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile114.png new file mode 100644 index 0000000..d683138 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile114.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile120 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile120 1.png new file mode 100644 index 0000000..701ced2 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile120 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile120.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile120.png new file mode 100644 index 0000000..701ced2 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile120.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile144.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile144.png new file mode 100644 index 0000000..f25fdd0 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile144.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile152.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile152.png new file mode 100644 index 0000000..7687531 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile152.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile167.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile167.png new file mode 100644 index 0000000..9037080 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile167.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile180.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile180.png new file mode 100644 index 0000000..56b7735 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile180.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile20.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile20.png new file mode 100644 index 0000000..4428c15 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile20.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile29 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile29 1.png new file mode 100644 index 0000000..ec777cc Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile29 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile29.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile29.png new file mode 100644 index 0000000..ec777cc Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile29.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile40 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile40 1.png new file mode 100644 index 0000000..9c133d2 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile40 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile40 2.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile40 2.png new file mode 100644 index 0000000..9c133d2 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile40 2.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile40.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile40.png new file mode 100644 index 0000000..9c133d2 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile40.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile50.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile50.png new file mode 100644 index 0000000..6b227d2 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile50.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile57.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile57.png new file mode 100644 index 0000000..7f8a76a Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile57.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile58 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile58 1.png new file mode 100644 index 0000000..8701144 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile58 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile58.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile58.png new file mode 100644 index 0000000..8701144 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile58.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile60 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile60 1.png new file mode 100644 index 0000000..204bd3b Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile60 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile72.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile72.png new file mode 100644 index 0000000..f4c53f5 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile72.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile76.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile76.png new file mode 100644 index 0000000..f4a6d68 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile76.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile80 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile80 1.png new file mode 100644 index 0000000..f0ff252 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile80 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile80.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile80.png new file mode 100644 index 0000000..f0ff252 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile80.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile87.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile87.png new file mode 100644 index 0000000..9cdbf89 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/AppIcons.appiconset/archbloxmobile87.png differ diff --git a/ARCHBLOX/Assets.xcassets/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/Contents.json similarity index 51% rename from ARCHBLOX/Assets.xcassets/Contents.json rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/Contents.json index 73c0059..2aa0709 100644 --- a/ARCHBLOX/Assets.xcassets/Contents.json +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/Contents.json @@ -2,5 +2,8 @@ "info" : { "author" : "xcode", "version" : 1 + }, + "properties" : { + "compression-type" : "lossless" } } diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/Contents.json new file mode 100644 index 0000000..1a49c10 --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_640960.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_640960.png new file mode 100644 index 0000000..0a3bb2c Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_640960.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad15362048 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad15362048 1.png new file mode 100644 index 0000000..249e40f Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad15362048 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad15362048.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad15362048.png new file mode 100644 index 0000000..249e40f Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad15362048.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad7681024 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad7681024 1.png new file mode 100644 index 0000000..36c55ea Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad7681024 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad7681024.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad7681024.png new file mode 100644 index 0000000..36c55ea Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipad7681024.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadnostatusbar.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadnostatusbar.png new file mode 100644 index 0000000..8e18cba Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadnostatusbar.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro105.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro105.png new file mode 100644 index 0000000..75708d2 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro105.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro11.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro11.png new file mode 100644 index 0000000..ff25575 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro11.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro12.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro12.png new file mode 100644 index 0000000..d508bf5 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadpro12.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadretinanostatusbar.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadretinanostatusbar.png new file mode 100644 index 0000000..1b243c2 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_ipadretinanostatusbar.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone.png new file mode 100644 index 0000000..a0db302 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone4.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone4.png new file mode 100644 index 0000000..ed2902e Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone4.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone5.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone5.png new file mode 100644 index 0000000..eb2a7b3 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphone5.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonex.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonex.png new file mode 100644 index 0000000..60d1516 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonex.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonexr.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonexr.png new file mode 100644 index 0000000..1accd8a Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonexr.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonexs.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonexs.png new file mode 100644 index 0000000..24678d0 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_iphonexs.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_retina4.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_retina4.png new file mode 100644 index 0000000..277f6ac Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_retina4.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_retinahd47.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_retinahd47.png new file mode 100644 index 0000000..8e9ff6f Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_retinahd47.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_retinahd55.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_retinahd55.png new file mode 100644 index 0000000..e835405 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/LaunchImage.launchimage/launchimage_retinahd55.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/arkot.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/arkot.imageset/Contents.json new file mode 100644 index 0000000..caff930 --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/arkot.imageset/arkot-2x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/arkot.imageset/arkot-2x.png new file mode 100644 index 0000000..82048ff Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/arkot.imageset/arkot-2x.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/arkot.imageset/arkot-3x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/arkot.imageset/arkot-3x.png new file mode 100644 index 0000000..82048ff Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/arkot.imageset/arkot-3x.png differ diff --git a/ARCHBLOX/Assets.xcassets/arkot.imageset/arkot.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/arkot.imageset/arkot.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/arkot.imageset/arkot.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/arkot.imageset/arkot.png diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/background.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/background.imageset/Contents.json new file mode 100644 index 0000000..9447e8a --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/background.imageset/background-2x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/background.imageset/background-2x.png new file mode 100644 index 0000000..75e10fa Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/background.imageset/background-2x.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/background.imageset/background-3x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/background.imageset/background-3x.png new file mode 100644 index 0000000..75e10fa Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/background.imageset/background-3x.png differ diff --git a/ARCHBLOX/Assets.xcassets/background.imageset/background.jpg b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/background.imageset/background.jpg similarity index 100% rename from ARCHBLOX/Assets.xcassets/background.imageset/background.jpg rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/background.imageset/background.jpg diff --git a/ARCHBLOX/Assets.xcassets/backgrounddark.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/backgrounddark.imageset/Contents.json similarity index 78% rename from ARCHBLOX/Assets.xcassets/backgrounddark.imageset/Contents.json rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/backgrounddark.imageset/Contents.json index dbf99ac..ff39409 100644 --- a/ARCHBLOX/Assets.xcassets/backgrounddark.imageset/Contents.json +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/backgrounddark.imageset/Contents.json @@ -6,10 +6,12 @@ "scale" : "1x" }, { + "filename" : "backgrounddark-2x.png", "idiom" : "universal", "scale" : "2x" }, { + "filename" : "backgrounddark-3x.png", "idiom" : "universal", "scale" : "3x" } diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/backgrounddark.imageset/backgrounddark-2x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/backgrounddark.imageset/backgrounddark-2x.png new file mode 100644 index 0000000..9345b44 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/backgrounddark.imageset/backgrounddark-2x.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/backgrounddark.imageset/backgrounddark-3x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/backgrounddark.imageset/backgrounddark-3x.png new file mode 100644 index 0000000..9345b44 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/backgrounddark.imageset/backgrounddark-3x.png differ diff --git a/ARCHBLOX/Assets.xcassets/backgrounddark.imageset/backgrounddark.jpg b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/backgrounddark.imageset/backgrounddark.jpg similarity index 100% rename from ARCHBLOX/Assets.xcassets/backgrounddark.imageset/backgrounddark.jpg rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/backgrounddark.imageset/backgrounddark.jpg diff --git a/ARCHBLOX/Assets.xcassets/arkot.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/black.imageset/Contents.json similarity index 89% rename from ARCHBLOX/Assets.xcassets/arkot.imageset/Contents.json rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/black.imageset/Contents.json index fc6af34..804a4c6 100644 --- a/ARCHBLOX/Assets.xcassets/arkot.imageset/Contents.json +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/black.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "arkot.png", + "filename" : "black.png", "idiom" : "universal", "scale" : "1x" }, diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/black.imageset/black.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/black.imageset/black.png new file mode 100644 index 0000000..b7ff058 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/black.imageset/black.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/defaultrender.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/defaultrender.imageset/Contents.json new file mode 100644 index 0000000..d9adbcc --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/defaultrender.imageset/defaultrender-2x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/defaultrender.imageset/defaultrender-2x.png new file mode 100644 index 0000000..8370e91 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/defaultrender.imageset/defaultrender-2x.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/defaultrender.imageset/defaultrender-3x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/defaultrender.imageset/defaultrender-3x.png new file mode 100644 index 0000000..03b4bfa Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/defaultrender.imageset/defaultrender-3x.png differ diff --git a/ARCHBLOX/Assets.xcassets/defaultrender.imageset/defaultrender.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/defaultrender.imageset/defaultrender.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/defaultrender.imageset/defaultrender.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/defaultrender.imageset/defaultrender.png diff --git a/ARCHBLOX/Assets.xcassets/background.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/divider.imageset/Contents.json similarity index 87% rename from ARCHBLOX/Assets.xcassets/background.imageset/Contents.json rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/divider.imageset/Contents.json index 470c0bb..08b0aec 100644 --- a/ARCHBLOX/Assets.xcassets/background.imageset/Contents.json +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/divider.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "background.jpg", + "filename" : "divider.png", "idiom" : "universal", "scale" : "1x" }, diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/divider.imageset/divider.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/divider.imageset/divider.png new file mode 100644 index 0000000..ae95a58 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/divider.imageset/divider.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/macbar.imageset/13204-2x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/macbar.imageset/13204-2x.png new file mode 100644 index 0000000..8d461eb Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/macbar.imageset/13204-2x.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/macbar.imageset/13204-3x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/macbar.imageset/13204-3x.png new file mode 100644 index 0000000..a87def7 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/macbar.imageset/13204-3x.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/macbar.imageset/13204.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/macbar.imageset/13204.png new file mode 100644 index 0000000..458c16c Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/macbar.imageset/13204.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/macbar.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/macbar.imageset/Contents.json new file mode 100644 index 0000000..b9338ec --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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/Assets.xcassets/navbar.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/navbar.imageset/Contents.json similarity index 78% rename from ARCHBLOX/Assets.xcassets/navbar.imageset/Contents.json rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/navbar.imageset/Contents.json index cb32384..16bbc5e 100644 --- a/ARCHBLOX/Assets.xcassets/navbar.imageset/Contents.json +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/navbar.imageset/Contents.json @@ -6,10 +6,12 @@ "scale" : "1x" }, { + "filename" : "bg-rbx_header-2x.png", "idiom" : "universal", "scale" : "2x" }, { + "filename" : "bg-rbx_header-3x.png", "idiom" : "universal", "scale" : "3x" } diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/navbar.imageset/bg-rbx_header-2x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/navbar.imageset/bg-rbx_header-2x.png new file mode 100644 index 0000000..bdf4afa Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/navbar.imageset/bg-rbx_header-2x.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/navbar.imageset/bg-rbx_header-3x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/navbar.imageset/bg-rbx_header-3x.png new file mode 100644 index 0000000..074a301 Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/navbar.imageset/bg-rbx_header-3x.png differ diff --git a/ARCHBLOX/Assets.xcassets/navbar.imageset/bg-rbx_header.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/navbar.imageset/bg-rbx_header.png similarity index 100% rename from ARCHBLOX/Assets.xcassets/navbar.imageset/bg-rbx_header.png rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/navbar.imageset/bg-rbx_header.png diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/nil b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/nil new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/nil @@ -0,0 +1 @@ + diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/background-3x 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/background-3x 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/background-3x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/background-3x.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json new file mode 100644 index 0000000..341a55f --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Contents.json new file mode 100644 index 0000000..de59d88 --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json new file mode 100644 index 0000000..fa33227 --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/circle 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/circle 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/circle.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/circle.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json new file mode 100644 index 0000000..fa33227 --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..7237bcf --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/background-3x 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/background-3x 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/background-3x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/background-3x.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json new file mode 100644 index 0000000..d3e30a3 --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Contents.json new file mode 100644 index 0000000..de59d88 --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..3efe41b --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/archbloxaa.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json new file mode 100644 index 0000000..57a5513 --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..65f4962 --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/circle 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/circle 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/circle.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/circle.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json new file mode 100644 index 0000000..57a5513 --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/Contents.json new file mode 100644 index 0000000..f47ba43 --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image Wide.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image Wide.imageset/Contents.json new file mode 100644 index 0000000..32ef000 --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image Wide.imageset/background-3x 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image Wide.imageset/background-3x 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image Wide.imageset/background-3x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image Wide.imageset/background-3x.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image.imageset/Contents.json new file mode 100644 index 0000000..32ef000 --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image.imageset/background-3x 1.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image.imageset/background-3x 1.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image.imageset/background-3x.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/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-APPLE-MODERN/ARCHBLOX/Assets.xcassets/tvOSIcons.brandassets/Top Shelf Image.imageset/background-3x.png differ diff --git a/ARCHBLOX/Assets.xcassets/defaultrender.imageset/Contents.json b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/white.imageset/Contents.json similarity index 87% rename from ARCHBLOX/Assets.xcassets/defaultrender.imageset/Contents.json rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/white.imageset/Contents.json index bc5f199..9485c9c 100644 --- a/ARCHBLOX/Assets.xcassets/defaultrender.imageset/Contents.json +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/white.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "defaultrender.png", + "filename" : "white.png", "idiom" : "universal", "scale" : "1x" }, diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/white.imageset/white.png b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/white.imageset/white.png new file mode 100644 index 0000000..577f43a Binary files /dev/null and b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/Assets.xcassets/white.imageset/white.png differ diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/HomeView.swift b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/HomeView.swift new file mode 100644 index 0000000..923eace --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/HomeView.swift @@ -0,0 +1,69 @@ +// +// MainView.swift +// ARCHBLOX +// +// Created by Thomas G on 13/3/2023. +// + +import SwiftUI + +struct HomeView: View { + var body: some View { + VStack{ + VStack(spacing: 0){ + HStack{ + Image("ARCHBLOX").resizable().aspectRatio(contentMode: ContentMode.fit).accessibilityLabel("ARCHBLOX").padding().frame(minHeight: 80,maxHeight: 80); + Spacer(); + Text("Thomas").font(.custom("Lucida Grande", size: 15)); + Image("divider").resizable().aspectRatio(contentMode: ContentMode.fit).accessibilityLabel("").frame(minHeight: 25,maxHeight: 25); + Image("arkot").resizable().aspectRatio(contentMode: ContentMode.fit).accessibilityLabel("").frame(minHeight: 30,maxHeight: 30); + Text("100.000M").font(.custom("Lucida Grande", size: 15)).accessibilityLabel("100,000,000 ARKOTS"); + Image("divider").resizable().aspectRatio(contentMode: ContentMode.fit).accessibilityLabel("").frame(minHeight: 25,maxHeight: 25); + Button("Log Out"){ + + }.font(.custom("Lucida Grande Bold", size: 20)); + }.fixedSize(horizontal: false, vertical: true).frame(minHeight: 51,maxHeight: 51).background( + Image("navbar") + .resizable() + .edgesIgnoringSafeArea(.all)) + HStack{ + Text("Home").font(.custom("Lucida Grande", size: 15)).padding(); + Text("Messages").font(.custom("Lucida Grande", size: 15)).padding(); + Text("Friends").font(.custom("Lucida Grande", size: 15)).padding(); + Spacer(); + }.fixedSize(horizontal: false, vertical: true).frame(minHeight: 40,maxHeight: 40).background( + Image("black") + .resizable() + .edgesIgnoringSafeArea(.all)) + } + Spacer(); + VStack{ + HStack() { + Text("Hello, Thomas!").font(.custom("Lucida Grande", size: 30)).padding().colorInvert(); + Spacer(); + } + Spacer(); + HStack{ + Text("My Feed").font(.custom("Lucida Grande", size: 30)).padding().colorInvert(); + Spacer(); + Text("Friends").font(.custom("Lucida Grande", size: 30)).padding().colorInvert(); + } + }.background( + Image("white") + .resizable() + .edgesIgnoringSafeArea(.all) + ).frame(minWidth: 0, maxWidth: 1000, minHeight: 0, maxHeight: .infinity) + }.background( + Image("background") + .resizable() + .edgesIgnoringSafeArea(.all) + .accessibilityLabel("") + ).preferredColorScheme(ColorScheme.dark) + } +} + +struct HomeView_Previews: PreviewProvider { + static var previews: some View { + HomeView() + } +} diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/LoadingScreen.swift b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/LoadingScreen.swift new file mode 100644 index 0000000..54ae54f --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/LoadingScreen.swift @@ -0,0 +1,38 @@ +// +// LoadingScreen.swift +// ARCHBLOX +// +// Created by Thomas G on 14/3/2023. +// + +import SwiftUI + +struct LoadingScreen: View { + @State var loading: Bool = true + var body: some View { + if self.loading { + VStack{ + Image("ARCHBLOXarched").resizable().aspectRatio(contentMode: ContentMode.fit).accessibilityLabel("ARCHBLOX is loading please wait").padding(); + Spacer(); + }.padding(0).background( + Image("background") + .resizable() + .scaledToFill() + .edgesIgnoringSafeArea(.all) + .accessibilityLabel("ARCHBLOX is loading please wait") + ).preferredColorScheme(ColorScheme.dark).onAppear{ + DispatchQueue.main.asyncAfter(deadline: .now() + 2.5) { + self.loading = false; + } + } + } else { + MainView(); + } + } +} + +struct LoadingScreen_Previews: PreviewProvider { + static var previews: some View { + LoadingScreen() + } +} diff --git a/ARCHBLOX/LucidaGrande.ttf b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/LucidaGrande.ttf similarity index 100% rename from ARCHBLOX/LucidaGrande.ttf rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/LucidaGrande.ttf diff --git a/ARCHBLOX/LucidaGrandeBold.ttf b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/LucidaGrandeBold.ttf similarity index 100% rename from ARCHBLOX/LucidaGrandeBold.ttf rename to ARCHBLOX-APPLE-MODERN/ARCHBLOX/LucidaGrandeBold.ttf diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/MainView.swift b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/MainView.swift new file mode 100644 index 0000000..ff7f41a --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/MainView.swift @@ -0,0 +1,64 @@ +// +// MainView.swift +// ARCHBLOX +// +// Created by Thomas G on 13/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").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 MainView: View { + @State var homeopen: Bool = false + var body: some View { +#if os(macOS) + 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); +#endif + + if homeopen { + HomeView(); + } else { + VStack{ + Image("ARCHBLOXarched").resizable().aspectRatio(contentMode: ContentMode.fit).accessibilityLabel("ARCHBLOX").padding(); + Spacer(); + HStack{ + Button("Sign Up") { + + }.font(.custom("Lucida Grande", size: 15)).padding(); + Button("Log In") { + homeopen = true; + }.font(.custom("Lucida Grande", size: 15)).padding(); + } + }.padding(0).background( + Image("background") + .resizable() + .scaledToFill() + .edgesIgnoringSafeArea(.all) + .accessibilityLabel("") + ).preferredColorScheme(ColorScheme.dark) + } + } +} + +struct MainView_Previews: PreviewProvider { + static var previews: some View { + MainView() + } +} diff --git a/ARCHBLOX-APPLE-MODERN/ARCHBLOX/en.lproj/MainMenu.xib b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/en.lproj/MainMenu.xib new file mode 100644 index 0000000..6fccafe --- /dev/null +++ b/ARCHBLOX-APPLE-MODERN/ARCHBLOX/en.lproj/MainMenu.xib @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ARCHBLOXTests/ARCHBLOXTests.swift b/ARCHBLOX-APPLE-MODERN/ARCHBLOXTests/ARCHBLOXTests.swift similarity index 100% rename from ARCHBLOXTests/ARCHBLOXTests.swift rename to ARCHBLOX-APPLE-MODERN/ARCHBLOXTests/ARCHBLOXTests.swift diff --git a/ARCHBLOXUITests/ARCHBLOXUITests.swift b/ARCHBLOX-APPLE-MODERN/ARCHBLOXUITests/ARCHBLOXUITests.swift similarity index 100% rename from ARCHBLOXUITests/ARCHBLOXUITests.swift rename to ARCHBLOX-APPLE-MODERN/ARCHBLOXUITests/ARCHBLOXUITests.swift diff --git a/ARCHBLOXUITests/ARCHBLOXUITestsLaunchTests.swift b/ARCHBLOX-APPLE-MODERN/ARCHBLOXUITests/ARCHBLOXUITestsLaunchTests.swift similarity index 100% rename from ARCHBLOXUITests/ARCHBLOXUITestsLaunchTests.swift rename to ARCHBLOX-APPLE-MODERN/ARCHBLOXUITests/ARCHBLOXUITestsLaunchTests.swift diff --git a/ARCHBLOX/ARCHBLOX.swift b/ARCHBLOX/ARCHBLOX.swift deleted file mode 100644 index ad16206..0000000 --- a/ARCHBLOX/ARCHBLOX.swift +++ /dev/null @@ -1,17 +0,0 @@ -// -// ARCHBLOX.swift -// ARCHBLOX -// -// Created by Thomas G on 13/3/2023. -// - -import SwiftUI - -@main -struct ARCHBLOX: App { - var body: some Scene { - WindowGroup { - MainView().edgesIgnoringSafeArea(.top).frame(minWidth: 400, maxWidth: .infinity, minHeight: 300, maxHeight: .infinity) - }.windowStyle(HiddenTitleBarWindowStyle()) - } -} diff --git a/ARCHBLOX/Assets.xcassets/AppIcon.appiconset/Contents.json b/ARCHBLOX/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 87050df..0000000 --- a/ARCHBLOX/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "images" : [ - { - "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.png", - "idiom" : "mac", - "scale" : "2x", - "size" : "256x256" - }, - { - "filename" : "archblox_glossy512 1.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/HomeView.swift b/ARCHBLOX/HomeView.swift deleted file mode 100644 index e75b6dd..0000000 --- a/ARCHBLOX/HomeView.swift +++ /dev/null @@ -1,40 +0,0 @@ -// -// MainView.swift -// ARCHBLOX -// -// Created by Thomas G on 13/3/2023. -// - -import SwiftUI - -struct HomeView: View { - var body: some View { - VStack{ - HStack{ - Image("ARCHBLOX").resizable().aspectRatio(contentMode: ContentMode.fit).accessibilityLabel("ARCHBLOX").padding().frame(minHeight: 80,maxHeight: 80); - Spacer(); - Text("Thomas").font(.custom("Lucida Grande", size: 20)).padding(); - Image("arkot").resizable().aspectRatio(contentMode: ContentMode.fit).accessibilityLabel("ARCHBLOX").padding().frame(minHeight: 51,maxHeight: 51); - Text("100.000M").font(.custom("Lucida Grande", size: 20)).padding(); - Text("Log Out").font(.custom("Lucida Grande", size: 20)).padding(); - }.fixedSize(horizontal: false, vertical: true).frame(minHeight: 51,maxHeight: 51).background( - Image("navbar") - .resizable() - .edgesIgnoringSafeArea(.all)) - Spacer(); - VStack{ - Text("home content goes here").font(.custom("Lucida Grande", size: 30)).padding(); - } - }.background( - Image("background") - .resizable() - .edgesIgnoringSafeArea(.all) - ) - } -} - -struct HomeView_Previews: PreviewProvider { - static var previews: some View { - HomeView() - } -} diff --git a/ARCHBLOX/MainView.swift b/ARCHBLOX/MainView.swift deleted file mode 100644 index 5589f09..0000000 --- a/ARCHBLOX/MainView.swift +++ /dev/null @@ -1,31 +0,0 @@ -// -// MainView.swift -// ARCHBLOX -// -// Created by Thomas G on 13/3/2023. -// - -import SwiftUI - -struct MainView: View { - var body: some View { - VStack{ - Image("ARCHBLOXarched").resizable().aspectRatio(contentMode: ContentMode.fit).accessibilityLabel("ARCHBLOX").padding(); - Spacer(); - HStack{ - Text("Sign Up").font(.custom("Lucida Grande", size: 30)).padding(); - Text("Log In").font(.custom("Lucida Grande", size: 30)).padding(); - } - }.background( - Image("background") - .resizable() - .edgesIgnoringSafeArea(.all) - ) - } -} - -struct MainView_Previews: PreviewProvider { - static var previews: some View { - MainView() - } -} diff --git a/README.md b/README.md index 891261f..ca17177 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ARCHBLOX App is a client for the site which can connect to it using APIs. You ca MacOS System requirements: - MacOS 11.0 or newer - 64 bit ARM or Intel + iOS/iPadOS System requirements: - iOS 14.0 or newer - iPadOS 14.0 or newer