|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 1CB30C3A2DAA1C28008058A7 /* IndentPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CB30C392DAA1C28008058A7 /* IndentPicker.swift */; }; |
10 | 11 | 61621C612C74FB2200494A4A /* CodeEditSourceEditor in Frameworks */ = {isa = PBXBuildFile; productRef = 61621C602C74FB2200494A4A /* CodeEditSourceEditor */; }; |
11 | 12 | 61CE772F2D19BF7D00908C57 /* CodeEditSourceEditor in Frameworks */ = {isa = PBXBuildFile; productRef = 61CE772E2D19BF7D00908C57 /* CodeEditSourceEditor */; }; |
12 | 13 | 61CE77322D19BFAA00908C57 /* CodeEditSourceEditor in Frameworks */ = {isa = PBXBuildFile; productRef = 61CE77312D19BFAA00908C57 /* CodeEditSourceEditor */; }; |
|
22 | 23 | /* End PBXBuildFile section */ |
23 | 24 |
|
24 | 25 | /* Begin PBXFileReference section */ |
| 26 | + 1CB30C392DAA1C28008058A7 /* IndentPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndentPicker.swift; sourceTree = "<group>"; }; |
25 | 27 | 6C13652A2B8A7B94004A1D18 /* CodeEditSourceEditorExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CodeEditSourceEditorExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
26 | 28 | 6C13652D2B8A7B94004A1D18 /* CodeEditSourceEditorExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeEditSourceEditorExampleApp.swift; sourceTree = "<group>"; }; |
27 | 29 | 6C13652F2B8A7B94004A1D18 /* CodeEditSourceEditorExampleDocument.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeEditSourceEditorExampleDocument.swift; sourceTree = "<group>"; }; |
|
114 | 116 | children = ( |
115 | 117 | 6C1365312B8A7B94004A1D18 /* ContentView.swift */, |
116 | 118 | 6C1365452B8A7F2D004A1D18 /* LanguagePicker.swift */, |
| 119 | + 1CB30C392DAA1C28008058A7 /* IndentPicker.swift */, |
117 | 120 | ); |
118 | 121 | path = Views; |
119 | 122 | sourceTree = "<group>"; |
|
208 | 211 | 6C1365302B8A7B94004A1D18 /* CodeEditSourceEditorExampleDocument.swift in Sources */, |
209 | 212 | 6C13652E2B8A7B94004A1D18 /* CodeEditSourceEditorExampleApp.swift in Sources */, |
210 | 213 | 6C1365442B8A7EED004A1D18 /* String+Lines.swift in Sources */, |
| 214 | + 1CB30C3A2DAA1C28008058A7 /* IndentPicker.swift in Sources */, |
211 | 215 | 6C1365322B8A7B94004A1D18 /* ContentView.swift in Sources */, |
212 | 216 | 6C1365462B8A7F2D004A1D18 /* LanguagePicker.swift in Sources */, |
213 | 217 | ); |
|
0 commit comments