diff --git a/AcaMate/.gitignore b/.gitignore similarity index 100% rename from AcaMate/.gitignore rename to .gitignore diff --git a/AcaMate.xcodeproj/project.pbxproj b/AcaMate.xcodeproj/project.pbxproj index 112597f..ce2430f 100644 --- a/AcaMate.xcodeproj/project.pbxproj +++ b/AcaMate.xcodeproj/project.pbxproj @@ -6,8 +6,15 @@ objectVersion = 77; objects = { +/* Begin PBXBuildFile section */ + A7A518CF2CF555E200822D0D /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = A7A518CE2CF555E200822D0D /* README.md */; }; + A7A518D12CF5588500822D0D /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = A7A518D02CF5588500822D0D /* .gitignore */; }; +/* End PBXBuildFile section */ + /* Begin PBXFileReference section */ A7A518BB2CF5558B00822D0D /* AcaMate.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AcaMate.app; sourceTree = BUILT_PRODUCTS_DIR; }; + A7A518CE2CF555E200822D0D /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + A7A518D02CF5588500822D0D /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFileSystemSynchronizedRootGroup section */ @@ -32,6 +39,8 @@ A7A518B22CF5558B00822D0D = { isa = PBXGroup; children = ( + A7A518D02CF5588500822D0D /* .gitignore */, + A7A518CE2CF555E200822D0D /* README.md */, A7A518BD2CF5558B00822D0D /* AcaMate */, A7A518BC2CF5558B00822D0D /* Products */, ); @@ -109,6 +118,8 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + A7A518D12CF5588500822D0D /* .gitignore in Resources */, + A7A518CF2CF555E200822D0D /* README.md in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/AcaMate.xcodeproj/project.xcworkspace/xcuserdata/seankim.xcuserdatad/UserInterfaceState.xcuserstate b/AcaMate.xcodeproj/project.xcworkspace/xcuserdata/seankim.xcuserdatad/UserInterfaceState.xcuserstate index aa7924e..964d2f5 100644 Binary files a/AcaMate.xcodeproj/project.xcworkspace/xcuserdata/seankim.xcuserdatad/UserInterfaceState.xcuserstate and b/AcaMate.xcodeproj/project.xcworkspace/xcuserdata/seankim.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/AcaMate/README.md b/README.md similarity index 100% rename from AcaMate/README.md rename to README.md