Skip to content

Commit f1505d2

Browse files
committed
Include new library(lispkit text-table).
1 parent 9bbb4f6 commit f1505d2

File tree

3 files changed

+376
-1
lines changed

3 files changed

+376
-1
lines changed

LispKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@
362362
CC882C921C9E93A600D20039 /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC882C911C9E93A600D20039 /* Timer.swift */; };
363363
CC8A2AAF1F405E2500D1E4D8 /* 17.sld in Copy pre-installed SRFI libraries */ = {isa = PBXBuildFile; fileRef = CC8A2AAE1F405CDD00D1E4D8 /* 17.sld */; };
364364
CC8A2AB11F40681500D1E4D8 /* 48.sld in Copy pre-installed SRFI libraries */ = {isa = PBXBuildFile; fileRef = CC8A2AB01F40672700D1E4D8 /* 48.sld */; };
365+
CC8BBA2A26BF3B1A00552B8F /* text-table.sld in Copy pre-installed LispKit libraries */ = {isa = PBXBuildFile; fileRef = CC8BBA2926BF38F200552B8F /* text-table.sld */; };
365366
CC8C6EC81CFA65F200126BDD /* ControlFlow.scm in Resources */ = {isa = PBXBuildFile; fileRef = CC8C6EC71CFA65F200126BDD /* ControlFlow.scm */; };
366367
CC8D20F52533C3D100741D07 /* DrawTrees.scm in Copy examples */ = {isa = PBXBuildFile; fileRef = CC8D20F42533C35F00741D07 /* DrawTrees.scm */; };
367368
CC8E65FC23FCAC3A00D9D1F9 /* 6.sld in Copy pre-installed SRFI libraries */ = {isa = PBXBuildFile; fileRef = CC8E65FA23FCA98600D9D1F9 /* 6.sld */; };
@@ -1194,6 +1195,7 @@
11941195
dstPath = Root/LispKit/Libraries/lispkit;
11951196
dstSubfolderSpec = 7;
11961197
files = (
1198+
CC8BBA2A26BF3B1A00552B8F /* text-table.sld in Copy pre-installed LispKit libraries */,
11971199
CCD3E15425C5ECC8007FCE8A /* prolog.sld in Copy pre-installed LispKit libraries */,
11981200
CC240E8E24FB1C4000FF6D0F /* sxml.sld in Copy pre-installed LispKit libraries */,
11991201
CCC4A3AB245D003000DE63E1 /* combinator.sld in Copy pre-installed LispKit libraries */,
@@ -2425,6 +2427,7 @@
24252427
CC882C911C9E93A600D20039 /* Timer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Timer.swift; sourceTree = "<group>"; };
24262428
CC8A2AAE1F405CDD00D1E4D8 /* 17.sld */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 17.sld; sourceTree = "<group>"; };
24272429
CC8A2AB01F40672700D1E4D8 /* 48.sld */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 48.sld; sourceTree = "<group>"; };
2430+
CC8BBA2926BF38F200552B8F /* text-table.sld */ = {isa = PBXFileReference; lastKnownFileType = text; path = "text-table.sld"; sourceTree = "<group>"; };
24282431
CC8C6EC71CFA65F200126BDD /* ControlFlow.scm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ControlFlow.scm; sourceTree = "<group>"; };
24292432
CC8D20F42533C35F00741D07 /* DrawTrees.scm */ = {isa = PBXFileReference; lastKnownFileType = text; path = DrawTrees.scm; sourceTree = "<group>"; };
24302433
CC8DC5C623E7408500396182 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
@@ -2909,6 +2912,7 @@
29092912
CCEEF3921FB3CB03006C4581 /* wt-tree.sld */,
29102913
CC4A7DB822585D9100936034 /* stream.sld */,
29112914
CC750BD91F5B772200CD82A2 /* prettify.sld */,
2915+
CC8BBA2926BF38F200552B8F /* text-table.sld */,
29122916
CCBD755D21E224A7008CD7C8 /* csv.sld */,
29132917
CC3A02591F97F3E1009B959C /* json.sld */,
29142918
CC10404C1F5378660045144A /* pdf.sld */,

0 commit comments

Comments
 (0)