|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 2F74D09D196F533B0040C816 /* UITextField+VENCalculatorInputView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F74D09C196F533B0040C816 /* UITextField+VENCalculatorInputView.m */; }; |
| 11 | + 2F74D09F196F53E20040C816 /* UITextField+VENCalculatorInputViewSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F74D09E196F53E20040C816 /* UITextField+VENCalculatorInputViewSpec.m */; }; |
10 | 12 | 40BED60EE864401D8AFB2433 /* libPods-VENCalculatorInputViewTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 142758DF9FEC443BA2D635DE /* libPods-VENCalculatorInputViewTests.a */; }; |
11 | 13 | B6F22CFD18AC031100543816 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B6F22CFC18AC031100543816 /* Foundation.framework */; }; |
12 | 14 | B6F22D0C18AC031100543816 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B6F22CFC18AC031100543816 /* Foundation.framework */; }; |
|
47 | 49 |
|
48 | 50 | /* Begin PBXFileReference section */ |
49 | 51 | 142758DF9FEC443BA2D635DE /* libPods-VENCalculatorInputViewTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VENCalculatorInputViewTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 52 | + 2F74D09B196F533B0040C816 /* UITextField+VENCalculatorInputView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITextField+VENCalculatorInputView.h"; sourceTree = "<group>"; }; |
| 53 | + 2F74D09C196F533B0040C816 /* UITextField+VENCalculatorInputView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITextField+VENCalculatorInputView.m"; sourceTree = "<group>"; }; |
| 54 | + 2F74D09E196F53E20040C816 /* UITextField+VENCalculatorInputViewSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITextField+VENCalculatorInputViewSpec.m"; sourceTree = "<group>"; }; |
50 | 55 | 8ECCE86895A54E0F8FA38DA9 /* Pods-VENCalculatorInputViewTests.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VENCalculatorInputViewTests.xcconfig"; path = "Pods/Pods-VENCalculatorInputViewTests.xcconfig"; sourceTree = "<group>"; }; |
51 | 56 | B6F22CF918AC031100543816 /* libVENCalculatorInputView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libVENCalculatorInputView.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
52 | 57 | B6F22CFC18AC031100543816 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
|
135 | 140 | B6F22D2B18AC039F00543816 /* VENCalculatorInputView.h */, |
136 | 141 | B6F22D2C18AC039F00543816 /* VENCalculatorInputView.m */, |
137 | 142 | B6F22D2D18AC039F00543816 /* VENCalculatorInputView.xib */, |
| 143 | + 2F74D09B196F533B0040C816 /* UITextField+VENCalculatorInputView.h */, |
| 144 | + 2F74D09C196F533B0040C816 /* UITextField+VENCalculatorInputView.m */, |
138 | 145 | B6FD6360196BAB8700D1913C /* NSString+VENCalculatorInputView.h */, |
139 | 146 | B6FD6361196BAB8700D1913C /* NSString+VENCalculatorInputView.m */, |
140 | 147 | B6F22D3118AC03C700543816 /* Images */, |
|
154 | 161 | B6F22D1218AC031100543816 /* VENCalculatorInputViewTests */ = { |
155 | 162 | isa = PBXGroup; |
156 | 163 | children = ( |
| 164 | + 2F74D09E196F53E20040C816 /* UITextField+VENCalculatorInputViewSpec.m */, |
157 | 165 | B6F22D2218AC039100543816 /* VENMoneyCalculatorSpec.m */, |
158 | 166 | B6FD6363196BB09D00D1913C /* NSString+VENCalculatorInputViewSpec.m */, |
159 | 167 | B6F22D1318AC031100543816 /* Supporting Files */, |
|
301 | 309 | B6F22D3018AC039F00543816 /* VENCalculatorInputView.m in Sources */, |
302 | 310 | B6F22D2E18AC039F00543816 /* VENMoneyCalculator.m in Sources */, |
303 | 311 | B6F22D2F18AC039F00543816 /* VENCalculatorInputTextField.m in Sources */, |
| 312 | + 2F74D09D196F533B0040C816 /* UITextField+VENCalculatorInputView.m in Sources */, |
304 | 313 | ); |
305 | 314 | runOnlyForDeploymentPostprocessing = 0; |
306 | 315 | }; |
307 | 316 | B6F22D0518AC031100543816 /* Sources */ = { |
308 | 317 | isa = PBXSourcesBuildPhase; |
309 | 318 | buildActionMask = 2147483647; |
310 | 319 | files = ( |
| 320 | + 2F74D09F196F53E20040C816 /* UITextField+VENCalculatorInputViewSpec.m in Sources */, |
311 | 321 | B6F22D2318AC039100543816 /* VENMoneyCalculatorSpec.m in Sources */, |
312 | 322 | B6FD6364196BB09D00D1913C /* NSString+VENCalculatorInputViewSpec.m in Sources */, |
313 | 323 | ); |
|
0 commit comments