From ef877217adad36356f8727abcb164ff6ac2c278d Mon Sep 17 00:00:00 2001 From: Azim Date: Sat, 6 Jun 2026 02:29:29 +0500 Subject: [PATCH] Initial Commit --- Thijooree iOS.xcodeproj/project.pbxproj | 583 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcschemes/xcschememanagement.plist | 14 + .../AccentColor.colorset/Contents.json | 11 + .../AppIcon.appiconset/Contents.json | 35 ++ Thijooree iOS/Assets.xcassets/Contents.json | 6 + Thijooree iOS/ContentView.swift | 61 ++ Thijooree iOS/Item.swift | 18 + Thijooree iOS/Thijooree_iOSApp.swift | 32 + Thijooree iOSTests/Thijooree_iOSTests.swift | 19 + .../Thijooree_iOSUITests.swift | 43 ++ .../Thijooree_iOSUITestsLaunchTests.swift | 35 ++ 12 files changed, 864 insertions(+) create mode 100644 Thijooree iOS.xcodeproj/project.pbxproj create mode 100644 Thijooree iOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 Thijooree iOS.xcodeproj/xcuserdata/mohamedazim.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 Thijooree iOS/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 Thijooree iOS/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 Thijooree iOS/Assets.xcassets/Contents.json create mode 100644 Thijooree iOS/ContentView.swift create mode 100644 Thijooree iOS/Item.swift create mode 100644 Thijooree iOS/Thijooree_iOSApp.swift create mode 100644 Thijooree iOSTests/Thijooree_iOSTests.swift create mode 100644 Thijooree iOSUITests/Thijooree_iOSUITests.swift create mode 100644 Thijooree iOSUITests/Thijooree_iOSUITestsLaunchTests.swift diff --git a/Thijooree iOS.xcodeproj/project.pbxproj b/Thijooree iOS.xcodeproj/project.pbxproj new file mode 100644 index 0000000..532c9e8 --- /dev/null +++ b/Thijooree iOS.xcodeproj/project.pbxproj @@ -0,0 +1,583 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 77; + objects = { + +/* Begin PBXContainerItemProxy section */ + F156E70F2FD3773800FEE01C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = F156E6F72FD3773600FEE01C /* Project object */; + proxyType = 1; + remoteGlobalIDString = F156E6FE2FD3773600FEE01C; + remoteInfo = "Thijooree iOS"; + }; + F156E7192FD3773800FEE01C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = F156E6F72FD3773600FEE01C /* Project object */; + proxyType = 1; + remoteGlobalIDString = F156E6FE2FD3773600FEE01C; + remoteInfo = "Thijooree iOS"; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + F156E6FF2FD3773600FEE01C /* Thijooree iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Thijooree iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + F156E70E2FD3773800FEE01C /* Thijooree iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Thijooree iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + F156E7182FD3773800FEE01C /* Thijooree iOSUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Thijooree iOSUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFileSystemSynchronizedRootGroup section */ + F156E7012FD3773600FEE01C /* Thijooree iOS */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = "Thijooree iOS"; + sourceTree = ""; + }; + F156E7112FD3773800FEE01C /* Thijooree iOSTests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = "Thijooree iOSTests"; + sourceTree = ""; + }; + F156E71B2FD3773800FEE01C /* Thijooree iOSUITests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = "Thijooree iOSUITests"; + sourceTree = ""; + }; +/* End PBXFileSystemSynchronizedRootGroup section */ + +/* Begin PBXFrameworksBuildPhase section */ + F156E6FC2FD3773600FEE01C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F156E70B2FD3773800FEE01C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F156E7152FD3773800FEE01C /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + F156E6F62FD3773600FEE01C = { + isa = PBXGroup; + children = ( + F156E7012FD3773600FEE01C /* Thijooree iOS */, + F156E7112FD3773800FEE01C /* Thijooree iOSTests */, + F156E71B2FD3773800FEE01C /* Thijooree iOSUITests */, + F156E7002FD3773600FEE01C /* Products */, + ); + sourceTree = ""; + }; + F156E7002FD3773600FEE01C /* Products */ = { + isa = PBXGroup; + children = ( + F156E6FF2FD3773600FEE01C /* Thijooree iOS.app */, + F156E70E2FD3773800FEE01C /* Thijooree iOSTests.xctest */, + F156E7182FD3773800FEE01C /* Thijooree iOSUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + F156E6FE2FD3773600FEE01C /* Thijooree iOS */ = { + isa = PBXNativeTarget; + buildConfigurationList = F156E7222FD3773800FEE01C /* Build configuration list for PBXNativeTarget "Thijooree iOS" */; + buildPhases = ( + F156E6FB2FD3773600FEE01C /* Sources */, + F156E6FC2FD3773600FEE01C /* Frameworks */, + F156E6FD2FD3773600FEE01C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + fileSystemSynchronizedGroups = ( + F156E7012FD3773600FEE01C /* Thijooree iOS */, + ); + name = "Thijooree iOS"; + packageProductDependencies = ( + ); + productName = "Thijooree iOS"; + productReference = F156E6FF2FD3773600FEE01C /* Thijooree iOS.app */; + productType = "com.apple.product-type.application"; + }; + F156E70D2FD3773800FEE01C /* Thijooree iOSTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = F156E7252FD3773800FEE01C /* Build configuration list for PBXNativeTarget "Thijooree iOSTests" */; + buildPhases = ( + F156E70A2FD3773800FEE01C /* Sources */, + F156E70B2FD3773800FEE01C /* Frameworks */, + F156E70C2FD3773800FEE01C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + F156E7102FD3773800FEE01C /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + F156E7112FD3773800FEE01C /* Thijooree iOSTests */, + ); + name = "Thijooree iOSTests"; + packageProductDependencies = ( + ); + productName = "Thijooree iOSTests"; + productReference = F156E70E2FD3773800FEE01C /* Thijooree iOSTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + F156E7172FD3773800FEE01C /* Thijooree iOSUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = F156E7282FD3773800FEE01C /* Build configuration list for PBXNativeTarget "Thijooree iOSUITests" */; + buildPhases = ( + F156E7142FD3773800FEE01C /* Sources */, + F156E7152FD3773800FEE01C /* Frameworks */, + F156E7162FD3773800FEE01C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + F156E71A2FD3773800FEE01C /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + F156E71B2FD3773800FEE01C /* Thijooree iOSUITests */, + ); + name = "Thijooree iOSUITests"; + packageProductDependencies = ( + ); + productName = "Thijooree iOSUITests"; + productReference = F156E7182FD3773800FEE01C /* Thijooree iOSUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + F156E6F72FD3773600FEE01C /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 2650; + LastUpgradeCheck = 2650; + TargetAttributes = { + F156E6FE2FD3773600FEE01C = { + CreatedOnToolsVersion = 26.5; + }; + F156E70D2FD3773800FEE01C = { + CreatedOnToolsVersion = 26.5; + TestTargetID = F156E6FE2FD3773600FEE01C; + }; + F156E7172FD3773800FEE01C = { + CreatedOnToolsVersion = 26.5; + TestTargetID = F156E6FE2FD3773600FEE01C; + }; + }; + }; + buildConfigurationList = F156E6FA2FD3773600FEE01C /* Build configuration list for PBXProject "Thijooree iOS" */; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = F156E6F62FD3773600FEE01C; + minimizedProjectReferenceProxies = 1; + preferredProjectObjectVersion = 77; + productRefGroup = F156E7002FD3773600FEE01C /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + F156E6FE2FD3773600FEE01C /* Thijooree iOS */, + F156E70D2FD3773800FEE01C /* Thijooree iOSTests */, + F156E7172FD3773800FEE01C /* Thijooree iOSUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + F156E6FD2FD3773600FEE01C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F156E70C2FD3773800FEE01C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F156E7162FD3773800FEE01C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + F156E6FB2FD3773600FEE01C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F156E70A2FD3773800FEE01C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F156E7142FD3773800FEE01C /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + F156E7102FD3773800FEE01C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = F156E6FE2FD3773600FEE01C /* Thijooree iOS */; + targetProxy = F156E70F2FD3773800FEE01C /* PBXContainerItemProxy */; + }; + F156E71A2FD3773800FEE01C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = F156E6FE2FD3773600FEE01C /* Thijooree iOS */; + targetProxy = F156E7192FD3773800FEE01C /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + F156E7202FD3773800FEE01C /* 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; + DEVELOPMENT_TEAM = 437JYGSZYP; + 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; + IPHONEOS_DEPLOYMENT_TARGET = 26.5; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + F156E7212FD3773800FEE01C /* 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"; + DEVELOPMENT_TEAM = 437JYGSZYP; + 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; + IPHONEOS_DEPLOYMENT_TARGET = 26.5; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + F156E7232FD3773800FEE01C /* Debug */ = { + 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 = 437JYGSZYP; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchScreen_Generation = YES; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "Zim.Thijooree-iOS"; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRING_CATALOG_GENERATE_SYMBOLS = YES; + 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"; + }; + name = Debug; + }; + F156E7242FD3773800FEE01C /* Release */ = { + 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 = 437JYGSZYP; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchScreen_Generation = YES; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "Zim.Thijooree-iOS"; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRING_CATALOG_GENERATE_SYMBOLS = YES; + 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"; + }; + name = Release; + }; + F156E7262FD3773800FEE01C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 437JYGSZYP; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 26.5; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "Zim.Thijooree-iOSTests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRING_CATALOG_GENERATE_SYMBOLS = NO; + 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"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Thijooree iOS.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Thijooree iOS"; + }; + name = Debug; + }; + F156E7272FD3773800FEE01C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 437JYGSZYP; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 26.5; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "Zim.Thijooree-iOSTests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRING_CATALOG_GENERATE_SYMBOLS = NO; + 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"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Thijooree iOS.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Thijooree iOS"; + }; + name = Release; + }; + F156E7292FD3773800FEE01C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 437JYGSZYP; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "Zim.Thijooree-iOSUITests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRING_CATALOG_GENERATE_SYMBOLS = NO; + 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"; + TEST_TARGET_NAME = "Thijooree iOS"; + }; + name = Debug; + }; + F156E72A2FD3773800FEE01C /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 437JYGSZYP; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = "Zim.Thijooree-iOSUITests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRING_CATALOG_GENERATE_SYMBOLS = NO; + 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"; + TEST_TARGET_NAME = "Thijooree iOS"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + F156E6FA2FD3773600FEE01C /* Build configuration list for PBXProject "Thijooree iOS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F156E7202FD3773800FEE01C /* Debug */, + F156E7212FD3773800FEE01C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + F156E7222FD3773800FEE01C /* Build configuration list for PBXNativeTarget "Thijooree iOS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F156E7232FD3773800FEE01C /* Debug */, + F156E7242FD3773800FEE01C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + F156E7252FD3773800FEE01C /* Build configuration list for PBXNativeTarget "Thijooree iOSTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F156E7262FD3773800FEE01C /* Debug */, + F156E7272FD3773800FEE01C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + F156E7282FD3773800FEE01C /* Build configuration list for PBXNativeTarget "Thijooree iOSUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F156E7292FD3773800FEE01C /* Debug */, + F156E72A2FD3773800FEE01C /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = F156E6F72FD3773600FEE01C /* Project object */; +} diff --git a/Thijooree iOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Thijooree iOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/Thijooree iOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Thijooree iOS.xcodeproj/xcuserdata/mohamedazim.xcuserdatad/xcschemes/xcschememanagement.plist b/Thijooree iOS.xcodeproj/xcuserdata/mohamedazim.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..9835611 --- /dev/null +++ b/Thijooree iOS.xcodeproj/xcuserdata/mohamedazim.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + Thijooree iOS.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/Thijooree iOS/Assets.xcassets/AccentColor.colorset/Contents.json b/Thijooree iOS/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/Thijooree iOS/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Thijooree iOS/Assets.xcassets/AppIcon.appiconset/Contents.json b/Thijooree iOS/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..2305880 --- /dev/null +++ b/Thijooree iOS/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,35 @@ +{ + "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" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Thijooree iOS/Assets.xcassets/Contents.json b/Thijooree iOS/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Thijooree iOS/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Thijooree iOS/ContentView.swift b/Thijooree iOS/ContentView.swift new file mode 100644 index 0000000..4472bd3 --- /dev/null +++ b/Thijooree iOS/ContentView.swift @@ -0,0 +1,61 @@ +// +// ContentView.swift +// Thijooree iOS +// +// Created by Mohamed Azim on 6/6/26. +// + +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) + } + .toolbar { + ToolbarItem(placement: .navigationBarTrailing) { + EditButton() + } + 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/Thijooree iOS/Item.swift b/Thijooree iOS/Item.swift new file mode 100644 index 0000000..d60122b --- /dev/null +++ b/Thijooree iOS/Item.swift @@ -0,0 +1,18 @@ +// +// Item.swift +// Thijooree iOS +// +// Created by Mohamed Azim on 6/6/26. +// + +import Foundation +import SwiftData + +@Model +final class Item { + var timestamp: Date + + init(timestamp: Date) { + self.timestamp = timestamp + } +} diff --git a/Thijooree iOS/Thijooree_iOSApp.swift b/Thijooree iOS/Thijooree_iOSApp.swift new file mode 100644 index 0000000..a6724d7 --- /dev/null +++ b/Thijooree iOS/Thijooree_iOSApp.swift @@ -0,0 +1,32 @@ +// +// Thijooree_iOSApp.swift +// Thijooree iOS +// +// Created by Mohamed Azim on 6/6/26. +// + +import SwiftUI +import SwiftData + +@main +struct Thijooree_iOSApp: 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/Thijooree iOSTests/Thijooree_iOSTests.swift b/Thijooree iOSTests/Thijooree_iOSTests.swift new file mode 100644 index 0000000..6bc93f5 --- /dev/null +++ b/Thijooree iOSTests/Thijooree_iOSTests.swift @@ -0,0 +1,19 @@ +// +// Thijooree_iOSTests.swift +// Thijooree iOSTests +// +// Created by Mohamed Azim on 6/6/26. +// + +import Testing +@testable import Thijooree_iOS + +struct Thijooree_iOSTests { + + @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/Thijooree iOSUITests/Thijooree_iOSUITests.swift b/Thijooree iOSUITests/Thijooree_iOSUITests.swift new file mode 100644 index 0000000..c95f7e0 --- /dev/null +++ b/Thijooree iOSUITests/Thijooree_iOSUITests.swift @@ -0,0 +1,43 @@ +// +// Thijooree_iOSUITests.swift +// Thijooree iOSUITests +// +// Created by Mohamed Azim on 6/6/26. +// + +import XCTest + +final class Thijooree_iOSUITests: 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() + } + } +} diff --git a/Thijooree iOSUITests/Thijooree_iOSUITestsLaunchTests.swift b/Thijooree iOSUITests/Thijooree_iOSUITestsLaunchTests.swift new file mode 100644 index 0000000..5d8ed3c --- /dev/null +++ b/Thijooree iOSUITests/Thijooree_iOSUITestsLaunchTests.swift @@ -0,0 +1,35 @@ +// +// Thijooree_iOSUITestsLaunchTests.swift +// Thijooree iOSUITests +// +// Created by Mohamed Azim on 6/6/26. +// + +import XCTest + +final class Thijooree_iOSUITestsLaunchTests: 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 + // XCUIAutomation Documentation + // https://developer.apple.com/documentation/xcuiautomation + + let attachment = XCTAttachment(screenshot: app.screenshot()) + attachment.name = "Launch Screen" + attachment.lifetime = .keepAlways + add(attachment) + } +}