|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | C907279026063A8600CAFAA5 /* TextKitEditorApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C907278F26063A8600CAFAA5 /* TextKitEditorApp.swift */; }; |
11 | | - C907279226063A8600CAFAA5 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C907279126063A8600CAFAA5 /* ContentView.swift */; }; |
| 11 | + C907279226063A8600CAFAA5 /* EditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C907279126063A8600CAFAA5 /* EditorView.swift */; }; |
12 | 12 | C907279426063A8700CAFAA5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C907279326063A8700CAFAA5 /* Assets.xcassets */; }; |
13 | 13 | C907279726063A8700CAFAA5 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C907279626063A8700CAFAA5 /* Preview Assets.xcassets */; }; |
| 14 | + C907279F26063A9600CAFAA5 /* TextContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C907279E26063A9600CAFAA5 /* TextContainer.swift */; }; |
| 15 | + C90727A12606677200CAFAA5 /* CodeString.swift in Sources */ = {isa = PBXBuildFile; fileRef = C90727A02606677200CAFAA5 /* CodeString.swift */; }; |
| 16 | + C90727A32606679300CAFAA5 /* TextStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C90727A22606679300CAFAA5 /* TextStorage.swift */; }; |
| 17 | + C90727A5260667B600CAFAA5 /* LayoutManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C90727A4260667B600CAFAA5 /* LayoutManager.swift */; }; |
| 18 | + C90727A826066FB300CAFAA5 /* CodeTypeText.swift in Sources */ = {isa = PBXBuildFile; fileRef = C90727A726066FB300CAFAA5 /* CodeTypeText.swift */; }; |
| 19 | + C90727AB2606A8F100CAFAA5 /* sample.txt in Resources */ = {isa = PBXBuildFile; fileRef = C90727AA2606A8F100CAFAA5 /* sample.txt */; }; |
14 | 20 | /* End PBXBuildFile section */ |
15 | 21 |
|
16 | 22 | /* Begin PBXFileReference section */ |
17 | 23 | C907278C26063A8600CAFAA5 /* TextKitEditor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TextKitEditor.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
18 | 24 | C907278F26063A8600CAFAA5 /* TextKitEditorApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextKitEditorApp.swift; sourceTree = "<group>"; }; |
19 | | - C907279126063A8600CAFAA5 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
| 25 | + C907279126063A8600CAFAA5 /* EditorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditorView.swift; sourceTree = "<group>"; }; |
20 | 26 | C907279326063A8700CAFAA5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
21 | 27 | C907279626063A8700CAFAA5 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
22 | 28 | C907279826063A8700CAFAA5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 29 | + C907279E26063A9600CAFAA5 /* TextContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextContainer.swift; sourceTree = "<group>"; }; |
| 30 | + C90727A02606677200CAFAA5 /* CodeString.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeString.swift; sourceTree = "<group>"; }; |
| 31 | + C90727A22606679300CAFAA5 /* TextStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextStorage.swift; sourceTree = "<group>"; }; |
| 32 | + C90727A4260667B600CAFAA5 /* LayoutManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LayoutManager.swift; sourceTree = "<group>"; }; |
| 33 | + C90727A726066FB300CAFAA5 /* CodeTypeText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeTypeText.swift; sourceTree = "<group>"; }; |
| 34 | + C90727AA2606A8F100CAFAA5 /* sample.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = sample.txt; sourceTree = "<group>"; }; |
23 | 35 | /* End PBXFileReference section */ |
24 | 36 |
|
25 | 37 | /* Begin PBXFrameworksBuildPhase section */ |
|
52 | 64 | C907278E26063A8600CAFAA5 /* TextKitEditor */ = { |
53 | 65 | isa = PBXGroup; |
54 | 66 | children = ( |
| 67 | + C90727A92606A8C600CAFAA5 /* Supporting Files */, |
55 | 68 | C907278F26063A8600CAFAA5 /* TextKitEditorApp.swift */, |
56 | | - C907279126063A8600CAFAA5 /* ContentView.swift */, |
57 | 69 | C907279326063A8700CAFAA5 /* Assets.xcassets */, |
58 | 70 | C907279826063A8700CAFAA5 /* Info.plist */, |
59 | 71 | C907279526063A8700CAFAA5 /* Preview Content */, |
| 72 | + C90727A62606680E00CAFAA5 /* Elements */, |
60 | 73 | ); |
61 | 74 | path = TextKitEditor; |
62 | 75 | sourceTree = "<group>"; |
|
69 | 82 | path = "Preview Content"; |
70 | 83 | sourceTree = "<group>"; |
71 | 84 | }; |
| 85 | + C90727A62606680E00CAFAA5 /* Elements */ = { |
| 86 | + isa = PBXGroup; |
| 87 | + children = ( |
| 88 | + C907279126063A8600CAFAA5 /* EditorView.swift */, |
| 89 | + C907279E26063A9600CAFAA5 /* TextContainer.swift */, |
| 90 | + C90727A02606677200CAFAA5 /* CodeString.swift */, |
| 91 | + C90727A22606679300CAFAA5 /* TextStorage.swift */, |
| 92 | + C90727A4260667B600CAFAA5 /* LayoutManager.swift */, |
| 93 | + C90727A726066FB300CAFAA5 /* CodeTypeText.swift */, |
| 94 | + ); |
| 95 | + path = Elements; |
| 96 | + sourceTree = "<group>"; |
| 97 | + }; |
| 98 | + C90727A92606A8C600CAFAA5 /* Supporting Files */ = { |
| 99 | + isa = PBXGroup; |
| 100 | + children = ( |
| 101 | + C90727AA2606A8F100CAFAA5 /* sample.txt */, |
| 102 | + ); |
| 103 | + path = "Supporting Files"; |
| 104 | + sourceTree = "<group>"; |
| 105 | + }; |
72 | 106 | /* End PBXGroup section */ |
73 | 107 |
|
74 | 108 | /* Begin PBXNativeTarget section */ |
|
127 | 161 | buildActionMask = 2147483647; |
128 | 162 | files = ( |
129 | 163 | C907279726063A8700CAFAA5 /* Preview Assets.xcassets in Resources */, |
| 164 | + C90727AB2606A8F100CAFAA5 /* sample.txt in Resources */, |
130 | 165 | C907279426063A8700CAFAA5 /* Assets.xcassets in Resources */, |
131 | 166 | ); |
132 | 167 | runOnlyForDeploymentPostprocessing = 0; |
|
138 | 173 | isa = PBXSourcesBuildPhase; |
139 | 174 | buildActionMask = 2147483647; |
140 | 175 | files = ( |
141 | | - C907279226063A8600CAFAA5 /* ContentView.swift in Sources */, |
| 176 | + C90727A32606679300CAFAA5 /* TextStorage.swift in Sources */, |
| 177 | + C90727A12606677200CAFAA5 /* CodeString.swift in Sources */, |
| 178 | + C907279226063A8600CAFAA5 /* EditorView.swift in Sources */, |
142 | 179 | C907279026063A8600CAFAA5 /* TextKitEditorApp.swift in Sources */, |
| 180 | + C90727A5260667B600CAFAA5 /* LayoutManager.swift in Sources */, |
| 181 | + C907279F26063A9600CAFAA5 /* TextContainer.swift in Sources */, |
| 182 | + C90727A826066FB300CAFAA5 /* CodeTypeText.swift in Sources */, |
143 | 183 | ); |
144 | 184 | runOnlyForDeploymentPostprocessing = 0; |
145 | 185 | }; |
|
0 commit comments