Skip to content

Commit 9ee4851

Browse files
committed
Include images for the documentation of the libraries.
1 parent 8da68b5 commit 9ee4851

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Assets/sample-graph.png

13.2 KB
Loading

Assets/thread-states.png

16.4 KB
Loading

LispKit.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -2682,6 +2682,8 @@
26822682
CC517E5729A217980096FC72 /* CryptoLibrary.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CryptoLibrary.swift; sourceTree = "<group>"; };
26832683
CC517E5B29A96E200096FC72 /* set.sld */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = set.sld; sourceTree = "<group>"; };
26842684
CC517E6029A970520096FC72 /* LispKit-List-Set.scm */ = {isa = PBXFileReference; lastKnownFileType = text; path = "LispKit-List-Set.scm"; sourceTree = "<group>"; };
2685+
CC517E6329AC00990096FC72 /* sample-graph.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sample-graph.png"; sourceTree = "<group>"; };
2686+
CC517E6429AC00D50096FC72 /* thread-states.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "thread-states.png"; sourceTree = "<group>"; };
26852687
CC54923821D97F53004A0652 /* 101.sld */ = {isa = PBXFileReference; lastKnownFileType = text; path = 101.sld; sourceTree = "<group>"; };
26862688
CC54923A21D9823B004A0652 /* SRFI-101.scm */ = {isa = PBXFileReference; lastKnownFileType = text; path = "SRFI-101.scm"; sourceTree = "<group>"; };
26872689
CC54923C21D98E3E004A0652 /* rlist.sld */ = {isa = PBXFileReference; lastKnownFileType = text; path = rlist.sld; sourceTree = "<group>"; };
@@ -3375,6 +3377,8 @@
33753377
CC48055B1CFE366100D608B6 /* Assets */ = {
33763378
isa = PBXGroup;
33773379
children = (
3380+
CC517E6429AC00D50096FC72 /* thread-states.png */,
3381+
CC517E6329AC00990096FC72 /* sample-graph.png */,
33783382
CC065BF52873E68A00F02783 /* bar-chart-params.png */,
33793383
CC48055C1CFE366100D608B6 /* lispkit_logo_small.png */,
33803384
CCEA5A17263D5E6300D78C62 /* lispkit-repl-ios.png */,

0 commit comments

Comments
 (0)