aboutsummaryrefslogtreecommitdiff
path: root/XcodePlugin/GTMXcodePlugin.m
Commit message (Collapse)AuthorAge
* [Author: dmaclach]Gravatar gtm.daemon2010-07-20
| | | | | | | | | | | - Fix up GTMXcode plugin so that it runs on non-english systems (http://code.google.com/p/google-toolbox-for-mac/issues/detail?id=54) - Bump GTMXcode version number. - Fix up CreateUnitTestExecutable script so that it passes the full path into otest the same as Apple does. This gets around a bug in NSBundle where when you create call [NSBundle bundleWithPath:@"foo"] and then call [bundle bundlePath] on that bundle you get a relative bundle EVEN though the docs say you should get a full path. R=grobbins DELTA=66 (15 added, 12 deleted, 39 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-11-30
Add the Google Toolbox For Mac Xcode plugin to the toolbox. R=thomasvl