[📝] 문서 수정

This commit is contained in:
김선규 2024-11-26 10:30:36 +09:00
parent a946b0d988
commit 67bc5bcac9
4 changed files with 11 additions and 0 deletions

View File

View File

@ -6,8 +6,15 @@
objectVersion = 77; objectVersion = 77;
objects = { 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 */ /* Begin PBXFileReference section */
A7A518BB2CF5558B00822D0D /* AcaMate.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AcaMate.app; sourceTree = BUILT_PRODUCTS_DIR; }; 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 = "<group>"; };
A7A518D02CF5588500822D0D /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedRootGroup section */ /* Begin PBXFileSystemSynchronizedRootGroup section */
@ -32,6 +39,8 @@
A7A518B22CF5558B00822D0D = { A7A518B22CF5558B00822D0D = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
A7A518D02CF5588500822D0D /* .gitignore */,
A7A518CE2CF555E200822D0D /* README.md */,
A7A518BD2CF5558B00822D0D /* AcaMate */, A7A518BD2CF5558B00822D0D /* AcaMate */,
A7A518BC2CF5558B00822D0D /* Products */, A7A518BC2CF5558B00822D0D /* Products */,
); );
@ -109,6 +118,8 @@
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
A7A518D12CF5588500822D0D /* .gitignore in Resources */,
A7A518CF2CF555E200822D0D /* README.md in Resources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };