commit 356708f6d744861b045c813af1ca5d02793e73a3 Author: Matt Bruce Date: Mon Mar 3 16:48:17 2025 -0600 Initial Commit diff --git a/EmployeeDirectory.xcodeproj/project.pbxproj b/EmployeeDirectory.xcodeproj/project.pbxproj new file mode 100644 index 0000000..3da99ee --- /dev/null +++ b/EmployeeDirectory.xcodeproj/project.pbxproj @@ -0,0 +1,563 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 77; + objects = { + +/* Begin PBXContainerItemProxy section */ + EAC304B92D76693000D9006D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = EAC304A02D76692F00D9006D /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAC304A72D76692F00D9006D; + remoteInfo = EmployeeDirectory; + }; + EAC304C32D76693000D9006D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = EAC304A02D76692F00D9006D /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAC304A72D76692F00D9006D; + remoteInfo = EmployeeDirectory; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + EAC304A82D76692F00D9006D /* EmployeeDirectory.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EmployeeDirectory.app; sourceTree = BUILT_PRODUCTS_DIR; }; + EAC304B82D76693000D9006D /* EmployeeDirectoryTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EmployeeDirectoryTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + EAC304C22D76693000D9006D /* EmployeeDirectoryUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EmployeeDirectoryUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFileSystemSynchronizedRootGroup section */ + EAC304AA2D76692F00D9006D /* EmployeeDirectory */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = EmployeeDirectory; + sourceTree = ""; + }; + EAC304BB2D76693000D9006D /* EmployeeDirectoryTests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = EmployeeDirectoryTests; + sourceTree = ""; + }; + EAC304C52D76693000D9006D /* EmployeeDirectoryUITests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = EmployeeDirectoryUITests; + sourceTree = ""; + }; +/* End PBXFileSystemSynchronizedRootGroup section */ + +/* Begin PBXFrameworksBuildPhase section */ + EAC304A52D76692F00D9006D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EAC304B52D76693000D9006D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EAC304BF2D76693000D9006D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + EAC3049F2D76692F00D9006D = { + isa = PBXGroup; + children = ( + EAC304AA2D76692F00D9006D /* EmployeeDirectory */, + EAC304BB2D76693000D9006D /* EmployeeDirectoryTests */, + EAC304C52D76693000D9006D /* EmployeeDirectoryUITests */, + EAC304A92D76692F00D9006D /* Products */, + ); + sourceTree = ""; + }; + EAC304A92D76692F00D9006D /* Products */ = { + isa = PBXGroup; + children = ( + EAC304A82D76692F00D9006D /* EmployeeDirectory.app */, + EAC304B82D76693000D9006D /* EmployeeDirectoryTests.xctest */, + EAC304C22D76693000D9006D /* EmployeeDirectoryUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + EAC304A72D76692F00D9006D /* EmployeeDirectory */ = { + isa = PBXNativeTarget; + buildConfigurationList = EAC304CC2D76693000D9006D /* Build configuration list for PBXNativeTarget "EmployeeDirectory" */; + buildPhases = ( + EAC304A42D76692F00D9006D /* Sources */, + EAC304A52D76692F00D9006D /* Frameworks */, + EAC304A62D76692F00D9006D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + fileSystemSynchronizedGroups = ( + EAC304AA2D76692F00D9006D /* EmployeeDirectory */, + ); + name = EmployeeDirectory; + packageProductDependencies = ( + ); + productName = EmployeeDirectory; + productReference = EAC304A82D76692F00D9006D /* EmployeeDirectory.app */; + productType = "com.apple.product-type.application"; + }; + EAC304B72D76693000D9006D /* EmployeeDirectoryTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = EAC304CF2D76693000D9006D /* Build configuration list for PBXNativeTarget "EmployeeDirectoryTests" */; + buildPhases = ( + EAC304B42D76693000D9006D /* Sources */, + EAC304B52D76693000D9006D /* Frameworks */, + EAC304B62D76693000D9006D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + EAC304BA2D76693000D9006D /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + EAC304BB2D76693000D9006D /* EmployeeDirectoryTests */, + ); + name = EmployeeDirectoryTests; + packageProductDependencies = ( + ); + productName = EmployeeDirectoryTests; + productReference = EAC304B82D76693000D9006D /* EmployeeDirectoryTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + EAC304C12D76693000D9006D /* EmployeeDirectoryUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = EAC304D22D76693000D9006D /* Build configuration list for PBXNativeTarget "EmployeeDirectoryUITests" */; + buildPhases = ( + EAC304BE2D76693000D9006D /* Sources */, + EAC304BF2D76693000D9006D /* Frameworks */, + EAC304C02D76693000D9006D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + EAC304C42D76693000D9006D /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + EAC304C52D76693000D9006D /* EmployeeDirectoryUITests */, + ); + name = EmployeeDirectoryUITests; + packageProductDependencies = ( + ); + productName = EmployeeDirectoryUITests; + productReference = EAC304C22D76693000D9006D /* EmployeeDirectoryUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + EAC304A02D76692F00D9006D /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1620; + LastUpgradeCheck = 1620; + TargetAttributes = { + EAC304A72D76692F00D9006D = { + CreatedOnToolsVersion = 16.2; + }; + EAC304B72D76693000D9006D = { + CreatedOnToolsVersion = 16.2; + TestTargetID = EAC304A72D76692F00D9006D; + }; + EAC304C12D76693000D9006D = { + CreatedOnToolsVersion = 16.2; + TestTargetID = EAC304A72D76692F00D9006D; + }; + }; + }; + buildConfigurationList = EAC304A32D76692F00D9006D /* Build configuration list for PBXProject "EmployeeDirectory" */; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = EAC3049F2D76692F00D9006D; + minimizedProjectReferenceProxies = 1; + preferredProjectObjectVersion = 77; + productRefGroup = EAC304A92D76692F00D9006D /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + EAC304A72D76692F00D9006D /* EmployeeDirectory */, + EAC304B72D76693000D9006D /* EmployeeDirectoryTests */, + EAC304C12D76693000D9006D /* EmployeeDirectoryUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + EAC304A62D76692F00D9006D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EAC304B62D76693000D9006D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EAC304C02D76693000D9006D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + EAC304A42D76692F00D9006D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EAC304B42D76693000D9006D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EAC304BE2D76693000D9006D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + EAC304BA2D76693000D9006D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = EAC304A72D76692F00D9006D /* EmployeeDirectory */; + targetProxy = EAC304B92D76693000D9006D /* PBXContainerItemProxy */; + }; + EAC304C42D76693000D9006D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = EAC304A72D76692F00D9006D /* EmployeeDirectory */; + targetProxy = EAC304C32D76693000D9006D /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + EAC304CA2D76693000D9006D /* 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; + IPHONEOS_DEPLOYMENT_TARGET = 18.2; + 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; + }; + EAC304CB2D76693000D9006D /* 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; + IPHONEOS_DEPLOYMENT_TARGET = 18.2; + 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; + }; + EAC304CD2D76693000D9006D /* 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_ASSET_PATHS = "\"EmployeeDirectory/Preview Content\""; + DEVELOPMENT_TEAM = 6R7KLBPBLZ; + 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 = com.mbrucedogs.EmployeeDirectory; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + EAC304CE2D76693000D9006D /* 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_ASSET_PATHS = "\"EmployeeDirectory/Preview Content\""; + DEVELOPMENT_TEAM = 6R7KLBPBLZ; + 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 = com.mbrucedogs.EmployeeDirectory; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + EAC304D02D76693000D9006D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 6R7KLBPBLZ; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.2; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.mbrucedogs.EmployeeDirectoryTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/EmployeeDirectory.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/EmployeeDirectory"; + }; + name = Debug; + }; + EAC304D12D76693000D9006D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 6R7KLBPBLZ; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.2; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.mbrucedogs.EmployeeDirectoryTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/EmployeeDirectory.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/EmployeeDirectory"; + }; + name = Release; + }; + EAC304D32D76693000D9006D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 6R7KLBPBLZ; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.mbrucedogs.EmployeeDirectoryUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = EmployeeDirectory; + }; + name = Debug; + }; + EAC304D42D76693000D9006D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 6R7KLBPBLZ; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.mbrucedogs.EmployeeDirectoryUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = EmployeeDirectory; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + EAC304A32D76692F00D9006D /* Build configuration list for PBXProject "EmployeeDirectory" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EAC304CA2D76693000D9006D /* Debug */, + EAC304CB2D76693000D9006D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + EAC304CC2D76693000D9006D /* Build configuration list for PBXNativeTarget "EmployeeDirectory" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EAC304CD2D76693000D9006D /* Debug */, + EAC304CE2D76693000D9006D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + EAC304CF2D76693000D9006D /* Build configuration list for PBXNativeTarget "EmployeeDirectoryTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EAC304D02D76693000D9006D /* Debug */, + EAC304D12D76693000D9006D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + EAC304D22D76693000D9006D /* Build configuration list for PBXNativeTarget "EmployeeDirectoryUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EAC304D32D76693000D9006D /* Debug */, + EAC304D42D76693000D9006D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = EAC304A02D76692F00D9006D /* Project object */; +} diff --git a/EmployeeDirectory.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/EmployeeDirectory.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/EmployeeDirectory.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/EmployeeDirectory.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist b/EmployeeDirectory.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..7501578 --- /dev/null +++ b/EmployeeDirectory.xcodeproj/xcuserdata/mattbruce.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + EmployeeDirectory.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/EmployeeDirectory/Assets.xcassets/AccentColor.colorset/Contents.json b/EmployeeDirectory/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/EmployeeDirectory/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/EmployeeDirectory/Assets.xcassets/AppIcon.appiconset/Contents.json b/EmployeeDirectory/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..2305880 --- /dev/null +++ b/EmployeeDirectory/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/EmployeeDirectory/Assets.xcassets/Contents.json b/EmployeeDirectory/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/EmployeeDirectory/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/EmployeeDirectory/ContentView.swift b/EmployeeDirectory/ContentView.swift new file mode 100644 index 0000000..7790aa8 --- /dev/null +++ b/EmployeeDirectory/ContentView.swift @@ -0,0 +1,24 @@ +// +// ContentView.swift +// EmployeeDirectory +// +// Created by Matt Bruce on 3/3/25. +// + +import SwiftUI + +struct ContentView: View { + var body: some View { + VStack { + Image(systemName: "globe") + .imageScale(.large) + .foregroundStyle(.tint) + Text("Hello, world!") + } + .padding() + } +} + +#Preview { + ContentView() +} diff --git a/EmployeeDirectory/EmployeeDirectoryApp.swift b/EmployeeDirectory/EmployeeDirectoryApp.swift new file mode 100644 index 0000000..58d2741 --- /dev/null +++ b/EmployeeDirectory/EmployeeDirectoryApp.swift @@ -0,0 +1,17 @@ +// +// EmployeeDirectoryApp.swift +// EmployeeDirectory +// +// Created by Matt Bruce on 3/3/25. +// + +import SwiftUI + +@main +struct EmployeeDirectoryApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} diff --git a/EmployeeDirectory/Preview Content/Preview Assets.xcassets/Contents.json b/EmployeeDirectory/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/EmployeeDirectory/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/EmployeeDirectoryTests/EmployeeDirectoryTests.swift b/EmployeeDirectoryTests/EmployeeDirectoryTests.swift new file mode 100644 index 0000000..3ac221e --- /dev/null +++ b/EmployeeDirectoryTests/EmployeeDirectoryTests.swift @@ -0,0 +1,17 @@ +// +// EmployeeDirectoryTests.swift +// EmployeeDirectoryTests +// +// Created by Matt Bruce on 3/3/25. +// + +import Testing +@testable import EmployeeDirectory + +struct EmployeeDirectoryTests { + + @Test func example() async throws { + // Write your test here and use APIs like `#expect(...)` to check expected conditions. + } + +} diff --git a/EmployeeDirectoryUITests/EmployeeDirectoryUITests.swift b/EmployeeDirectoryUITests/EmployeeDirectoryUITests.swift new file mode 100644 index 0000000..1d72ec6 --- /dev/null +++ b/EmployeeDirectoryUITests/EmployeeDirectoryUITests.swift @@ -0,0 +1,43 @@ +// +// EmployeeDirectoryUITests.swift +// EmployeeDirectoryUITests +// +// Created by Matt Bruce on 3/3/25. +// + +import XCTest + +final class EmployeeDirectoryUITests: 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/EmployeeDirectoryUITests/EmployeeDirectoryUITestsLaunchTests.swift b/EmployeeDirectoryUITests/EmployeeDirectoryUITestsLaunchTests.swift new file mode 100644 index 0000000..fe9bc8f --- /dev/null +++ b/EmployeeDirectoryUITests/EmployeeDirectoryUITestsLaunchTests.swift @@ -0,0 +1,33 @@ +// +// EmployeeDirectoryUITestsLaunchTests.swift +// EmployeeDirectoryUITests +// +// Created by Matt Bruce on 3/3/25. +// + +import XCTest + +final class EmployeeDirectoryUITestsLaunchTests: 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) + } +}