From d0c55f1c0d3044085251f60c78854e25365ae6ea Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Thu, 7 Apr 2016 09:08:02 -0400 Subject: Fix GTMGeometry builds on 64 bit OS X where CG and NS struct sizes may differ. Remove GTMCGPointToNSPoint, GTMNSPointToCGPoint, GTMCGRectToNSRect, GTMCGSizeToNSSize Note that Apple's NSGeometry.h sometimes defines NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES so there's some reason to believe the CG and NS structs can compile incompatibly. Fix a typo in GTMSenTestCase.h --- UnitTesting/GTMSenTestCase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UnitTesting/GTMSenTestCase.h') diff --git a/UnitTesting/GTMSenTestCase.h b/UnitTesting/GTMSenTestCase.h index 3ed752a..b637b43 100644 --- a/UnitTesting/GTMSenTestCase.h +++ b/UnitTesting/GTMSenTestCase.h @@ -462,7 +462,7 @@ do { \ isTrue:NO \ inFile:[NSString stringWithUTF8String:__FILE__] \ atLine:__LINE__ \ - withDescription:@"%@", XCComposeString(description, ##__VA_ARGS__)])]; \ + withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)])]; \ } \ } \ @catch (id anException) { \ -- cgit v1.2.3