File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
run/ios/clojurec.xcodeproj Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 3434 879981E215AC8872006D4036 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
3535 87C3AAD915B30C9000252CC4 /* cljc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = cljc.m; path = ../../cljc.m; sourceTree = "<group>"; };
3636 87C3AADF15B30E8700252CC4 /* cljc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = cljc.c; path = ../../cljc.c; sourceTree = "<group>"; };
37+ 87E5A2AF15E80BDE00357E4B /* khash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = khash.h; path = ../thirdparty/klib/khash.h; sourceTree = "<group>"; };
3738/* End PBXFileReference section */
3839
3940/* Begin PBXFrameworksBuildPhase section */
5859 871D5A6815B514A900442173 /* libcord.a */,
5960 871D5A6915B514A900442173 /* libgc.a */,
6061 879981D815AC8872006D4036 /* clojurec */,
62+ 87E5A2A815E80BB200357E4B /* klib */,
6163 879981D115AC8872006D4036 /* Frameworks */,
6264 879981CF15AC8872006D4036 /* Products */,
6365 );
104106 name = "Supporting Files";
105107 sourceTree = "<group>";
106108 };
109+ 87E5A2A815E80BB200357E4B /* klib */ = {
110+ isa = PBXGroup;
111+ children = (
112+ 87E5A2AF15E80BDE00357E4B /* khash.h */,
113+ );
114+ name = klib;
115+ sourceTree = "<group>";
116+ };
107117/* End PBXGroup section */
108118
109119/* Begin PBXNativeTarget section */
You can’t perform that action at this time.
0 commit comments