|
14 | 14 | 550804531C52EEED00C1CA9F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 550804521C52EEED00C1CA9F /* Assets.xcassets */; };
|
15 | 15 | 550804561C52EEED00C1CA9F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 550804541C52EEED00C1CA9F /* LaunchScreen.storyboard */; };
|
16 | 16 | 550804611C52EEED00C1CA9F /* ButtonsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 550804601C52EEED00C1CA9F /* ButtonsTests.m */; };
|
17 |
| - 5508046C1C52EEED00C1CA9F /* ButtonsUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 5508046B1C52EEED00C1CA9F /* ButtonsUITests.m */; }; |
18 | 17 | 550804811C52FD3700C1CA9F /* MDCFlatButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 5508047C1C52FD3700C1CA9F /* MDCFlatButton.m */; };
|
19 | 18 | 550804841C52FD3700C1CA9F /* MDCFloatingButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 5508047E1C52FD3700C1CA9F /* MDCFloatingButton.m */; };
|
20 | 19 | 550804871C52FD3700C1CA9F /* MDCRaisedButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 550804801C52FD3700C1CA9F /* MDCRaisedButton.m */; };
|
|
39 | 38 | remoteGlobalIDString = 5508043E1C52EEED00C1CA9F;
|
40 | 39 | remoteInfo = Buttons;
|
41 | 40 | };
|
42 |
| - 550804681C52EEED00C1CA9F /* PBXContainerItemProxy */ = { |
43 |
| - isa = PBXContainerItemProxy; |
44 |
| - containerPortal = 550804371C52EEED00C1CA9F /* Project object */; |
45 |
| - proxyType = 1; |
46 |
| - remoteGlobalIDString = 5508043E1C52EEED00C1CA9F; |
47 |
| - remoteInfo = Buttons; |
48 |
| - }; |
49 | 41 | /* End PBXContainerItemProxy section */
|
50 | 42 |
|
51 | 43 | /* Begin PBXFileReference section */
|
|
66 | 58 | 5508045C1C52EEED00C1CA9F /* ButtonsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ButtonsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
67 | 59 | 550804601C52EEED00C1CA9F /* ButtonsTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ButtonsTests.m; sourceTree = "<group>"; };
|
68 | 60 | 550804621C52EEED00C1CA9F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
69 |
| - 550804671C52EEED00C1CA9F /* ButtonsUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ButtonsUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
70 |
| - 5508046B1C52EEED00C1CA9F /* ButtonsUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ButtonsUITests.m; sourceTree = "<group>"; }; |
71 |
| - 5508046D1C52EEED00C1CA9F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
72 | 61 | 5508047B1C52FD3700C1CA9F /* MDCFlatButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MDCFlatButton.h; path = ../src/MDCFlatButton.h; sourceTree = "<group>"; };
|
73 | 62 | 5508047C1C52FD3700C1CA9F /* MDCFlatButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MDCFlatButton.m; path = ../src/MDCFlatButton.m; sourceTree = "<group>"; };
|
74 | 63 | 5508047D1C52FD3700C1CA9F /* MDCFloatingButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MDCFloatingButton.h; path = ../src/MDCFloatingButton.h; sourceTree = "<group>"; };
|
|
118 | 107 | );
|
119 | 108 | runOnlyForDeploymentPostprocessing = 0;
|
120 | 109 | };
|
121 |
| - 550804641C52EEED00C1CA9F /* Frameworks */ = { |
122 |
| - isa = PBXFrameworksBuildPhase; |
123 |
| - buildActionMask = 2147483647; |
124 |
| - files = ( |
125 |
| - ); |
126 |
| - runOnlyForDeploymentPostprocessing = 0; |
127 |
| - }; |
128 | 110 | /* End PBXFrameworksBuildPhase section */
|
129 | 111 |
|
130 | 112 | /* Begin PBXGroup section */
|
|
133 | 115 | children = (
|
134 | 116 | 550804411C52EEED00C1CA9F /* Buttons */,
|
135 | 117 | 5508045F1C52EEED00C1CA9F /* ButtonsTests */,
|
136 |
| - 5508046A1C52EEED00C1CA9F /* ButtonsUITests */, |
137 | 118 | 550804401C52EEED00C1CA9F /* Products */,
|
138 | 119 | );
|
139 | 120 | sourceTree = "<group>";
|
|
143 | 124 | children = (
|
144 | 125 | 5508043F1C52EEED00C1CA9F /* Buttons.app */,
|
145 | 126 | 5508045C1C52EEED00C1CA9F /* ButtonsTests.xctest */,
|
146 |
| - 550804671C52EEED00C1CA9F /* ButtonsUITests.xctest */, |
147 | 127 | );
|
148 | 128 | name = Products;
|
149 | 129 | sourceTree = "<group>";
|
|
204 | 184 | path = ButtonsTests;
|
205 | 185 | sourceTree = "<group>";
|
206 | 186 | };
|
207 |
| - 5508046A1C52EEED00C1CA9F /* ButtonsUITests */ = { |
208 |
| - isa = PBXGroup; |
209 |
| - children = ( |
210 |
| - 5508046B1C52EEED00C1CA9F /* ButtonsUITests.m */, |
211 |
| - 5508046D1C52EEED00C1CA9F /* Info.plist */, |
212 |
| - ); |
213 |
| - path = ButtonsUITests; |
214 |
| - sourceTree = "<group>"; |
215 |
| - }; |
216 | 187 | 5508048C1C5300C600C1CA9F /* Private */ = {
|
217 | 188 | isa = PBXGroup;
|
218 | 189 | children = (
|
|
333 | 304 | productReference = 5508045C1C52EEED00C1CA9F /* ButtonsTests.xctest */;
|
334 | 305 | productType = "com.apple.product-type.bundle.unit-test";
|
335 | 306 | };
|
336 |
| - 550804661C52EEED00C1CA9F /* ButtonsUITests */ = { |
337 |
| - isa = PBXNativeTarget; |
338 |
| - buildConfigurationList = 550804761C52EEED00C1CA9F /* Build configuration list for PBXNativeTarget "ButtonsUITests" */; |
339 |
| - buildPhases = ( |
340 |
| - 550804631C52EEED00C1CA9F /* Sources */, |
341 |
| - 550804641C52EEED00C1CA9F /* Frameworks */, |
342 |
| - 550804651C52EEED00C1CA9F /* Resources */, |
343 |
| - ); |
344 |
| - buildRules = ( |
345 |
| - ); |
346 |
| - dependencies = ( |
347 |
| - 550804691C52EEED00C1CA9F /* PBXTargetDependency */, |
348 |
| - ); |
349 |
| - name = ButtonsUITests; |
350 |
| - productName = ButtonsUITests; |
351 |
| - productReference = 550804671C52EEED00C1CA9F /* ButtonsUITests.xctest */; |
352 |
| - productType = "com.apple.product-type.bundle.ui-testing"; |
353 |
| - }; |
354 | 307 | /* End PBXNativeTarget section */
|
355 | 308 |
|
356 | 309 | /* Begin PBXProject section */
|
|
367 | 320 | CreatedOnToolsVersion = 7.2;
|
368 | 321 | TestTargetID = 5508043E1C52EEED00C1CA9F;
|
369 | 322 | };
|
370 |
| - 550804661C52EEED00C1CA9F = { |
371 |
| - CreatedOnToolsVersion = 7.2; |
372 |
| - TestTargetID = 5508043E1C52EEED00C1CA9F; |
373 |
| - }; |
374 | 323 | };
|
375 | 324 | };
|
376 | 325 | buildConfigurationList = 5508043A1C52EEED00C1CA9F /* Build configuration list for PBXProject "Buttons" */;
|
|
388 | 337 | targets = (
|
389 | 338 | 5508043E1C52EEED00C1CA9F /* Buttons */,
|
390 | 339 | 5508045B1C52EEED00C1CA9F /* ButtonsTests */,
|
391 |
| - 550804661C52EEED00C1CA9F /* ButtonsUITests */, |
392 | 340 | );
|
393 | 341 | };
|
394 | 342 | /* End PBXProject section */
|
|
411 | 359 | );
|
412 | 360 | runOnlyForDeploymentPostprocessing = 0;
|
413 | 361 | };
|
414 |
| - 550804651C52EEED00C1CA9F /* Resources */ = { |
415 |
| - isa = PBXResourcesBuildPhase; |
416 |
| - buildActionMask = 2147483647; |
417 |
| - files = ( |
418 |
| - ); |
419 |
| - runOnlyForDeploymentPostprocessing = 0; |
420 |
| - }; |
421 | 362 | /* End PBXResourcesBuildPhase section */
|
422 | 363 |
|
423 | 364 | /* Begin PBXSourcesBuildPhase section */
|
|
453 | 394 | );
|
454 | 395 | runOnlyForDeploymentPostprocessing = 0;
|
455 | 396 | };
|
456 |
| - 550804631C52EEED00C1CA9F /* Sources */ = { |
457 |
| - isa = PBXSourcesBuildPhase; |
458 |
| - buildActionMask = 2147483647; |
459 |
| - files = ( |
460 |
| - 5508046C1C52EEED00C1CA9F /* ButtonsUITests.m in Sources */, |
461 |
| - ); |
462 |
| - runOnlyForDeploymentPostprocessing = 0; |
463 |
| - }; |
464 | 397 | /* End PBXSourcesBuildPhase section */
|
465 | 398 |
|
466 | 399 | /* Begin PBXTargetDependency section */
|
|
469 | 402 | target = 5508043E1C52EEED00C1CA9F /* Buttons */;
|
470 | 403 | targetProxy = 5508045D1C52EEED00C1CA9F /* PBXContainerItemProxy */;
|
471 | 404 | };
|
472 |
| - 550804691C52EEED00C1CA9F /* PBXTargetDependency */ = { |
473 |
| - isa = PBXTargetDependency; |
474 |
| - target = 5508043E1C52EEED00C1CA9F /* Buttons */; |
475 |
| - targetProxy = 550804681C52EEED00C1CA9F /* PBXContainerItemProxy */; |
476 |
| - }; |
477 | 405 | /* End PBXTargetDependency section */
|
478 | 406 |
|
479 | 407 | /* Begin PBXVariantGroup section */
|
|
626 | 554 | };
|
627 | 555 | name = Release;
|
628 | 556 | };
|
629 |
| - 550804771C52EEED00C1CA9F /* Debug */ = { |
630 |
| - isa = XCBuildConfiguration; |
631 |
| - buildSettings = { |
632 |
| - INFOPLIST_FILE = ButtonsUITests/Info.plist; |
633 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
634 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.google.MaterialComponents.ButtonsUITests; |
635 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
636 |
| - TEST_TARGET_NAME = Buttons; |
637 |
| - USES_XCTRUNNER = YES; |
638 |
| - }; |
639 |
| - name = Debug; |
640 |
| - }; |
641 |
| - 550804781C52EEED00C1CA9F /* Release */ = { |
642 |
| - isa = XCBuildConfiguration; |
643 |
| - buildSettings = { |
644 |
| - INFOPLIST_FILE = ButtonsUITests/Info.plist; |
645 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
646 |
| - PRODUCT_BUNDLE_IDENTIFIER = com.google.MaterialComponents.ButtonsUITests; |
647 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
648 |
| - TEST_TARGET_NAME = Buttons; |
649 |
| - USES_XCTRUNNER = YES; |
650 |
| - }; |
651 |
| - name = Release; |
652 |
| - }; |
653 | 557 | /* End XCBuildConfiguration section */
|
654 | 558 |
|
655 | 559 | /* Begin XCConfigurationList section */
|
|
680 | 584 | defaultConfigurationIsVisible = 0;
|
681 | 585 | defaultConfigurationName = Release;
|
682 | 586 | };
|
683 |
| - 550804761C52EEED00C1CA9F /* Build configuration list for PBXNativeTarget "ButtonsUITests" */ = { |
684 |
| - isa = XCConfigurationList; |
685 |
| - buildConfigurations = ( |
686 |
| - 550804771C52EEED00C1CA9F /* Debug */, |
687 |
| - 550804781C52EEED00C1CA9F /* Release */, |
688 |
| - ); |
689 |
| - defaultConfigurationIsVisible = 0; |
690 |
| - defaultConfigurationName = Release; |
691 |
| - }; |
692 | 587 | /* End XCConfigurationList section */
|
693 | 588 | };
|
694 | 589 | rootObject = 550804371C52EEED00C1CA9F /* Project object */;
|
|
0 commit comments