summaryrefslogtreecommitdiffstats
path: root/H64E-2.xcodeproj
diff options
context:
space:
mode:
authorsystemcoder <systemcoder@protonmail.com>2020-03-17 19:25:03 +0000
committersystemcoder <systemcoder@protonmail.com>2020-03-17 19:25:03 +0000
commite1e7859ef4b3353a8ac182fd456b053c653239d1 (patch)
tree7132c3f792ba8a6f3343cfa7aa7ed23f242c9167 /H64E-2.xcodeproj
parent784076d51c3d95443b53416e593c38c612c14bbe (diff)
downloadH64D-2-e1e7859ef4b3353a8ac182fd456b053c653239d1.tar.gz
H64D-2-e1e7859ef4b3353a8ac182fd456b053c653239d1.zip
Add support for ascii, column output. Space no space is added
Diffstat (limited to 'H64E-2.xcodeproj')
-rw-r--r--H64E-2.xcodeproj/project.pbxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/H64E-2.xcodeproj/project.pbxproj b/H64E-2.xcodeproj/project.pbxproj
index 05aae75..a3aa3e8 100644
--- a/H64E-2.xcodeproj/project.pbxproj
+++ b/H64E-2.xcodeproj/project.pbxproj
@@ -34,6 +34,8 @@
A927BDA3241C534700DC8519 /* test_01 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test_01; sourceTree = "<group>"; };
A927BDA5241D0B4900DC8519 /* test_02 */ = {isa = PBXFileReference; lastKnownFileType = text; path = test_02; sourceTree = "<group>"; };
A927BDA6241D0B7700DC8519 /* test_03 */ = {isa = PBXFileReference; lastKnownFileType = text; path = test_03; sourceTree = "<group>"; };
+ A927BDA8241E7C8D00DC8519 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
+ A9D11A0424214E1A00EDD4EA /* TestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestPlan.xctestplan; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -68,10 +70,12 @@
isa = PBXGroup;
children = (
A927BD94241C279000DC8519 /* main.c */,
+ A9D11A0424214E1A00EDD4EA /* TestPlan.xctestplan */,
A927BD9B241C344C00DC8519 /* h64e.h */,
A927BD9E241C350A00DC8519 /* h64e-model.h */,
A927BD9F241C350A00DC8519 /* h64e-model.c */,
A927BD9C241C344C00DC8519 /* h64e.c */,
+ A927BDA8241E7C8D00DC8519 /* README.md */,
);
path = "H64E-2";
sourceTree = "<group>";