forgot to push this ages ago

This commit is contained in:
Thomas G 2023-04-29 13:07:23 +10:00
parent 31f7f4653a
commit baa93c91e9
146 changed files with 1959 additions and 2 deletions

View File

@ -449,7 +449,6 @@
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOX;
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = com.ARCHBLOX.ARCHBLOXmobile;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx";
@ -494,7 +493,6 @@
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOX;
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = com.ARCHBLOX.ARCHBLOXmobile;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx";

View File

@ -25,3 +25,4 @@ struct ARCHBLOX: App {
}
#endif
}

View File

@ -0,0 +1,585 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {
/* Begin PBXBuildFile section */
E9C1CBC729D4DE6B004003E3 /* ARCHBLOXLauncher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9C1CBC629D4DE6B004003E3 /* ARCHBLOXLauncher.swift */; };
E9C1CBC929D4DE6B004003E3 /* Form1.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9C1CBC829D4DE6B004003E3 /* Form1.swift */; };
E9C1CBCE29D4DE6C004003E3 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E9C1CBCD29D4DE6C004003E3 /* Preview Assets.xcassets */; };
E9C1CBD929D4DE6C004003E3 /* ARCHBLOXLauncherTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9C1CBD829D4DE6C004003E3 /* ARCHBLOXLauncherTests.swift */; };
E9C1CBE329D4DE6C004003E3 /* ARCHBLOXLauncherUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9C1CBE229D4DE6C004003E3 /* ARCHBLOXLauncherUITests.swift */; };
E9C1CBE529D4DE6C004003E3 /* ARCHBLOXLauncherUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9C1CBE429D4DE6C004003E3 /* ARCHBLOXLauncherUITestsLaunchTests.swift */; };
E9C1CBF229D4DEDE004003E3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E9C1CBF129D4DEDE004003E3 /* Assets.xcassets */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
E9C1CBD529D4DE6C004003E3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = E9C1CBBB29D4DE6B004003E3 /* Project object */;
proxyType = 1;
remoteGlobalIDString = E9C1CBC229D4DE6B004003E3;
remoteInfo = ARCHBLOXLauncher;
};
E9C1CBDF29D4DE6C004003E3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = E9C1CBBB29D4DE6B004003E3 /* Project object */;
proxyType = 1;
remoteGlobalIDString = E9C1CBC229D4DE6B004003E3;
remoteInfo = ARCHBLOXLauncher;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
E9C1CBC329D4DE6B004003E3 /* ARCHBLOXLauncher.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ARCHBLOXLauncher.app; sourceTree = BUILT_PRODUCTS_DIR; };
E9C1CBC629D4DE6B004003E3 /* ARCHBLOXLauncher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ARCHBLOXLauncher.swift; sourceTree = "<group>"; };
E9C1CBC829D4DE6B004003E3 /* Form1.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Form1.swift; sourceTree = "<group>"; };
E9C1CBCD29D4DE6C004003E3 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
E9C1CBCF29D4DE6C004003E3 /* ARCHBLOXLauncher.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ARCHBLOXLauncher.entitlements; sourceTree = "<group>"; };
E9C1CBD429D4DE6C004003E3 /* ARCHBLOXLauncherTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ARCHBLOXLauncherTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
E9C1CBD829D4DE6C004003E3 /* ARCHBLOXLauncherTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ARCHBLOXLauncherTests.swift; sourceTree = "<group>"; };
E9C1CBDE29D4DE6C004003E3 /* ARCHBLOXLauncherUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ARCHBLOXLauncherUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
E9C1CBE229D4DE6C004003E3 /* ARCHBLOXLauncherUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ARCHBLOXLauncherUITests.swift; sourceTree = "<group>"; };
E9C1CBE429D4DE6C004003E3 /* ARCHBLOXLauncherUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ARCHBLOXLauncherUITestsLaunchTests.swift; sourceTree = "<group>"; };
E9C1CBF129D4DEDE004003E3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
E9C1CBC029D4DE6B004003E3 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
E9C1CBD129D4DE6C004003E3 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
E9C1CBDB29D4DE6C004003E3 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
E9C1CBBA29D4DE6B004003E3 = {
isa = PBXGroup;
children = (
E9C1CBC529D4DE6B004003E3 /* ARCHBLOXLauncher */,
E9C1CBD729D4DE6C004003E3 /* ARCHBLOXLauncherTests */,
E9C1CBE129D4DE6C004003E3 /* ARCHBLOXLauncherUITests */,
E9C1CBC429D4DE6B004003E3 /* Products */,
);
sourceTree = "<group>";
};
E9C1CBC429D4DE6B004003E3 /* Products */ = {
isa = PBXGroup;
children = (
E9C1CBC329D4DE6B004003E3 /* ARCHBLOXLauncher.app */,
E9C1CBD429D4DE6C004003E3 /* ARCHBLOXLauncherTests.xctest */,
E9C1CBDE29D4DE6C004003E3 /* ARCHBLOXLauncherUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
E9C1CBC529D4DE6B004003E3 /* ARCHBLOXLauncher */ = {
isa = PBXGroup;
children = (
E9C1CBF129D4DEDE004003E3 /* Assets.xcassets */,
E9C1CBC629D4DE6B004003E3 /* ARCHBLOXLauncher.swift */,
E9C1CBC829D4DE6B004003E3 /* Form1.swift */,
E9C1CBCF29D4DE6C004003E3 /* ARCHBLOXLauncher.entitlements */,
E9C1CBCC29D4DE6C004003E3 /* Preview Content */,
);
path = ARCHBLOXLauncher;
sourceTree = "<group>";
};
E9C1CBCC29D4DE6C004003E3 /* Preview Content */ = {
isa = PBXGroup;
children = (
E9C1CBCD29D4DE6C004003E3 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
E9C1CBD729D4DE6C004003E3 /* ARCHBLOXLauncherTests */ = {
isa = PBXGroup;
children = (
E9C1CBD829D4DE6C004003E3 /* ARCHBLOXLauncherTests.swift */,
);
path = ARCHBLOXLauncherTests;
sourceTree = "<group>";
};
E9C1CBE129D4DE6C004003E3 /* ARCHBLOXLauncherUITests */ = {
isa = PBXGroup;
children = (
E9C1CBE229D4DE6C004003E3 /* ARCHBLOXLauncherUITests.swift */,
E9C1CBE429D4DE6C004003E3 /* ARCHBLOXLauncherUITestsLaunchTests.swift */,
);
path = ARCHBLOXLauncherUITests;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
E9C1CBC229D4DE6B004003E3 /* ARCHBLOXLauncher */ = {
isa = PBXNativeTarget;
buildConfigurationList = E9C1CBE829D4DE6C004003E3 /* Build configuration list for PBXNativeTarget "ARCHBLOXLauncher" */;
buildPhases = (
E9C1CBBF29D4DE6B004003E3 /* Sources */,
E9C1CBC029D4DE6B004003E3 /* Frameworks */,
E9C1CBC129D4DE6B004003E3 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = ARCHBLOXLauncher;
productName = ARCHBLOXLauncher;
productReference = E9C1CBC329D4DE6B004003E3 /* ARCHBLOXLauncher.app */;
productType = "com.apple.product-type.application";
};
E9C1CBD329D4DE6C004003E3 /* ARCHBLOXLauncherTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = E9C1CBEB29D4DE6C004003E3 /* Build configuration list for PBXNativeTarget "ARCHBLOXLauncherTests" */;
buildPhases = (
E9C1CBD029D4DE6C004003E3 /* Sources */,
E9C1CBD129D4DE6C004003E3 /* Frameworks */,
E9C1CBD229D4DE6C004003E3 /* Resources */,
);
buildRules = (
);
dependencies = (
E9C1CBD629D4DE6C004003E3 /* PBXTargetDependency */,
);
name = ARCHBLOXLauncherTests;
productName = ARCHBLOXLauncherTests;
productReference = E9C1CBD429D4DE6C004003E3 /* ARCHBLOXLauncherTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
E9C1CBDD29D4DE6C004003E3 /* ARCHBLOXLauncherUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = E9C1CBEE29D4DE6C004003E3 /* Build configuration list for PBXNativeTarget "ARCHBLOXLauncherUITests" */;
buildPhases = (
E9C1CBDA29D4DE6C004003E3 /* Sources */,
E9C1CBDB29D4DE6C004003E3 /* Frameworks */,
E9C1CBDC29D4DE6C004003E3 /* Resources */,
);
buildRules = (
);
dependencies = (
E9C1CBE029D4DE6C004003E3 /* PBXTargetDependency */,
);
name = ARCHBLOXLauncherUITests;
productName = ARCHBLOXLauncherUITests;
productReference = E9C1CBDE29D4DE6C004003E3 /* ARCHBLOXLauncherUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
E9C1CBBB29D4DE6B004003E3 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1420;
LastUpgradeCheck = 1420;
TargetAttributes = {
E9C1CBC229D4DE6B004003E3 = {
CreatedOnToolsVersion = 14.2;
};
E9C1CBD329D4DE6C004003E3 = {
CreatedOnToolsVersion = 14.2;
TestTargetID = E9C1CBC229D4DE6B004003E3;
};
E9C1CBDD29D4DE6C004003E3 = {
CreatedOnToolsVersion = 14.2;
TestTargetID = E9C1CBC229D4DE6B004003E3;
};
};
};
buildConfigurationList = E9C1CBBE29D4DE6B004003E3 /* Build configuration list for PBXProject "ARCHBLOXLauncher" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = E9C1CBBA29D4DE6B004003E3;
productRefGroup = E9C1CBC429D4DE6B004003E3 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E9C1CBC229D4DE6B004003E3 /* ARCHBLOXLauncher */,
E9C1CBD329D4DE6C004003E3 /* ARCHBLOXLauncherTests */,
E9C1CBDD29D4DE6C004003E3 /* ARCHBLOXLauncherUITests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
E9C1CBC129D4DE6B004003E3 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E9C1CBF229D4DEDE004003E3 /* Assets.xcassets in Resources */,
E9C1CBCE29D4DE6C004003E3 /* Preview Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E9C1CBD229D4DE6C004003E3 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
E9C1CBDC29D4DE6C004003E3 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
E9C1CBBF29D4DE6B004003E3 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E9C1CBC929D4DE6B004003E3 /* Form1.swift in Sources */,
E9C1CBC729D4DE6B004003E3 /* ARCHBLOXLauncher.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E9C1CBD029D4DE6C004003E3 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E9C1CBD929D4DE6C004003E3 /* ARCHBLOXLauncherTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
E9C1CBDA29D4DE6C004003E3 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E9C1CBE329D4DE6C004003E3 /* ARCHBLOXLauncherUITests.swift in Sources */,
E9C1CBE529D4DE6C004003E3 /* ARCHBLOXLauncherUITestsLaunchTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
E9C1CBD629D4DE6C004003E3 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = E9C1CBC229D4DE6B004003E3 /* ARCHBLOXLauncher */;
targetProxy = E9C1CBD529D4DE6C004003E3 /* PBXContainerItemProxy */;
};
E9C1CBE029D4DE6C004003E3 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = E9C1CBC229D4DE6B004003E3 /* ARCHBLOXLauncher */;
targetProxy = E9C1CBDF29D4DE6C004003E3 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
E9C1CBE629D4DE6C004003E3 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 13.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
E9C1CBE729D4DE6C004003E3 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 13.1;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
};
name = Release;
};
E9C1CBE929D4DE6C004003E3 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcons;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = ARCHBLOXLauncher/ARCHBLOXLauncher.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"ARCHBLOXLauncher/Preview Content\"";
DEVELOPMENT_TEAM = BCRZP97G2M;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = "ARCHBLOX Launcher";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXLauncher;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
E9C1CBEA29D4DE6C004003E3 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcons;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = ARCHBLOXLauncher/ARCHBLOXLauncher.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"ARCHBLOXLauncher/Preview Content\"";
DEVELOPMENT_TEAM = BCRZP97G2M;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = "ARCHBLOX Launcher";
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXLauncher;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
name = Release;
};
E9C1CBEC29D4DE6C004003E3 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = BCRZP97G2M;
GENERATE_INFOPLIST_FILE = YES;
MACOSX_DEPLOYMENT_TARGET = 13.1;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXLauncherTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ARCHBLOXLauncher.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/ARCHBLOXLauncher";
};
name = Debug;
};
E9C1CBED29D4DE6C004003E3 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = BCRZP97G2M;
GENERATE_INFOPLIST_FILE = YES;
MACOSX_DEPLOYMENT_TARGET = 13.1;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXLauncherTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ARCHBLOXLauncher.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/ARCHBLOXLauncher";
};
name = Release;
};
E9C1CBEF29D4DE6C004003E3 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = BCRZP97G2M;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXLauncherUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TEST_TARGET_NAME = ARCHBLOXLauncher;
};
name = Debug;
};
E9C1CBF029D4DE6C004003E3 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = BCRZP97G2M;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.ARCHBLOX.ARCHBLOXLauncherUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TEST_TARGET_NAME = ARCHBLOXLauncher;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
E9C1CBBE29D4DE6B004003E3 /* Build configuration list for PBXProject "ARCHBLOXLauncher" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E9C1CBE629D4DE6C004003E3 /* Debug */,
E9C1CBE729D4DE6C004003E3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E9C1CBE829D4DE6C004003E3 /* Build configuration list for PBXNativeTarget "ARCHBLOXLauncher" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E9C1CBE929D4DE6C004003E3 /* Debug */,
E9C1CBEA29D4DE6C004003E3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E9C1CBEB29D4DE6C004003E3 /* Build configuration list for PBXNativeTarget "ARCHBLOXLauncherTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E9C1CBEC29D4DE6C004003E3 /* Debug */,
E9C1CBED29D4DE6C004003E3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E9C1CBEE29D4DE6C004003E3 /* Build configuration list for PBXNativeTarget "ARCHBLOXLauncherUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E9C1CBEF29D4DE6C004003E3 /* Debug */,
E9C1CBF029D4DE6C004003E3 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = E9C1CBBB29D4DE6B004003E3 /* Project object */;
}

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>ARCHBLOXLauncher.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
</dict>
</plist>

View File

@ -0,0 +1,19 @@
//
// ARCHBLOXLauncher.swift
// ARCHBLOXLauncher
//
// Created by Thomas G on 30/3/2023.
//
import SwiftUI
@main
struct ARCHBLOXLauncher: App {
var body: some Scene {
WindowGroup {
Form1().frame(minWidth: 400, maxWidth: 400, minHeight: 300, maxHeight: 300).edgesIgnoringSafeArea(.top)
}.windowStyle(HiddenTitleBarWindowStyle()).commands {
CommandGroup(replacing: CommandGroupPlacement.newItem) {};
};
}
}

View File

@ -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
}
}

View File

@ -0,0 +1,12 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"grid-size" : "small"
},
"stickers" : [
]
}

View File

@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "archblox_glossy128.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "archblox_glossy256.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "archblox_glossy512.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "ARCHBLOXarched.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "ARCHBLOXarched-2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "ARCHBLOXarched-3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@ -0,0 +1,11 @@
{
"colors" : [
{
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@ -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
}
}

View File

@ -0,0 +1,9 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"compression-type" : "lossless"
}
}

View File

@ -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
}
}

View File

@ -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
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -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
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "backgrounddark.jpg",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "backgrounddark-2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "backgrounddark-3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "black.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

View File

@ -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
}
}

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "divider.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Some files were not shown because too many files have changed in this diff Show More