Skip to content

Commit

Permalink
fix the (non-existent) tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tconkling committed May 8, 2012
1 parent 15f0e0f commit 3f5ab3d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cooocoa.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
229E2828155749A6001452E5 /* OOOUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 229E281D155749A6001452E5 /* OOOUtils.m */; };
229E2829155749A6001452E5 /* OOOWeightedArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 229E281E155749A6001452E5 /* OOOWeightedArray.h */; };
229E282A155749A6001452E5 /* OOOWeightedArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 229E281F155749A6001452E5 /* OOOWeightedArray.m */; };
229E282D15574DE5001452E5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 229E282C15574DE4001452E5 /* UIKit.framework */; };
229E283015574E05001452E5 /* UIColor+OOOExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 229E282E15574E05001452E5 /* UIColor+OOOExtensions.h */; };
229E283115574E05001452E5 /* UIColor+OOOExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 229E282F15574E05001452E5 /* UIColor+OOOExtensions.m */; };
229E283415574E87001452E5 /* cooocoa_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 229E283315574E87001452E5 /* cooocoa_Prefix.pch */; };
22E43A341558B4B6003A43B8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 22E43A331558B4B6003A43B8 /* UIKit.framework */; };
22E7697A15575C8A006E96DB /* OOOFloatRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 22E7697615575C8A006E96DB /* OOOFloatRange.h */; };
22E7697B15575C8A006E96DB /* OOOFloatRange.m in Sources */ = {isa = PBXBuildFile; fileRef = 22E7697715575C8A006E96DB /* OOOFloatRange.m */; };
22E7697C15575C8A006E96DB /* OOOIntRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 22E7697815575C8A006E96DB /* OOOIntRange.h */; };
Expand Down Expand Up @@ -92,10 +92,10 @@
229E281E155749A6001452E5 /* OOOWeightedArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OOOWeightedArray.h; sourceTree = "<group>"; };
229E281F155749A6001452E5 /* OOOWeightedArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OOOWeightedArray.m; sourceTree = "<group>"; };
229E282B15574CF3001452E5 /* cooocoa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cooocoa.h; sourceTree = "<group>"; };
229E282C15574DE4001452E5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
229E282E15574E05001452E5 /* UIColor+OOOExtensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+OOOExtensions.h"; sourceTree = "<group>"; };
229E282F15574E05001452E5 /* UIColor+OOOExtensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+OOOExtensions.m"; sourceTree = "<group>"; };
229E283315574E87001452E5 /* cooocoa_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cooocoa_Prefix.pch; sourceTree = "<group>"; };
22E43A331558B4B6003A43B8 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
22E7697615575C8A006E96DB /* OOOFloatRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OOOFloatRange.h; sourceTree = "<group>"; };
22E7697715575C8A006E96DB /* OOOFloatRange.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OOOFloatRange.m; sourceTree = "<group>"; };
22E7697815575C8A006E96DB /* OOOIntRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OOOIntRange.h; sourceTree = "<group>"; };
Expand All @@ -108,14 +108,14 @@
buildActionMask = 2147483647;
files = (
229E27B51557473D001452E5 /* Foundation.framework in Frameworks */,
229E282D15574DE5001452E5 /* UIKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
229E27BD1557473D001452E5 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
22E43A341558B4B6003A43B8 /* UIKit.framework in Frameworks */,
229E27C31557473D001452E5 /* SenTestingKit.framework in Frameworks */,
229E27C61557473D001452E5 /* Foundation.framework in Frameworks */,
229E27C91557473D001452E5 /* libcooocoa.a in Frameworks */,
Expand All @@ -128,6 +128,7 @@
229E27A61557473C001452E5 = {
isa = PBXGroup;
children = (
22E43A331558B4B6003A43B8 /* UIKit.framework */,
229E27DE155747CC001452E5 /* Classes */,
229E283215574E75001452E5 /* Other Sources */,
229E27E0155747DF001452E5 /* Tests */,
Expand All @@ -150,7 +151,6 @@
children = (
229E27B41557473D001452E5 /* Foundation.framework */,
229E27C21557473D001452E5 /* SenTestingKit.framework */,
229E282C15574DE4001452E5 /* UIKit.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down Expand Up @@ -484,7 +484,7 @@
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = cooocoa_Prefix.pch;
INFOPLIST_FILE = "cooocoaTests/cooocoaTests-Info.plist";
INFOPLIST_FILE = "Tests/cooocoaTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = octest;
};
Expand All @@ -499,7 +499,7 @@
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = cooocoa_Prefix.pch;
INFOPLIST_FILE = "cooocoaTests/cooocoaTests-Info.plist";
INFOPLIST_FILE = "Tests/cooocoaTests-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = octest;
};
Expand Down

0 comments on commit 3f5ab3d

Please sign in to comment.