|
12 | 12 | CE901F1E205AF28000C688DD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CE901F1C205AF28000C688DD /* Main.storyboard */; }; |
13 | 13 | CE901F20205AF28000C688DD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CE901F1F205AF28000C688DD /* Assets.xcassets */; }; |
14 | 14 | CE901F23205AF28000C688DD /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CE901F21205AF28000C688DD /* LaunchScreen.storyboard */; }; |
| 15 | + CE901F2B205AF32600C688DD /* CodeInputView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE901F2A205AF32600C688DD /* CodeInputView.swift */; }; |
15 | 16 | /* End PBXBuildFile section */ |
16 | 17 |
|
17 | 18 | /* Begin PBXFileReference section */ |
|
22 | 23 | CE901F1F205AF28000C688DD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
23 | 24 | CE901F22205AF28000C688DD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
24 | 25 | CE901F24205AF28000C688DD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 26 | + CE901F2A205AF32600C688DD /* CodeInputView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeInputView.swift; sourceTree = "<group>"; }; |
25 | 27 | /* End PBXFileReference section */ |
26 | 28 |
|
27 | 29 | /* Begin PBXFrameworksBuildPhase section */ |
|
60 | 62 | CE901F1F205AF28000C688DD /* Assets.xcassets */, |
61 | 63 | CE901F21205AF28000C688DD /* LaunchScreen.storyboard */, |
62 | 64 | CE901F24205AF28000C688DD /* Info.plist */, |
| 65 | + CE901F2A205AF32600C688DD /* CodeInputView.swift */, |
63 | 66 | ); |
64 | 67 | path = CodeInputView; |
65 | 68 | sourceTree = "<group>"; |
|
136 | 139 | isa = PBXSourcesBuildPhase; |
137 | 140 | buildActionMask = 2147483647; |
138 | 141 | files = ( |
| 142 | + CE901F2B205AF32600C688DD /* CodeInputView.swift in Sources */, |
139 | 143 | CE901F1B205AF28000C688DD /* ViewController.swift in Sources */, |
140 | 144 | CE901F19205AF28000C688DD /* AppDelegate.swift in Sources */, |
141 | 145 | ); |
|
0 commit comments