From 3ae665e3d72b4f85c56c46836652b4c5de142b69 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:54:10 +0000 Subject: [PATCH] Initial Commit --- NearFuture.xcodeproj/project.pbxproj | 596 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../AccentColor.colorset/Contents.json | 11 + .../AppIcon.appiconset/Contents.json | 85 +++ NearFuture/Assets.xcassets/Contents.json | 6 + NearFuture/ContentView.swift | 66 ++ NearFuture/Item.swift | 18 + NearFuture/NearFuture.entitlements | 10 + NearFuture/NearFutureApp.swift | 32 + .../Preview Assets.xcassets/Contents.json | 6 + NearFutureTests/NearFutureTests.swift | 16 + NearFutureUITests/NearFutureUITests.swift | 43 ++ .../NearFutureUITestsLaunchTests.swift | 33 + 13 files changed, 929 insertions(+) create mode 100644 NearFuture.xcodeproj/project.pbxproj create mode 100644 NearFuture.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 NearFuture/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 NearFuture/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 NearFuture/Assets.xcassets/Contents.json create mode 100644 NearFuture/ContentView.swift create mode 100644 NearFuture/Item.swift create mode 100644 NearFuture/NearFuture.entitlements create mode 100644 NearFuture/NearFutureApp.swift create mode 100644 NearFuture/Preview Content/Preview Assets.xcassets/Contents.json create mode 100644 NearFutureTests/NearFutureTests.swift create mode 100644 NearFutureUITests/NearFutureUITests.swift create mode 100644 NearFutureUITests/NearFutureUITestsLaunchTests.swift diff --git a/NearFuture.xcodeproj/project.pbxproj b/NearFuture.xcodeproj/project.pbxproj new file mode 100644 index 0000000..98f3b7e --- /dev/null +++ b/NearFuture.xcodeproj/project.pbxproj @@ -0,0 +1,596 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 77; + objects = { + +/* Begin PBXContainerItemProxy section */ + A9B4BFDC2D1AE66700212CE2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A9B4BFC02D1AE66000212CE2 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A9B4BFC72D1AE66000212CE2; + remoteInfo = NearFuture; + }; + A9B4BFE62D1AE66700212CE2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = A9B4BFC02D1AE66000212CE2 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A9B4BFC72D1AE66000212CE2; + remoteInfo = NearFuture; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + A9B4BFC82D1AE66000212CE2 /* NearFuture.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NearFuture.app; sourceTree = BUILT_PRODUCTS_DIR; }; + A9B4BFDB2D1AE66700212CE2 /* NearFutureTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NearFutureTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + A9B4BFE52D1AE66700212CE2 /* NearFutureUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NearFutureUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFileSystemSynchronizedRootGroup section */ + A9B4BFCA2D1AE66000212CE2 /* NearFuture */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = NearFuture; + sourceTree = ""; + }; + A9B4BFDE2D1AE66700212CE2 /* NearFutureTests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = NearFutureTests; + sourceTree = ""; + }; + A9B4BFE82D1AE66700212CE2 /* NearFutureUITests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = NearFutureUITests; + sourceTree = ""; + }; +/* End PBXFileSystemSynchronizedRootGroup section */ + +/* Begin PBXFrameworksBuildPhase section */ + A9B4BFC52D1AE66000212CE2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A9B4BFD82D1AE66700212CE2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A9B4BFE22D1AE66700212CE2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + A9B4BFBF2D1AE66000212CE2 = { + isa = PBXGroup; + children = ( + A9B4BFCA2D1AE66000212CE2 /* NearFuture */, + A9B4BFDE2D1AE66700212CE2 /* NearFutureTests */, + A9B4BFE82D1AE66700212CE2 /* NearFutureUITests */, + A9B4BFC92D1AE66000212CE2 /* Products */, + ); + sourceTree = ""; + }; + A9B4BFC92D1AE66000212CE2 /* Products */ = { + isa = PBXGroup; + children = ( + A9B4BFC82D1AE66000212CE2 /* NearFuture.app */, + A9B4BFDB2D1AE66700212CE2 /* NearFutureTests.xctest */, + A9B4BFE52D1AE66700212CE2 /* NearFutureUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + A9B4BFC72D1AE66000212CE2 /* NearFuture */ = { + isa = PBXNativeTarget; + buildConfigurationList = A9B4BFEF2D1AE66700212CE2 /* Build configuration list for PBXNativeTarget "NearFuture" */; + buildPhases = ( + A9B4BFC42D1AE66000212CE2 /* Sources */, + A9B4BFC52D1AE66000212CE2 /* Frameworks */, + A9B4BFC62D1AE66000212CE2 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + fileSystemSynchronizedGroups = ( + A9B4BFCA2D1AE66000212CE2 /* NearFuture */, + ); + name = NearFuture; + packageProductDependencies = ( + ); + productName = NearFuture; + productReference = A9B4BFC82D1AE66000212CE2 /* NearFuture.app */; + productType = "com.apple.product-type.application"; + }; + A9B4BFDA2D1AE66700212CE2 /* NearFutureTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = A9B4BFF22D1AE66700212CE2 /* Build configuration list for PBXNativeTarget "NearFutureTests" */; + buildPhases = ( + A9B4BFD72D1AE66700212CE2 /* Sources */, + A9B4BFD82D1AE66700212CE2 /* Frameworks */, + A9B4BFD92D1AE66700212CE2 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + A9B4BFDD2D1AE66700212CE2 /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + A9B4BFDE2D1AE66700212CE2 /* NearFutureTests */, + ); + name = NearFutureTests; + packageProductDependencies = ( + ); + productName = NearFutureTests; + productReference = A9B4BFDB2D1AE66700212CE2 /* NearFutureTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + A9B4BFE42D1AE66700212CE2 /* NearFutureUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = A9B4BFF52D1AE66700212CE2 /* Build configuration list for PBXNativeTarget "NearFutureUITests" */; + buildPhases = ( + A9B4BFE12D1AE66700212CE2 /* Sources */, + A9B4BFE22D1AE66700212CE2 /* Frameworks */, + A9B4BFE32D1AE66700212CE2 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + A9B4BFE72D1AE66700212CE2 /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + A9B4BFE82D1AE66700212CE2 /* NearFutureUITests */, + ); + name = NearFutureUITests; + packageProductDependencies = ( + ); + productName = NearFutureUITests; + productReference = A9B4BFE52D1AE66700212CE2 /* NearFutureUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + A9B4BFC02D1AE66000212CE2 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1620; + LastUpgradeCheck = 1620; + TargetAttributes = { + A9B4BFC72D1AE66000212CE2 = { + CreatedOnToolsVersion = 16.2; + }; + A9B4BFDA2D1AE66700212CE2 = { + CreatedOnToolsVersion = 16.2; + TestTargetID = A9B4BFC72D1AE66000212CE2; + }; + A9B4BFE42D1AE66700212CE2 = { + CreatedOnToolsVersion = 16.2; + TestTargetID = A9B4BFC72D1AE66000212CE2; + }; + }; + }; + buildConfigurationList = A9B4BFC32D1AE66000212CE2 /* Build configuration list for PBXProject "NearFuture" */; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = A9B4BFBF2D1AE66000212CE2; + minimizedProjectReferenceProxies = 1; + preferredProjectObjectVersion = 77; + productRefGroup = A9B4BFC92D1AE66000212CE2 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + A9B4BFC72D1AE66000212CE2 /* NearFuture */, + A9B4BFDA2D1AE66700212CE2 /* NearFutureTests */, + A9B4BFE42D1AE66700212CE2 /* NearFutureUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + A9B4BFC62D1AE66000212CE2 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A9B4BFD92D1AE66700212CE2 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A9B4BFE32D1AE66700212CE2 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + A9B4BFC42D1AE66000212CE2 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A9B4BFD72D1AE66700212CE2 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + A9B4BFE12D1AE66700212CE2 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + A9B4BFDD2D1AE66700212CE2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = A9B4BFC72D1AE66000212CE2 /* NearFuture */; + targetProxy = A9B4BFDC2D1AE66700212CE2 /* PBXContainerItemProxy */; + }; + A9B4BFE72D1AE66700212CE2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = A9B4BFC72D1AE66000212CE2 /* NearFuture */; + targetProxy = A9B4BFE62D1AE66700212CE2 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + A9B4BFED2D1AE66700212CE2 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + 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; + }; + A9B4BFEE2D1AE66700212CE2 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SWIFT_COMPILATION_MODE = wholemodule; + }; + name = Release; + }; + A9B4BFF02D1AE66700212CE2 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = NearFuture/NearFuture.entitlements; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"NearFuture/Preview Content\""; + DEVELOPMENT_TEAM = 8626DL2GW3; + ENABLE_HARDENED_RUNTIME = YES; + ENABLE_PREVIEWS = YES; + 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 = 18.2; + LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; + "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 14.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.neon443.NearFuture; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + XROS_DEPLOYMENT_TARGET = 2.2; + }; + name = Debug; + }; + A9B4BFF12D1AE66700212CE2 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = NearFuture/NearFuture.entitlements; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"NearFuture/Preview Content\""; + DEVELOPMENT_TEAM = 8626DL2GW3; + ENABLE_HARDENED_RUNTIME = YES; + ENABLE_PREVIEWS = YES; + 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 = 18.2; + LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; + "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 14.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.neon443.NearFuture; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + XROS_DEPLOYMENT_TARGET = 2.2; + }; + name = Release; + }; + A9B4BFF32D1AE66700212CE2 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 8626DL2GW3; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.2; + MACOSX_DEPLOYMENT_TARGET = 15.1; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.neon443.NearFutureTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NearFuture.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/NearFuture"; + XROS_DEPLOYMENT_TARGET = 2.2; + }; + name = Debug; + }; + A9B4BFF42D1AE66700212CE2 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 8626DL2GW3; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.2; + MACOSX_DEPLOYMENT_TARGET = 15.1; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.neon443.NearFutureTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NearFuture.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/NearFuture"; + XROS_DEPLOYMENT_TARGET = 2.2; + }; + name = Release; + }; + A9B4BFF62D1AE66700212CE2 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 8626DL2GW3; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.2; + MACOSX_DEPLOYMENT_TARGET = 15.1; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.neon443.NearFutureUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + TEST_TARGET_NAME = NearFuture; + XROS_DEPLOYMENT_TARGET = 2.2; + }; + name = Debug; + }; + A9B4BFF72D1AE66700212CE2 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 8626DL2GW3; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.2; + MACOSX_DEPLOYMENT_TARGET = 15.1; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.neon443.NearFutureUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + TEST_TARGET_NAME = NearFuture; + XROS_DEPLOYMENT_TARGET = 2.2; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + A9B4BFC32D1AE66000212CE2 /* Build configuration list for PBXProject "NearFuture" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A9B4BFED2D1AE66700212CE2 /* Debug */, + A9B4BFEE2D1AE66700212CE2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A9B4BFEF2D1AE66700212CE2 /* Build configuration list for PBXNativeTarget "NearFuture" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A9B4BFF02D1AE66700212CE2 /* Debug */, + A9B4BFF12D1AE66700212CE2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A9B4BFF22D1AE66700212CE2 /* Build configuration list for PBXNativeTarget "NearFutureTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A9B4BFF32D1AE66700212CE2 /* Debug */, + A9B4BFF42D1AE66700212CE2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A9B4BFF52D1AE66700212CE2 /* Build configuration list for PBXNativeTarget "NearFutureUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A9B4BFF62D1AE66700212CE2 /* Debug */, + A9B4BFF72D1AE66700212CE2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = A9B4BFC02D1AE66000212CE2 /* Project object */; +} diff --git a/NearFuture.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/NearFuture.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/NearFuture.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/NearFuture/Assets.xcassets/AccentColor.colorset/Contents.json b/NearFuture/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/NearFuture/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/NearFuture/Assets.xcassets/AppIcon.appiconset/Contents.json b/NearFuture/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..ffdfe15 --- /dev/null +++ b/NearFuture/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/NearFuture/Assets.xcassets/Contents.json b/NearFuture/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/NearFuture/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/NearFuture/ContentView.swift b/NearFuture/ContentView.swift new file mode 100644 index 0000000..f1bf301 --- /dev/null +++ b/NearFuture/ContentView.swift @@ -0,0 +1,66 @@ +// +// ContentView.swift +// NearFuture +// +// Created by Nihaal Sharma on 24/12/2024. +// + +import SwiftUI +import SwiftData + +struct ContentView: View { + @Environment(\.modelContext) private var modelContext + @Query private var items: [Item] + + var body: some View { + NavigationSplitView { + 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") + } + } + } + } detail: { + Text("Select an item") + } + } + + 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]) + } + } + } +} + +#Preview { + ContentView() + .modelContainer(for: Item.self, inMemory: true) +} diff --git a/NearFuture/Item.swift b/NearFuture/Item.swift new file mode 100644 index 0000000..d5192b2 --- /dev/null +++ b/NearFuture/Item.swift @@ -0,0 +1,18 @@ +// +// Item.swift +// NearFuture +// +// Created by Nihaal Sharma on 24/12/2024. +// + +import Foundation +import SwiftData + +@Model +final class Item { + var timestamp: Date + + init(timestamp: Date) { + self.timestamp = timestamp + } +} diff --git a/NearFuture/NearFuture.entitlements b/NearFuture/NearFuture.entitlements new file mode 100644 index 0000000..f2ef3ae --- /dev/null +++ b/NearFuture/NearFuture.entitlements @@ -0,0 +1,10 @@ + + + + + com.apple.security.app-sandbox + + com.apple.security.files.user-selected.read-only + + + diff --git a/NearFuture/NearFutureApp.swift b/NearFuture/NearFutureApp.swift new file mode 100644 index 0000000..2542a42 --- /dev/null +++ b/NearFuture/NearFutureApp.swift @@ -0,0 +1,32 @@ +// +// NearFutureApp.swift +// NearFuture +// +// Created by Nihaal Sharma on 24/12/2024. +// + +import SwiftUI +import SwiftData + +@main +struct NearFutureApp: 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/NearFuture/Preview Content/Preview Assets.xcassets/Contents.json b/NearFuture/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/NearFuture/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/NearFutureTests/NearFutureTests.swift b/NearFutureTests/NearFutureTests.swift new file mode 100644 index 0000000..d0f1c6e --- /dev/null +++ b/NearFutureTests/NearFutureTests.swift @@ -0,0 +1,16 @@ +// +// NearFutureTests.swift +// NearFutureTests +// +// Created by Nihaal Sharma on 24/12/2024. +// + +import Testing + +struct NearFutureTests { + + @Test func example() async throws { + // Write your test here and use APIs like `#expect(...)` to check expected conditions. + } + +} diff --git a/NearFutureUITests/NearFutureUITests.swift b/NearFutureUITests/NearFutureUITests.swift new file mode 100644 index 0000000..e2dbe1a --- /dev/null +++ b/NearFutureUITests/NearFutureUITests.swift @@ -0,0 +1,43 @@ +// +// NearFutureUITests.swift +// NearFutureUITests +// +// Created by Nihaal Sharma on 24/12/2024. +// + +import XCTest + +final class NearFutureUITests: 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. + } + + @MainActor + func testLaunchPerformance() throws { + if #available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) { + // This measures how long it takes to launch your application. + measure(metrics: [XCTApplicationLaunchMetric()]) { + XCUIApplication().launch() + } + } + } +} diff --git a/NearFutureUITests/NearFutureUITestsLaunchTests.swift b/NearFutureUITests/NearFutureUITestsLaunchTests.swift new file mode 100644 index 0000000..c7f1866 --- /dev/null +++ b/NearFutureUITests/NearFutureUITestsLaunchTests.swift @@ -0,0 +1,33 @@ +// +// NearFutureUITestsLaunchTests.swift +// NearFutureUITests +// +// Created by Nihaal Sharma on 24/12/2024. +// + +import XCTest + +final class NearFutureUITestsLaunchTests: XCTestCase { + + override class var runsForEachTargetApplicationUIConfiguration: Bool { + true + } + + override func setUpWithError() throws { + continueAfterFailure = false + } + + @MainActor + func testLaunch() throws { + let app = XCUIApplication() + app.launch() + + // Insert steps here to perform after app launch but before taking a screenshot, + // such as logging into a test account or navigating somewhere in the app + + let attachment = XCTAttachment(screenshot: app.screenshot()) + attachment.name = "Launch Screen" + attachment.lifetime = .keepAlways + add(attachment) + } +}