|
45 | 45 | 4D3B10121367E35D00E00C1E /* Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = ../rules/Release.xcconfig; sourceTree = SOURCE_ROOT; }; |
46 | 46 | 4D4051A1176B2D340097F2D6 /* NativeType.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NativeType.cpp; path = src/NativeType.cpp; sourceTree = "<group>"; }; |
47 | 47 | 4D4051A2176B2D340097F2D6 /* NativeType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NativeType.h; path = src/NativeType.h; sourceTree = "<group>"; }; |
| 48 | + 4D40538D176B43090097F2D6 /* LiveCode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LiveCode.h; path = include/LiveCode.h; sourceTree = "<group>"; }; |
48 | 49 | 4D57DF461338F14B0044FFEC /* lcidlc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lcidlc; sourceTree = BUILT_PRODUCTS_DIR; }; |
49 | 50 | 4D9036901398FC0800CBC7F6 /* EncodedSupport.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = EncodedSupport.c; path = src/EncodedSupport.c; sourceTree = "<group>"; }; |
50 | 51 | 4D9036911398FC0800CBC7F6 /* Error.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Error.cpp; path = src/Error.cpp; sourceTree = "<group>"; }; |
|
53 | 54 | 4D9036941398FC0800CBC7F6 /* Interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Interface.h; path = src/Interface.h; sourceTree = "<group>"; }; |
54 | 55 | 4D9036951398FC0800CBC7F6 /* InterfaceGenerate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = InterfaceGenerate.cpp; path = src/InterfaceGenerate.cpp; sourceTree = "<group>"; }; |
55 | 56 | 4D9036961398FC0800CBC7F6 /* InterfacePrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InterfacePrivate.h; path = src/InterfacePrivate.h; sourceTree = "<group>"; }; |
56 | | - 4D9036971398FC0800CBC7F6 /* LiveCode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LiveCode.h; path = src/LiveCode.h; sourceTree = "<group>"; }; |
57 | 57 | 4D9036981398FC0800CBC7F6 /* Main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = src/Main.cpp; sourceTree = "<group>"; }; |
58 | 58 | 4D9036991398FC0800CBC7F6 /* Parser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Parser.cpp; path = src/Parser.cpp; sourceTree = "<group>"; }; |
59 | 59 | 4D90369A1398FC0800CBC7F6 /* Parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Parser.h; path = src/Parser.h; sourceTree = "<group>"; }; |
|
90 | 90 | /* End PBXFrameworksBuildPhase section */ |
91 | 91 |
|
92 | 92 | /* Begin PBXGroup section */ |
| 93 | + 4D40538C176B42E10097F2D6 /* Public Headers */ = { |
| 94 | + isa = PBXGroup; |
| 95 | + children = ( |
| 96 | + 4D40538D176B43090097F2D6 /* LiveCode.h */, |
| 97 | + ); |
| 98 | + name = "Public Headers"; |
| 99 | + sourceTree = "<group>"; |
| 100 | + }; |
93 | 101 | 4D57DF281338F1280044FFEC = { |
94 | 102 | isa = PBXGroup; |
95 | 103 | children = ( |
96 | 104 | 4D99EA331363A9050056938B /* References */, |
97 | 105 | 4D99EA311363A8C90056938B /* Configurations */, |
98 | 106 | 4D57DF471338F14B0044FFEC /* Products */, |
99 | 107 | 4D9036AE1398FC1600CBC7F6 /* Derived Sources */, |
| 108 | + 4D40538C176B42E10097F2D6 /* Public Headers */, |
100 | 109 | 4D9036AD1398FC0C00CBC7F6 /* Sources */, |
101 | 110 | 4D99EEB5136496970056938B /* interface_error_test.txt */, |
102 | 111 | 4DE553EC13A4D9E200C99D11 /* lclink.sh */, |
|
126 | 135 | 4D9036941398FC0800CBC7F6 /* Interface.h */, |
127 | 136 | 4D9036951398FC0800CBC7F6 /* InterfaceGenerate.cpp */, |
128 | 137 | 4D9036961398FC0800CBC7F6 /* InterfacePrivate.h */, |
129 | | - 4D9036971398FC0800CBC7F6 /* LiveCode.h */, |
130 | 138 | 4D9036981398FC0800CBC7F6 /* Main.cpp */, |
131 | 139 | 4D9036991398FC0800CBC7F6 /* Parser.cpp */, |
132 | 140 | 4D90369A1398FC0800CBC7F6 /* Parser.h */, |
|
0 commit comments