From 3f4ed055b9d2ed7eb2572229c07fae31abf49dbb Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Mon, 20 Jan 2025 16:33:51 -0600 Subject: [PATCH] moved README.MD to the root Signed-off-by: Matt Bruce --- EmployeeDirectory.xcodeproj/project.pbxproj | 7 +++++++ EmployeeDirectory/README.MD => README.MD | 0 2 files changed, 7 insertions(+) rename EmployeeDirectory/README.MD => README.MD (100%) diff --git a/EmployeeDirectory.xcodeproj/project.pbxproj b/EmployeeDirectory.xcodeproj/project.pbxproj index 5a673ff..47e14d5 100644 --- a/EmployeeDirectory.xcodeproj/project.pbxproj +++ b/EmployeeDirectory.xcodeproj/project.pbxproj @@ -6,6 +6,10 @@ objectVersion = 77; objects = { +/* Begin PBXBuildFile section */ + EA668AC12D3F04D600E021EA /* README.MD in Resources */ = {isa = PBXBuildFile; fileRef = EA668AC02D3F04D600E021EA /* README.MD */; }; +/* End PBXBuildFile section */ + /* Begin PBXContainerItemProxy section */ EA668AA02D3F037F00E021EA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -27,6 +31,7 @@ EA668A892D3F037E00E021EA /* EmployeeDirectory.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EmployeeDirectory.app; sourceTree = BUILT_PRODUCTS_DIR; }; EA668A9F2D3F037F00E021EA /* EmployeeDirectoryTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EmployeeDirectoryTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; EA668AA92D3F037F00E021EA /* EmployeeDirectoryUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EmployeeDirectoryUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + EA668AC02D3F04D600E021EA /* README.MD */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.MD; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ @@ -88,6 +93,7 @@ EA668A802D3F037E00E021EA = { isa = PBXGroup; children = ( + EA668AC02D3F04D600E021EA /* README.MD */, EA668A8B2D3F037E00E021EA /* EmployeeDirectory */, EA668AA22D3F037F00E021EA /* EmployeeDirectoryTests */, EA668AAC2D3F037F00E021EA /* EmployeeDirectoryUITests */, @@ -225,6 +231,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + EA668AC12D3F04D600E021EA /* README.MD in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/EmployeeDirectory/README.MD b/README.MD similarity index 100% rename from EmployeeDirectory/README.MD rename to README.MD