|
19 | 19 | F3A550021FD9BBEF003476D9 /* AST.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3A550011FD9BBEF003476D9 /* AST.swift */; }; |
20 | 20 | F3A550041FD9BC2A003476D9 /* Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3A550031FD9BC2A003476D9 /* Parser.swift */; }; |
21 | 21 | F3A550061FD9C209003476D9 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3A550051FD9C209003476D9 /* Utils.swift */; }; |
| 22 | + F3D503C11FDA834600B27819 /* Notations.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3D503C01FDA834600B27819 /* Notations.swift */; }; |
22 | 23 | /* End PBXBuildFile section */ |
23 | 24 |
|
24 | 25 | /* Begin PBXContainerItemProxy section */ |
|
47 | 48 | F3A550011FD9BBEF003476D9 /* AST.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AST.swift; sourceTree = "<group>"; }; |
48 | 49 | F3A550031FD9BC2A003476D9 /* Parser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Parser.swift; sourceTree = "<group>"; }; |
49 | 50 | F3A550051FD9C209003476D9 /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; }; |
| 51 | + F3D503C01FDA834600B27819 /* Notations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Notations.swift; sourceTree = "<group>"; }; |
50 | 52 | /* End PBXFileReference section */ |
51 | 53 |
|
52 | 54 | /* Begin PBXFrameworksBuildPhase section */ |
|
74 | 76 | F36034081FD8589600CC81C3 /* SwiftPascalInterpreter.h */, |
75 | 77 | F36034091FD8589600CC81C3 /* Info.plist */, |
76 | 78 | F3474F5E1FD858FD003336FA /* Extensions.swift */, |
| 79 | + F3D503C01FDA834600B27819 /* Notations.swift */, |
77 | 80 | F3A550051FD9C209003476D9 /* Utils.swift */, |
78 | 81 | ); |
79 | 82 | name = "Supporting files"; |
|
259 | 262 | buildActionMask = 2147483647; |
260 | 263 | files = ( |
261 | 264 | F3474F591FD858BA003336FA /* Interpreter.swift in Sources */, |
| 265 | + F3D503C11FDA834600B27819 /* Notations.swift in Sources */, |
262 | 266 | F3474F5F1FD858FD003336FA /* Extensions.swift in Sources */, |
263 | 267 | F3A550041FD9BC2A003476D9 /* Parser.swift in Sources */, |
264 | 268 | F3A550061FD9C209003476D9 /* Utils.swift in Sources */, |
|
0 commit comments