|
15 | 15 | 64F594A61C05D8E400C85067 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 64F594A41C05D8E400C85067 /* LaunchScreen.storyboard */; }; |
16 | 16 | 64F594B11C05D8E400C85067 /* Text_ClassifierTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64F594B01C05D8E400C85067 /* Text_ClassifierTests.swift */; }; |
17 | 17 | 64F594BC1C05D8E500C85067 /* Text_ClassifierUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64F594BB1C05D8E500C85067 /* Text_ClassifierUITests.swift */; }; |
| 18 | + 64F594CB1C05DE7200C85067 /* ClassifierVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64F594CA1C05DE7200C85067 /* ClassifierVC.swift */; }; |
| 19 | + 64F594CD1C05DEEB00C85067 /* ClassifierCVCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64F594CC1C05DEEB00C85067 /* ClassifierCVCell.swift */; }; |
| 20 | + 64F594CF1C06681100C85067 /* CData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64F594CE1C06681100C85067 /* CData.swift */; }; |
18 | 21 | DC78CD3A98166EADE961CA99 /* Pods.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A97CABDDB315FB655C0447D3 /* Pods.framework */; }; |
19 | 22 | /* End PBXBuildFile section */ |
20 | 23 |
|
|
50 | 53 | 64F594B71C05D8E500C85067 /* Text ClassifierUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Text ClassifierUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
51 | 54 | 64F594BB1C05D8E500C85067 /* Text_ClassifierUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Text_ClassifierUITests.swift; sourceTree = "<group>"; }; |
52 | 55 | 64F594BD1C05D8E500C85067 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 56 | + 64F594CA1C05DE7200C85067 /* ClassifierVC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClassifierVC.swift; sourceTree = "<group>"; }; |
| 57 | + 64F594CC1C05DEEB00C85067 /* ClassifierCVCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClassifierCVCell.swift; sourceTree = "<group>"; }; |
| 58 | + 64F594CE1C06681100C85067 /* CData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CData.swift; sourceTree = "<group>"; }; |
53 | 59 | 6A4D34E8E2880D97291A13E8 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; }; |
54 | 60 | A97CABDDB315FB655C0447D3 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
55 | 61 | A9B3DDD0EF7F568476336B37 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; }; |
|
115 | 121 | 64F594971C05D8E400C85067 /* Text Classifier */ = { |
116 | 122 | isa = PBXGroup; |
117 | 123 | children = ( |
| 124 | + 64F594C91C05DE4F00C85067 /* Classifier */, |
118 | 125 | 64F594981C05D8E400C85067 /* AppDelegate.swift */, |
119 | 126 | 64F5949A1C05D8E400C85067 /* ViewController.swift */, |
120 | 127 | 64F5949C1C05D8E400C85067 /* Main.storyboard */, |
|
144 | 151 | path = "Text ClassifierUITests"; |
145 | 152 | sourceTree = "<group>"; |
146 | 153 | }; |
| 154 | + 64F594C91C05DE4F00C85067 /* Classifier */ = { |
| 155 | + isa = PBXGroup; |
| 156 | + children = ( |
| 157 | + 64F594CA1C05DE7200C85067 /* ClassifierVC.swift */, |
| 158 | + 64F594CC1C05DEEB00C85067 /* ClassifierCVCell.swift */, |
| 159 | + 64F594CE1C06681100C85067 /* CData.swift */, |
| 160 | + ); |
| 161 | + name = Classifier; |
| 162 | + sourceTree = "<group>"; |
| 163 | + }; |
147 | 164 | C3C8D0B6FBB73898D5AAB10D /* Frameworks */ = { |
148 | 165 | isa = PBXGroup; |
149 | 166 | children = ( |
|
337 | 354 | 64F594A11C05D8E400C85067 /* Text_Classifier.xcdatamodeld in Sources */, |
338 | 355 | 64F5949B1C05D8E400C85067 /* ViewController.swift in Sources */, |
339 | 356 | 64F594991C05D8E400C85067 /* AppDelegate.swift in Sources */, |
| 357 | + 64F594CF1C06681100C85067 /* CData.swift in Sources */, |
| 358 | + 64F594CB1C05DE7200C85067 /* ClassifierVC.swift in Sources */, |
| 359 | + 64F594CD1C05DEEB00C85067 /* ClassifierCVCell.swift in Sources */, |
340 | 360 | ); |
341 | 361 | runOnlyForDeploymentPostprocessing = 0; |
342 | 362 | }; |
|
0 commit comments