Skip to content

Commit

Permalink
Renamed TestsNib to include prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kirby authored and Mark Kirby committed Jan 9, 2012
1 parent 1edb3df commit 225bf92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions iOSUnitTestingMadeEasyFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/* Begin PBXBuildFile section */
6F869F7914BB5F0D008DB712 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6F869F7814BB5F0D008DB712 /* Foundation.framework */; };
6F869F7F14BB5F0D008DB712 /* iOSUnitTestingMadeEasyFramework.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F869F7E14BB5F0D008DB712 /* iOSUnitTestingMadeEasyFramework.m */; };
6F869FE914BB7BA1008DB712 /* TestsNib.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F869FE814BB7BA1008DB712 /* TestsNib.h */; settings = {ATTRIBUTES = (Public, ); }; };
6F869FE914BB7BA1008DB712 /* UTMETestsNib.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F869FE814BB7BA1008DB712 /* UTMETestsNib.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -18,7 +18,7 @@
6F869F7C14BB5F0D008DB712 /* iOSUnitTestingMadeEasyFramework-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "iOSUnitTestingMadeEasyFramework-Prefix.pch"; sourceTree = "<group>"; };
6F869F7D14BB5F0D008DB712 /* iOSUnitTestingMadeEasyFramework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = iOSUnitTestingMadeEasyFramework.h; sourceTree = "<group>"; };
6F869F7E14BB5F0D008DB712 /* iOSUnitTestingMadeEasyFramework.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = iOSUnitTestingMadeEasyFramework.m; sourceTree = "<group>"; };
6F869FE814BB7BA1008DB712 /* TestsNib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestsNib.h; sourceTree = "<group>"; };
6F869FE814BB7BA1008DB712 /* UTMETestsNib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UTMETestsNib.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -80,7 +80,7 @@
6F869FEB14BB7BA6008DB712 /* Protocols */ = {
isa = PBXGroup;
children = (
6F869FE814BB7BA1008DB712 /* TestsNib.h */,
6F869FE814BB7BA1008DB712 /* UTMETestsNib.h */,
);
name = Protocols;
sourceTree = "<group>";
Expand All @@ -92,7 +92,7 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
6F869FE914BB7BA1008DB712 /* TestsNib.h in Headers */,
6F869FE914BB7BA1008DB712 /* UTMETestsNib.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <Foundation/Foundation.h>

@protocol TestsNib <NSObject>
@protocol UTMETestsNib <NSObject>

- (void)testViewBinding;
- (void)testUIButtonActionBinding;
Expand Down

0 comments on commit 225bf92

Please sign in to comment.