|
14 | 14 | 270C770E2079F16F009688AF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 270C770C2079F16F009688AF /* LaunchScreen.storyboard */; };
|
15 | 15 | 270C77192079F16F009688AF /* VehicleKeyboardDemoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 270C77182079F16F009688AF /* VehicleKeyboardDemoTests.swift */; };
|
16 | 16 | 270C77242079F16F009688AF /* VehicleKeyboardDemoUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 270C77232079F16F009688AF /* VehicleKeyboardDemoUITests.swift */; };
|
17 |
| - 270C77322079F571009688AF /* UITextField+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 270C77312079F571009688AF /* UITextField+Extension.swift */; }; |
18 | 17 | 270C77352079F97A009688AF /* Engine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 270C77342079F97A009688AF /* Engine.swift */; };
|
19 | 18 | 270C77372079FA59009688AF /* PWModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 270C77362079FA59009688AF /* PWModel.swift */; };
|
20 | 19 | 270C7739207A1112009688AF /* PWKeyBoardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 270C7738207A1112009688AF /* PWKeyBoardView.swift */; };
|
|
25 | 24 | 277C961020E4E56D00CCD45D /* PWKeyBoardCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 277C960F20E4E56D00CCD45D /* PWKeyBoardCollectionViewCell.swift */; };
|
26 | 25 | 277C961320E4E5B800CCD45D /* PWInputCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 277C961120E4E5B800CCD45D /* PWInputCollectionViewCell.swift */; };
|
27 | 26 | 277C961420E4E5B800CCD45D /* PWInputCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 277C961220E4E5B800CCD45D /* PWInputCollectionViewCell.xib */; };
|
| 27 | + 27ADF0062105BF3400FFB3FA /* UITextField+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27ADF0052105BF3400FFB3FA /* UITextField+Extension.swift */; }; |
28 | 28 | 27B07CEA20BFD03100AF80A4 /* PWPromptView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27B07CE920BFD03100AF80A4 /* PWPromptView.swift */; };
|
29 | 29 | 27B07CEC20BFD04A00AF80A4 /* PWPromptView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 27B07CEB20BFD04A00AF80A4 /* PWPromptView.xib */; };
|
30 | 30 | /* End PBXBuildFile section */
|
|
60 | 60 | 270C771F2079F16F009688AF /* VehicleKeyboardDemoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = VehicleKeyboardDemoUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
61 | 61 | 270C77232079F16F009688AF /* VehicleKeyboardDemoUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VehicleKeyboardDemoUITests.swift; sourceTree = "<group>"; };
|
62 | 62 | 270C77252079F16F009688AF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
63 |
| - 270C77312079F571009688AF /* UITextField+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITextField+Extension.swift"; sourceTree = "<group>"; }; |
64 | 63 | 270C77342079F97A009688AF /* Engine.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Engine.swift; sourceTree = "<group>"; };
|
65 | 64 | 270C77362079FA59009688AF /* PWModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PWModel.swift; sourceTree = "<group>"; };
|
66 | 65 | 270C7738207A1112009688AF /* PWKeyBoardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PWKeyBoardView.swift; sourceTree = "<group>"; };
|
|
71 | 70 | 277C960F20E4E56D00CCD45D /* PWKeyBoardCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PWKeyBoardCollectionViewCell.swift; sourceTree = "<group>"; };
|
72 | 71 | 277C961120E4E5B800CCD45D /* PWInputCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PWInputCollectionViewCell.swift; sourceTree = "<group>"; };
|
73 | 72 | 277C961220E4E5B800CCD45D /* PWInputCollectionViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PWInputCollectionViewCell.xib; sourceTree = "<group>"; };
|
| 73 | + 27ADF0052105BF3400FFB3FA /* UITextField+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UITextField+Extension.swift"; sourceTree = "<group>"; }; |
74 | 74 | 27B07CE920BFD03100AF80A4 /* PWPromptView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PWPromptView.swift; sourceTree = "<group>"; };
|
75 | 75 | 27B07CEB20BFD04A00AF80A4 /* PWPromptView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PWPromptView.xib; sourceTree = "<group>"; };
|
76 | 76 | /* End PBXFileReference section */
|
|
126 | 126 | 270C77332079F97A009688AF /* PWKeyBoard */,
|
127 | 127 | 270C77032079F16F009688AF /* AppDelegate.swift */,
|
128 | 128 | 270C77052079F16F009688AF /* ViewController.swift */,
|
129 |
| - 270C77312079F571009688AF /* UITextField+Extension.swift */, |
130 | 129 | 270C77072079F16F009688AF /* Main.storyboard */,
|
131 | 130 | 270C770A2079F16F009688AF /* Assets.xcassets */,
|
132 | 131 | 270C770C2079F16F009688AF /* LaunchScreen.storyboard */,
|
|
156 | 155 | 270C77332079F97A009688AF /* PWKeyBoard */ = {
|
157 | 156 | isa = PBXGroup;
|
158 | 157 | children = (
|
| 158 | + 27ADF0052105BF3400FFB3FA /* UITextField+Extension.swift */, |
159 | 159 | 272A32C320BE49AC002735DA /* PWBundle.bundle */,
|
160 | 160 | 270C77342079F97A009688AF /* Engine.swift */,
|
161 | 161 | 270C77362079FA59009688AF /* PWModel.swift */,
|
|
311 | 311 | buildActionMask = 2147483647;
|
312 | 312 | files = (
|
313 | 313 | 277C961020E4E56D00CCD45D /* PWKeyBoardCollectionViewCell.swift in Sources */,
|
314 |
| - 270C77322079F571009688AF /* UITextField+Extension.swift in Sources */, |
315 | 314 | 277C961320E4E5B800CCD45D /* PWInputCollectionViewCell.swift in Sources */,
|
316 | 315 | 270C77352079F97A009688AF /* Engine.swift in Sources */,
|
317 | 316 | 270C7739207A1112009688AF /* PWKeyBoardView.swift in Sources */,
|
318 | 317 | 27B07CEA20BFD03100AF80A4 /* PWPromptView.swift in Sources */,
|
319 | 318 | 2766AF9220EF47B500B8EA77 /* UIView+PWCorners.swift in Sources */,
|
| 319 | + 27ADF0062105BF3400FFB3FA /* UITextField+Extension.swift in Sources */, |
320 | 320 | 277C960E20E486E600CCD45D /* PWHandler.swift in Sources */,
|
321 | 321 | 270C77372079FA59009688AF /* PWModel.swift in Sources */,
|
322 | 322 | 270C77062079F16F009688AF /* ViewController.swift in Sources */,
|
|
0 commit comments