|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | D7900DD0194591E500F9A51F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7900DCF194591E500F9A51F /* AppDelegate.swift */; };
|
11 | 11 | D7900DD2194591E500F9A51F /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D7900DD1194591E500F9A51F /* Images.xcassets */; };
|
12 |
| - D7900DDE194591E500F9A51F /* LTBouncyPlaceholderDemoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7900DDD194591E500F9A51F /* LTBouncyPlaceholderDemoTests.swift */; }; |
13 | 12 | D7900DE81945920000F9A51F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D7900DE71945920000F9A51F /* Main.storyboard */; };
|
14 | 13 | D7900DEB194592A800F9A51F /* UITextField+LTBouncyPlaceholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7900DEA194592A800F9A51F /* UITextField+LTBouncyPlaceholder.swift */; };
|
15 | 14 | /* End PBXBuildFile section */
|
16 | 15 |
|
17 |
| -/* Begin PBXContainerItemProxy section */ |
18 |
| - D7900DD8194591E500F9A51F /* PBXContainerItemProxy */ = { |
19 |
| - isa = PBXContainerItemProxy; |
20 |
| - containerPortal = D7900DC2194591E500F9A51F /* Project object */; |
21 |
| - proxyType = 1; |
22 |
| - remoteGlobalIDString = D7900DC9194591E500F9A51F; |
23 |
| - remoteInfo = LTBouncyPlaceholderDemo; |
24 |
| - }; |
25 |
| -/* End PBXContainerItemProxy section */ |
26 |
| - |
27 | 16 | /* Begin PBXFileReference section */
|
28 | 17 | D7900DCA194591E500F9A51F /* LTBouncyPlaceholderDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LTBouncyPlaceholderDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
29 | 18 | D7900DCE194591E500F9A51F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
30 | 19 | D7900DCF194591E500F9A51F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
31 | 20 | D7900DD1194591E500F9A51F /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
32 |
| - D7900DD7194591E500F9A51F /* LTBouncyPlaceholderDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LTBouncyPlaceholderDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
33 |
| - D7900DDC194591E500F9A51F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
34 |
| - D7900DDD194591E500F9A51F /* LTBouncyPlaceholderDemoTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LTBouncyPlaceholderDemoTests.swift; sourceTree = "<group>"; }; |
35 | 21 | D7900DE71945920000F9A51F /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
|
36 | 22 | D7900DEA194592A800F9A51F /* UITextField+LTBouncyPlaceholder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UITextField+LTBouncyPlaceholder.swift"; sourceTree = "<group>"; };
|
37 | 23 | /* End PBXFileReference section */
|
|
44 | 30 | );
|
45 | 31 | runOnlyForDeploymentPostprocessing = 0;
|
46 | 32 | };
|
47 |
| - D7900DD4194591E500F9A51F /* Frameworks */ = { |
48 |
| - isa = PBXFrameworksBuildPhase; |
49 |
| - buildActionMask = 2147483647; |
50 |
| - files = ( |
51 |
| - ); |
52 |
| - runOnlyForDeploymentPostprocessing = 0; |
53 |
| - }; |
54 | 33 | /* End PBXFrameworksBuildPhase section */
|
55 | 34 |
|
56 | 35 | /* Begin PBXGroup section */
|
|
59 | 38 | children = (
|
60 | 39 | D7900DE91945928400F9A51F /* LTBouncyPlaceholder */,
|
61 | 40 | D7900DCC194591E500F9A51F /* LTBouncyPlaceholderDemo */,
|
62 |
| - D7900DDA194591E500F9A51F /* LTBouncyPlaceholderDemoTests */, |
63 | 41 | D7900DCB194591E500F9A51F /* Products */,
|
64 | 42 | );
|
65 | 43 | sourceTree = "<group>";
|
|
68 | 46 | isa = PBXGroup;
|
69 | 47 | children = (
|
70 | 48 | D7900DCA194591E500F9A51F /* LTBouncyPlaceholderDemo.app */,
|
71 |
| - D7900DD7194591E500F9A51F /* LTBouncyPlaceholderDemoTests.xctest */, |
72 | 49 | );
|
73 | 50 | name = Products;
|
74 | 51 | sourceTree = "<group>";
|
|
92 | 69 | name = "Supporting Files";
|
93 | 70 | sourceTree = "<group>";
|
94 | 71 | };
|
95 |
| - D7900DDA194591E500F9A51F /* LTBouncyPlaceholderDemoTests */ = { |
96 |
| - isa = PBXGroup; |
97 |
| - children = ( |
98 |
| - D7900DDD194591E500F9A51F /* LTBouncyPlaceholderDemoTests.swift */, |
99 |
| - D7900DDB194591E500F9A51F /* Supporting Files */, |
100 |
| - ); |
101 |
| - path = LTBouncyPlaceholderDemoTests; |
102 |
| - sourceTree = "<group>"; |
103 |
| - }; |
104 |
| - D7900DDB194591E500F9A51F /* Supporting Files */ = { |
105 |
| - isa = PBXGroup; |
106 |
| - children = ( |
107 |
| - D7900DDC194591E500F9A51F /* Info.plist */, |
108 |
| - ); |
109 |
| - name = "Supporting Files"; |
110 |
| - sourceTree = "<group>"; |
111 |
| - }; |
112 | 72 | D7900DE91945928400F9A51F /* LTBouncyPlaceholder */ = {
|
113 | 73 | isa = PBXGroup;
|
114 | 74 | children = (
|
|
137 | 97 | productReference = D7900DCA194591E500F9A51F /* LTBouncyPlaceholderDemo.app */;
|
138 | 98 | productType = "com.apple.product-type.application";
|
139 | 99 | };
|
140 |
| - D7900DD6194591E500F9A51F /* LTBouncyPlaceholderDemoTests */ = { |
141 |
| - isa = PBXNativeTarget; |
142 |
| - buildConfigurationList = D7900DE4194591E500F9A51F /* Build configuration list for PBXNativeTarget "LTBouncyPlaceholderDemoTests" */; |
143 |
| - buildPhases = ( |
144 |
| - D7900DD3194591E500F9A51F /* Sources */, |
145 |
| - D7900DD4194591E500F9A51F /* Frameworks */, |
146 |
| - D7900DD5194591E500F9A51F /* Resources */, |
147 |
| - ); |
148 |
| - buildRules = ( |
149 |
| - ); |
150 |
| - dependencies = ( |
151 |
| - D7900DD9194591E500F9A51F /* PBXTargetDependency */, |
152 |
| - ); |
153 |
| - name = LTBouncyPlaceholderDemoTests; |
154 |
| - productName = LTBouncyPlaceholderDemoTests; |
155 |
| - productReference = D7900DD7194591E500F9A51F /* LTBouncyPlaceholderDemoTests.xctest */; |
156 |
| - productType = "com.apple.product-type.bundle.unit-test"; |
157 |
| - }; |
158 | 100 | /* End PBXNativeTarget section */
|
159 | 101 |
|
160 | 102 | /* Begin PBXProject section */
|
161 | 103 | D7900DC2194591E500F9A51F /* Project object */ = {
|
162 | 104 | isa = PBXProject;
|
163 | 105 | attributes = {
|
| 106 | + LastSwiftMigration = 0720; |
| 107 | + LastSwiftUpdateCheck = 0720; |
164 | 108 | LastUpgradeCheck = 0600;
|
165 | 109 | ORGANIZATIONNAME = LexTang.com;
|
166 | 110 | TargetAttributes = {
|
167 | 111 | D7900DC9194591E500F9A51F = {
|
168 | 112 | CreatedOnToolsVersion = 6.0;
|
169 | 113 | };
|
170 |
| - D7900DD6194591E500F9A51F = { |
171 |
| - CreatedOnToolsVersion = 6.0; |
172 |
| - TestTargetID = D7900DC9194591E500F9A51F; |
173 |
| - }; |
174 | 114 | };
|
175 | 115 | };
|
176 | 116 | buildConfigurationList = D7900DC5194591E500F9A51F /* Build configuration list for PBXProject "LTBouncyPlaceholderDemo" */;
|
|
186 | 126 | projectRoot = "";
|
187 | 127 | targets = (
|
188 | 128 | D7900DC9194591E500F9A51F /* LTBouncyPlaceholderDemo */,
|
189 |
| - D7900DD6194591E500F9A51F /* LTBouncyPlaceholderDemoTests */, |
190 | 129 | );
|
191 | 130 | };
|
192 | 131 | /* End PBXProject section */
|
|
201 | 140 | );
|
202 | 141 | runOnlyForDeploymentPostprocessing = 0;
|
203 | 142 | };
|
204 |
| - D7900DD5194591E500F9A51F /* Resources */ = { |
205 |
| - isa = PBXResourcesBuildPhase; |
206 |
| - buildActionMask = 2147483647; |
207 |
| - files = ( |
208 |
| - ); |
209 |
| - runOnlyForDeploymentPostprocessing = 0; |
210 |
| - }; |
211 | 143 | /* End PBXResourcesBuildPhase section */
|
212 | 144 |
|
213 | 145 | /* Begin PBXSourcesBuildPhase section */
|
|
220 | 152 | );
|
221 | 153 | runOnlyForDeploymentPostprocessing = 0;
|
222 | 154 | };
|
223 |
| - D7900DD3194591E500F9A51F /* Sources */ = { |
224 |
| - isa = PBXSourcesBuildPhase; |
225 |
| - buildActionMask = 2147483647; |
226 |
| - files = ( |
227 |
| - D7900DDE194591E500F9A51F /* LTBouncyPlaceholderDemoTests.swift in Sources */, |
228 |
| - ); |
229 |
| - runOnlyForDeploymentPostprocessing = 0; |
230 |
| - }; |
231 | 155 | /* End PBXSourcesBuildPhase section */
|
232 | 156 |
|
233 |
| -/* Begin PBXTargetDependency section */ |
234 |
| - D7900DD9194591E500F9A51F /* PBXTargetDependency */ = { |
235 |
| - isa = PBXTargetDependency; |
236 |
| - target = D7900DC9194591E500F9A51F /* LTBouncyPlaceholderDemo */; |
237 |
| - targetProxy = D7900DD8194591E500F9A51F /* PBXContainerItemProxy */; |
238 |
| - }; |
239 |
| -/* End PBXTargetDependency section */ |
240 |
| - |
241 | 157 | /* Begin XCBuildConfiguration section */
|
242 | 158 | D7900DDF194591E500F9A51F /* Debug */ = {
|
243 | 159 | isa = XCBuildConfiguration;
|
|
338 | 254 | };
|
339 | 255 | name = Release;
|
340 | 256 | };
|
341 |
| - D7900DE5194591E500F9A51F /* Debug */ = { |
342 |
| - isa = XCBuildConfiguration; |
343 |
| - buildSettings = { |
344 |
| - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/LTBouncyPlaceholderDemo.app/LTBouncyPlaceholderDemo"; |
345 |
| - FRAMEWORK_SEARCH_PATHS = ( |
346 |
| - "$(SDKROOT)/Developer/Library/Frameworks", |
347 |
| - "$(inherited)", |
348 |
| - ); |
349 |
| - GCC_PREPROCESSOR_DEFINITIONS = ( |
350 |
| - "DEBUG=1", |
351 |
| - "$(inherited)", |
352 |
| - ); |
353 |
| - INFOPLIST_FILE = LTBouncyPlaceholderDemoTests/Info.plist; |
354 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
355 |
| - METAL_ENABLE_DEBUG_INFO = YES; |
356 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
357 |
| - TEST_HOST = "$(BUNDLE_LOADER)"; |
358 |
| - }; |
359 |
| - name = Debug; |
360 |
| - }; |
361 |
| - D7900DE6194591E500F9A51F /* Release */ = { |
362 |
| - isa = XCBuildConfiguration; |
363 |
| - buildSettings = { |
364 |
| - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/LTBouncyPlaceholderDemo.app/LTBouncyPlaceholderDemo"; |
365 |
| - FRAMEWORK_SEARCH_PATHS = ( |
366 |
| - "$(SDKROOT)/Developer/Library/Frameworks", |
367 |
| - "$(inherited)", |
368 |
| - ); |
369 |
| - INFOPLIST_FILE = LTBouncyPlaceholderDemoTests/Info.plist; |
370 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
371 |
| - METAL_ENABLE_DEBUG_INFO = NO; |
372 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
373 |
| - TEST_HOST = "$(BUNDLE_LOADER)"; |
374 |
| - }; |
375 |
| - name = Release; |
376 |
| - }; |
377 | 257 | /* End XCBuildConfiguration section */
|
378 | 258 |
|
379 | 259 | /* Begin XCConfigurationList section */
|
|
395 | 275 | defaultConfigurationIsVisible = 0;
|
396 | 276 | defaultConfigurationName = Release;
|
397 | 277 | };
|
398 |
| - D7900DE4194591E500F9A51F /* Build configuration list for PBXNativeTarget "LTBouncyPlaceholderDemoTests" */ = { |
399 |
| - isa = XCConfigurationList; |
400 |
| - buildConfigurations = ( |
401 |
| - D7900DE5194591E500F9A51F /* Debug */, |
402 |
| - D7900DE6194591E500F9A51F /* Release */, |
403 |
| - ); |
404 |
| - defaultConfigurationIsVisible = 0; |
405 |
| - defaultConfigurationName = Release; |
406 |
| - }; |
407 | 278 | /* End XCConfigurationList section */
|
408 | 279 | };
|
409 | 280 | rootObject = D7900DC2194591E500F9A51F /* Project object */;
|
|
0 commit comments