Skip to content

Commit 61e69ee

Browse files
author
Ian Gordon
committed
Small Slider Fixes
Summary: Fix unit and UI test naming. Stop README.md from being included in the build. (Still in the project, but not compiled). Reviewers: randallli, #material_components_ios_owners, ajsecord Reviewed By: #material_components_ios_owners, ajsecord Projects: #material_components_ios_owners Differential Revision: http://codereview.cc/D78
1 parent c075d53 commit 61e69ee

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

components/Slider/Slider.xcodeproj/project.pbxproj

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@
1111
2017F5BD1C18D43F006F5A99 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2017F5BC1C18D43F006F5A99 /* AppDelegate.m */; };
1212
2017F5C01C18D43F006F5A99 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2017F5BF1C18D43F006F5A99 /* ViewController.m */; };
1313
2017F5C51C18D43F006F5A99 /* MDCSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 2017F5C41C18D43F006F5A99 /* MDCSlider.m */; };
14-
2017F5C71C18D43F006F5A99 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 2017F5C61C18D43F006F5A99 /* README.md */; };
1514
2017F5C91C18D43F006F5A99 /* .jazzy.yaml in Resources */ = {isa = PBXBuildFile; fileRef = 2017F5C81C18D43F006F5A99 /* .jazzy.yaml */; };
1615
2017F5CB1C18D43F006F5A99 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2017F5CA1C18D43F006F5A99 /* Assets.xcassets */; };
1716
2017F5CE1C18D43F006F5A99 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2017F5CC1C18D43F006F5A99 /* LaunchScreen.storyboard */; };
1817
2017F5D91C18D43F006F5A99 /* SliderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 2017F5D81C18D43F006F5A99 /* SliderTests.m */; };
1918
2017F5E41C18D43F006F5A99 /* SliderUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 2017F5E31C18D43F006F5A99 /* SliderUITests.m */; };
20-
202EB8D51C20ABC500DF6E86 /* MDCThumbTrack.m in Sources */ = {isa = PBXBuildFile; fileRef = 202EB8D21C20ABC500DF6E86 /* MDCThumbTrack.m */; settings = {ASSET_TAGS = (); }; };
21-
202EB8D61C20ABC500DF6E86 /* MDCThumbView.m in Sources */ = {isa = PBXBuildFile; fileRef = 202EB8D41C20ABC500DF6E86 /* MDCThumbView.m */; settings = {ASSET_TAGS = (); }; };
22-
202EB8DB1C20B53000DF6E86 /* MDCShadowLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 202EB8DA1C20B53000DF6E86 /* MDCShadowLayer.m */; settings = {ASSET_TAGS = (); }; };
23-
202EB8E01C20B56000DF6E86 /* MDCShadowElevations.m in Sources */ = {isa = PBXBuildFile; fileRef = 202EB8DF1C20B56000DF6E86 /* MDCShadowElevations.m */; settings = {ASSET_TAGS = (); }; };
24-
202EB8E51C20B57D00DF6E86 /* UIColor+MDC.m in Sources */ = {isa = PBXBuildFile; fileRef = 202EB8E41C20B57D00DF6E86 /* UIColor+MDC.m */; settings = {ASSET_TAGS = (); }; };
19+
202EB8D51C20ABC500DF6E86 /* MDCThumbTrack.m in Sources */ = {isa = PBXBuildFile; fileRef = 202EB8D21C20ABC500DF6E86 /* MDCThumbTrack.m */; };
20+
202EB8D61C20ABC500DF6E86 /* MDCThumbView.m in Sources */ = {isa = PBXBuildFile; fileRef = 202EB8D41C20ABC500DF6E86 /* MDCThumbView.m */; };
21+
202EB8DB1C20B53000DF6E86 /* MDCShadowLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 202EB8DA1C20B53000DF6E86 /* MDCShadowLayer.m */; };
22+
202EB8E01C20B56000DF6E86 /* MDCShadowElevations.m in Sources */ = {isa = PBXBuildFile; fileRef = 202EB8DF1C20B56000DF6E86 /* MDCShadowElevations.m */; };
23+
202EB8E51C20B57D00DF6E86 /* UIColor+MDC.m in Sources */ = {isa = PBXBuildFile; fileRef = 202EB8E41C20B57D00DF6E86 /* UIColor+MDC.m */; };
2524
/* End PBXBuildFile section */
2625

2726
/* Begin PBXContainerItemProxy section */
@@ -362,7 +361,6 @@
362361
202EB8D51C20ABC500DF6E86 /* MDCThumbTrack.m in Sources */,
363362
202EB8DB1C20B53000DF6E86 /* MDCShadowLayer.m in Sources */,
364363
2017F5C51C18D43F006F5A99 /* MDCSlider.m in Sources */,
365-
2017F5C71C18D43F006F5A99 /* README.md in Sources */,
366364
2017F5BD1C18D43F006F5A99 /* AppDelegate.m in Sources */,
367365
202EB8D61C20ABC500DF6E86 /* MDCThumbView.m in Sources */,
368366
202EB8E51C20B57D00DF6E86 /* UIColor+MDC.m in Sources */,

components/Slider/SliderTests/SliderTests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
static const NSUInteger kNumberOfRepeats = 20;
2222
static const CGFloat kEpsilonAccuracy = 0.0001f;
2323

24-
@interface PageControlTests : XCTestCase
24+
@interface SliderTests : XCTestCase
2525

2626
@end
2727

28-
@implementation PageControlTests
28+
@implementation SliderTests
2929

3030
- (void)setUp {
3131
[super setUp];

components/Slider/SliderUITests/SliderUITests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
#import <XCTest/XCTest.h>
1818

19-
@interface PageControlUITests : XCTestCase
19+
@interface SliderUITests : XCTestCase
2020

2121
@end
2222

23-
@implementation PageControlUITests
23+
@implementation SliderUITests
2424

2525
- (void)setUp {
2626
[super setUp];

0 commit comments

Comments
 (0)