Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Merge pull request #1 from toreolsensan/master
Browse files Browse the repository at this point in the history
Remove UIColor-Expanded.
  • Loading branch information
gizmosachin committed Feb 24, 2015
2 parents 23ce343 + 285e39a commit cc15357
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 897 deletions.
6 changes: 0 additions & 6 deletions Sample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
270FBCCB134BA43800EEA99B /* SampleAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 270FBCCA134BA43800EEA99B /* SampleAppDelegate.m */; };
270FBCD1134BA43800EEA99B /* SampleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 270FBCD0134BA43800EEA99B /* SampleViewController.m */; };
27913F4D134BA46D00FBEB69 /* MAConfirmButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 27913F4A134BA46D00FBEB69 /* MAConfirmButton.m */; };
27913F4E134BA46D00FBEB69 /* UIColor-Expanded.m in Sources */ = {isa = PBXBuildFile; fileRef = 27913F4C134BA46D00FBEB69 /* UIColor-Expanded.m */; };
27913F51134BA4E700FBEB69 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27913F50134BA4E700FBEB69 /* QuartzCore.framework */; };
/* End PBXBuildFile section */

Expand All @@ -35,8 +34,6 @@
270FBCD0134BA43800EEA99B /* SampleViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SampleViewController.m; sourceTree = "<group>"; };
27913F49134BA46D00FBEB69 /* MAConfirmButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MAConfirmButton.h; sourceTree = "<group>"; };
27913F4A134BA46D00FBEB69 /* MAConfirmButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MAConfirmButton.m; sourceTree = "<group>"; };
27913F4B134BA46D00FBEB69 /* UIColor-Expanded.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor-Expanded.h"; sourceTree = "<group>"; };
27913F4C134BA46D00FBEB69 /* UIColor-Expanded.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor-Expanded.m"; sourceTree = "<group>"; };
27913F50134BA4E700FBEB69 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -112,8 +109,6 @@
children = (
27913F49134BA46D00FBEB69 /* MAConfirmButton.h */,
27913F4A134BA46D00FBEB69 /* MAConfirmButton.m */,
27913F4B134BA46D00FBEB69 /* UIColor-Expanded.h */,
27913F4C134BA46D00FBEB69 /* UIColor-Expanded.m */,
);
path = Source;
sourceTree = SOURCE_ROOT;
Expand Down Expand Up @@ -184,7 +179,6 @@
270FBCCB134BA43800EEA99B /* SampleAppDelegate.m in Sources */,
270FBCD1134BA43800EEA99B /* SampleViewController.m in Sources */,
27913F4D134BA46D00FBEB69 /* MAConfirmButton.m in Sources */,
27913F4E134BA46D00FBEB69 /* UIColor-Expanded.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
1 change: 0 additions & 1 deletion Source/MAConfirmButton.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//

#import "MAConfirmButton.h"
#import "UIColor-Expanded.h"

#define kHeight 26.0
#define kPadding 20.0
Expand Down
96 changes: 0 additions & 96 deletions Source/UIColor-Expanded.h

This file was deleted.

Loading

0 comments on commit cc15357

Please sign in to comment.