commit 94f2f5d3c070b86df8ed430fae93428a684d3cac Author: psavarmattas Date: Wed Aug 12 18:48:19 2026 +0100 Initial Commit diff --git a/Outpost.xcodeproj/project.pbxproj b/Outpost.xcodeproj/project.pbxproj new file mode 100644 index 0000000..044723d --- /dev/null +++ b/Outpost.xcodeproj/project.pbxproj @@ -0,0 +1,591 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 110; + objects = { + +/* Begin PBXContainerItemProxy section */ + FAF99C28302CE96200C9949F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = FAF99C10302CE96100C9949F /* Project object */; + proxyType = 1; + remoteGlobalIDString = FAF99C17302CE96100C9949F; + remoteInfo = Outpost; + }; + FAF99C32302CE96200C9949F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = FAF99C10302CE96100C9949F /* Project object */; + proxyType = 1; + remoteGlobalIDString = FAF99C17302CE96100C9949F; + remoteInfo = Outpost; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + FAF99C18302CE96100C9949F /* Outpost.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Outpost.app; sourceTree = BUILT_PRODUCTS_DIR; }; + FAF99C27302CE96200C9949F /* OutpostTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OutpostTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + FAF99C31302CE96200C9949F /* OutpostUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OutpostUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFileSystemSynchronizedRootGroup section */ + FAF99C1A302CE96100C9949F /* Outpost */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = Outpost; + sourceTree = ""; + }; + FAF99C2A302CE96200C9949F /* OutpostTests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = OutpostTests; + sourceTree = ""; + }; + FAF99C34302CE96200C9949F /* OutpostUITests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = OutpostUITests; + sourceTree = ""; + }; +/* End PBXFileSystemSynchronizedRootGroup section */ + +/* Begin PBXFrameworksBuildPhase section */ + FAF99C15302CE96100C9949F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + files = ( + ); + }; + FAF99C24302CE96200C9949F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + files = ( + ); + }; + FAF99C2E302CE96200C9949F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + files = ( + ); + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + FAF99C0F302CE96100C9949F = { + isa = PBXGroup; + children = ( + FAF99C1A302CE96100C9949F /* Outpost */, + FAF99C2A302CE96200C9949F /* OutpostTests */, + FAF99C34302CE96200C9949F /* OutpostUITests */, + FAF99C19302CE96100C9949F /* Products */, + ); + sourceTree = ""; + }; + FAF99C19302CE96100C9949F /* Products */ = { + isa = PBXGroup; + children = ( + FAF99C18302CE96100C9949F /* Outpost.app */, + FAF99C27302CE96200C9949F /* OutpostTests.xctest */, + FAF99C31302CE96200C9949F /* OutpostUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + FAF99C17302CE96100C9949F /* Outpost */ = { + isa = PBXNativeTarget; + buildConfigurationList = FAF99C39302CE96200C9949F /* Build configuration list for PBXNativeTarget "Outpost" */; + buildPhases = ( + FAF99C14302CE96100C9949F /* Sources */, + FAF99C15302CE96100C9949F /* Frameworks */, + FAF99C16302CE96100C9949F /* Resources */, + ); + buildRules = ( + ); + fileSystemSynchronizedGroups = ( + FAF99C1A302CE96100C9949F /* Outpost */, + ); + name = Outpost; + productName = Outpost; + productReference = FAF99C18302CE96100C9949F /* Outpost.app */; + productType = "com.apple.product-type.application"; + }; + FAF99C26302CE96200C9949F /* OutpostTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = FAF99C3C302CE96200C9949F /* Build configuration list for PBXNativeTarget "OutpostTests" */; + buildPhases = ( + FAF99C23302CE96200C9949F /* Sources */, + FAF99C24302CE96200C9949F /* Frameworks */, + FAF99C25302CE96200C9949F /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + FAF99C29302CE96200C9949F /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + FAF99C2A302CE96200C9949F /* OutpostTests */, + ); + name = OutpostTests; + productName = OutpostTests; + productReference = FAF99C27302CE96200C9949F /* OutpostTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + FAF99C30302CE96200C9949F /* OutpostUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = FAF99C3F302CE96200C9949F /* Build configuration list for PBXNativeTarget "OutpostUITests" */; + buildPhases = ( + FAF99C2D302CE96200C9949F /* Sources */, + FAF99C2E302CE96200C9949F /* Frameworks */, + FAF99C2F302CE96200C9949F /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + FAF99C33302CE96200C9949F /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + FAF99C34302CE96200C9949F /* OutpostUITests */, + ); + name = OutpostUITests; + productName = OutpostUITests; + productReference = FAF99C31302CE96200C9949F /* OutpostUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + FAF99C10302CE96100C9949F /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 2700; + LastUpgradeCheck = 2700; + TargetAttributes = { + FAF99C17302CE96100C9949F = { + CreatedOnToolsVersion = 27.0; + }; + FAF99C26302CE96200C9949F = { + CreatedOnToolsVersion = 27.0; + TestTargetID = FAF99C17302CE96100C9949F; + }; + FAF99C30302CE96200C9949F = { + CreatedOnToolsVersion = 27.0; + TestTargetID = FAF99C17302CE96100C9949F; + }; + }; + }; + buildConfigurationList = FAF99C13302CE96100C9949F /* Build configuration list for PBXProject "Outpost" */; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = FAF99C0F302CE96100C9949F; + minimizedProjectReferenceProxies = 1; + preferredProjectObjectVersion = 77; + productRefGroup = FAF99C19302CE96100C9949F /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + FAF99C17302CE96100C9949F /* Outpost */, + FAF99C26302CE96200C9949F /* OutpostTests */, + FAF99C30302CE96200C9949F /* OutpostUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + FAF99C16302CE96100C9949F /* Resources */ = { + isa = PBXResourcesBuildPhase; + files = ( + ); + }; + FAF99C25302CE96200C9949F /* Resources */ = { + isa = PBXResourcesBuildPhase; + files = ( + ); + }; + FAF99C2F302CE96200C9949F /* Resources */ = { + isa = PBXResourcesBuildPhase; + files = ( + ); + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + FAF99C14302CE96100C9949F /* Sources */ = { + isa = PBXSourcesBuildPhase; + files = ( + ); + }; + FAF99C23302CE96200C9949F /* Sources */ = { + isa = PBXSourcesBuildPhase; + files = ( + ); + }; + FAF99C2D302CE96200C9949F /* Sources */ = { + isa = PBXSourcesBuildPhase; + files = ( + ); + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + FAF99C29302CE96200C9949F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = FAF99C17302CE96100C9949F /* Outpost */; + targetProxy = FAF99C28302CE96200C9949F /* PBXContainerItemProxy */; + }; + FAF99C33302CE96200C9949F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = FAF99C17302CE96100C9949F /* Outpost */; + targetProxy = FAF99C32302CE96200C9949F /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + FAF99C37302CE96200C9949F /* Debug configuration for PBXProject "Outpost" */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + DEVELOPMENT_TEAM = B95H74ZDY6; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + FAF99C38302CE96200C9949F /* Release configuration for PBXProject "Outpost" */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = B95H74ZDY6; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SWIFT_COMPILATION_MODE = wholemodule; + }; + name = Release; + }; + FAF99C3A302CE96200C9949F /* Debug configuration for PBXNativeTarget "Outpost" */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = B95H74ZDY6; + ENABLE_APP_SANDBOX = YES; + ENABLE_HARDENED_RUNTIME = YES; + ENABLE_PREVIEWS = YES; + ENABLE_USER_SELECTED_FILES = readonly; + GENERATE_INFOPLIST_FILE = YES; + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES; + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES; + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES; + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault; + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 27.0; + LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; + "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 27.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.psmattas.Outpost; + PRODUCT_NAME = "$(TARGET_NAME)"; + REGISTER_APP_GROUPS = YES; + SDKROOT = auto; + STRING_CATALOG_GENERATE_SYMBOLS = YES; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + XROS_DEPLOYMENT_TARGET = 27.0; + }; + name = Debug; + }; + FAF99C3B302CE96200C9949F /* Release configuration for PBXNativeTarget "Outpost" */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = B95H74ZDY6; + ENABLE_APP_SANDBOX = YES; + ENABLE_HARDENED_RUNTIME = YES; + ENABLE_PREVIEWS = YES; + ENABLE_USER_SELECTED_FILES = readonly; + GENERATE_INFOPLIST_FILE = YES; + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES; + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES; + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES; + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault; + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 27.0; + LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; + "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 27.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.psmattas.Outpost; + PRODUCT_NAME = "$(TARGET_NAME)"; + REGISTER_APP_GROUPS = YES; + SDKROOT = auto; + STRING_CATALOG_GENERATE_SYMBOLS = YES; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + XROS_DEPLOYMENT_TARGET = 27.0; + }; + name = Release; + }; + FAF99C3D302CE96200C9949F /* Debug configuration for PBXNativeTarget "OutpostTests" */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = B95H74ZDY6; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 27.0; + MACOSX_DEPLOYMENT_TARGET = 27.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.psmattas.OutpostTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + STRING_CATALOG_GENERATE_SYMBOLS = NO; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Outpost.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Outpost"; + XROS_DEPLOYMENT_TARGET = 27.0; + }; + name = Debug; + }; + FAF99C3E302CE96200C9949F /* Release configuration for PBXNativeTarget "OutpostTests" */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = B95H74ZDY6; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 27.0; + MACOSX_DEPLOYMENT_TARGET = 27.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.psmattas.OutpostTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + STRING_CATALOG_GENERATE_SYMBOLS = NO; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Outpost.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Outpost"; + XROS_DEPLOYMENT_TARGET = 27.0; + }; + name = Release; + }; + FAF99C40302CE96200C9949F /* Debug configuration for PBXNativeTarget "OutpostUITests" */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = B95H74ZDY6; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 27.0; + MACOSX_DEPLOYMENT_TARGET = 27.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.psmattas.OutpostUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + STRING_CATALOG_GENERATE_SYMBOLS = NO; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + TEST_TARGET_NAME = Outpost; + XROS_DEPLOYMENT_TARGET = 27.0; + }; + name = Debug; + }; + FAF99C41302CE96200C9949F /* Release configuration for PBXNativeTarget "OutpostUITests" */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = B95H74ZDY6; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 27.0; + MACOSX_DEPLOYMENT_TARGET = 27.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.psmattas.OutpostUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + STRING_CATALOG_GENERATE_SYMBOLS = NO; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + TEST_TARGET_NAME = Outpost; + XROS_DEPLOYMENT_TARGET = 27.0; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + FAF99C13302CE96100C9949F /* Build configuration list for PBXProject "Outpost" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FAF99C37302CE96200C9949F /* Debug configuration for PBXProject "Outpost" */, + FAF99C38302CE96200C9949F /* Release configuration for PBXProject "Outpost" */, + ); + defaultConfigurationName = Release; + }; + FAF99C39302CE96200C9949F /* Build configuration list for PBXNativeTarget "Outpost" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FAF99C3A302CE96200C9949F /* Debug configuration for PBXNativeTarget "Outpost" */, + FAF99C3B302CE96200C9949F /* Release configuration for PBXNativeTarget "Outpost" */, + ); + defaultConfigurationName = Release; + }; + FAF99C3C302CE96200C9949F /* Build configuration list for PBXNativeTarget "OutpostTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FAF99C3D302CE96200C9949F /* Debug configuration for PBXNativeTarget "OutpostTests" */, + FAF99C3E302CE96200C9949F /* Release configuration for PBXNativeTarget "OutpostTests" */, + ); + defaultConfigurationName = Release; + }; + FAF99C3F302CE96200C9949F /* Build configuration list for PBXNativeTarget "OutpostUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FAF99C40302CE96200C9949F /* Debug configuration for PBXNativeTarget "OutpostUITests" */, + FAF99C41302CE96200C9949F /* Release configuration for PBXNativeTarget "OutpostUITests" */, + ); + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = FAF99C10302CE96100C9949F /* Project object */; + validationLevel = 1; +} diff --git a/Outpost.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Outpost.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/Outpost.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Outpost.xcodeproj/xcuserdata/psmattas.xcuserdatad/xcschemes/xcschememanagement.plist b/Outpost.xcodeproj/xcuserdata/psmattas.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..25c5dd0 --- /dev/null +++ b/Outpost.xcodeproj/xcuserdata/psmattas.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + Outpost.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/Outpost/Assets.xcassets/AccentColor.colorset/Contents.json b/Outpost/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/Outpost/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Outpost/Assets.xcassets/AppIcon.appiconset/Contents.json b/Outpost/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..ffdfe15 --- /dev/null +++ b/Outpost/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,85 @@ +{ + "images" : [ + { + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "tinted" + } + ], + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "idiom" : "mac", + "scale" : "1x", + "size" : "16x16" + }, + { + "idiom" : "mac", + "scale" : "2x", + "size" : "16x16" + }, + { + "idiom" : "mac", + "scale" : "1x", + "size" : "32x32" + }, + { + "idiom" : "mac", + "scale" : "2x", + "size" : "32x32" + }, + { + "idiom" : "mac", + "scale" : "1x", + "size" : "128x128" + }, + { + "idiom" : "mac", + "scale" : "2x", + "size" : "128x128" + }, + { + "idiom" : "mac", + "scale" : "1x", + "size" : "256x256" + }, + { + "idiom" : "mac", + "scale" : "2x", + "size" : "256x256" + }, + { + "idiom" : "mac", + "scale" : "1x", + "size" : "512x512" + }, + { + "idiom" : "mac", + "scale" : "2x", + "size" : "512x512" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Outpost/Assets.xcassets/Contents.json b/Outpost/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Outpost/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Outpost/ContentView.swift b/Outpost/ContentView.swift new file mode 100644 index 0000000..77b60b9 --- /dev/null +++ b/Outpost/ContentView.swift @@ -0,0 +1,80 @@ +// +// ContentView.swift +// Outpost +// +// Created by Puranjay Savar Mattas on 12/08/26. +// + +import SwiftUI +import SwiftData + +struct ContentView: View { + @Environment(\.modelContext) private var modelContext + @Query private var items: [Item] + + var body: some View { + NavigationViewWrapper { + List { + ForEach(items) { item in + NavigationLink { + Text("Item at \(item.timestamp, format: Date.FormatStyle(date: .numeric, time: .standard))") + } label: { + Text(item.timestamp, format: Date.FormatStyle(date: .numeric, time: .standard)) + } + } + .onDelete(perform: deleteItems) + } +#if os(macOS) + .navigationSplitViewColumnWidth(min: 180, ideal: 200) +#endif + .toolbar { +#if os(iOS) + ToolbarItem(placement: .navigationBarTrailing) { + EditButton() + } +#endif + ToolbarItem { + Button(action: addItem) { + Label("Add Item", systemImage: "plus") + } + } + } + } + } + + private func addItem() { + withAnimation { + let newItem = Item(timestamp: Date()) + modelContext.insert(newItem) + } + } + + private func deleteItems(offsets: IndexSet) { + withAnimation { + for index in offsets { + modelContext.delete(items[index]) + } + } + } +} + +fileprivate struct NavigationViewWrapper: View { + let content: () -> Content + + var body: some View { +#if os(macOS) + NavigationSplitView { + content() + } detail: { + Text("Select an item") + } +#else + content() +#endif + } +} + +#Preview { + ContentView() + .modelContainer(for: Item.self, inMemory: true) +} diff --git a/Outpost/Item.swift b/Outpost/Item.swift new file mode 100644 index 0000000..344e52f --- /dev/null +++ b/Outpost/Item.swift @@ -0,0 +1,18 @@ +// +// Item.swift +// Outpost +// +// Created by Puranjay Savar Mattas on 12/08/26. +// + +import Foundation +import SwiftData + +@Model +final class Item { + var timestamp: Date + + init(timestamp: Date) { + self.timestamp = timestamp + } +} diff --git a/Outpost/OutpostApp.swift b/Outpost/OutpostApp.swift new file mode 100644 index 0000000..ab99140 --- /dev/null +++ b/Outpost/OutpostApp.swift @@ -0,0 +1,32 @@ +// +// OutpostApp.swift +// Outpost +// +// Created by Puranjay Savar Mattas on 12/08/26. +// + +import SwiftUI +import SwiftData + +@main +struct OutpostApp: App { + var sharedModelContainer: ModelContainer = { + let schema = Schema([ + Item.self, + ]) + let modelConfiguration = ModelConfiguration(schema: schema, isStoredInMemoryOnly: false) + + do { + return try ModelContainer(for: schema, configurations: [modelConfiguration]) + } catch { + fatalError("Could not create ModelContainer: \(error)") + } + }() + + var body: some Scene { + WindowGroup { + ContentView() + } + .modelContainer(sharedModelContainer) + } +} diff --git a/OutpostTests/OutpostTests.swift b/OutpostTests/OutpostTests.swift new file mode 100644 index 0000000..c62c9ed --- /dev/null +++ b/OutpostTests/OutpostTests.swift @@ -0,0 +1,18 @@ +// +// OutpostTests.swift +// OutpostTests +// +// Created by Puranjay Savar Mattas on 12/08/26. +// + +import Testing + +struct OutpostTests { + + @Test func example() async throws { + // Write your test here and use APIs like `#expect(...)` to check expected conditions. + // Swift Testing Documentation + // https://developer.apple.com/documentation/testing + } + +} diff --git a/OutpostUITests/OutpostUITests.swift b/OutpostUITests/OutpostUITests.swift new file mode 100644 index 0000000..d38f37f --- /dev/null +++ b/OutpostUITests/OutpostUITests.swift @@ -0,0 +1,43 @@ +// +// OutpostUITests.swift +// OutpostUITests +// +// Created by Puranjay Savar Mattas on 12/08/26. +// + +import XCTest + +final class OutpostUITests: XCTestCase { + + override func setUpWithError() throws { + // Put setup code here. This method is called before the invocation of each test method in the class. + + // In UI tests it is usually best to stop immediately when a failure occurs. + continueAfterFailure = false + + // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this. + } + + override func tearDownWithError() throws { + // Put teardown code here. This method is called after the invocation of each test method in the class. + } + + @MainActor + func testExample() throws { + // UI tests must launch the application that they test. + let app = XCUIApplication() + app.launch() + + // Use XCTAssert and related functions to verify your tests produce the correct results. + // XCUIAutomation Documentation + // https://developer.apple.com/documentation/xcuiautomation + } + + @MainActor + func testLaunchPerformance() throws { + // This measures how long it takes to launch your application. + measure(metrics: [XCTApplicationLaunchMetric()]) { + XCUIApplication().launch() + } + } +}