aboutsummaryrefslogtreecommitdiff
path: root/XcodePlugin
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.daemon2010-04-20
| | | | | | | Fix for http://code.google.com/p/google-toolbox-for-mac/issues/detail?id=47. Bumped version number. R=thomasvl DELTA=2 (0 added, 0 deleted, 2 changed)
* [Author: dmaclach]Gravatar gtm.daemon2010-02-25
| | | | | | Fix to the Xcode code coverage so that it picks up the active architecture instead of going with NATIVE_32_ARCH. R=thomasvl DELTA=466 (28 added, 16 deleted, 422 changed)
* [Author: dmaclach]Gravatar gtm.daemon2010-02-01
| | | | | | | | Updated plugin to deal with relative paths on testhosts. Deals better with putting OBJC_GC_DISABLED flags into environment variables Updated project version. R=thomasvl DELTA=14 (10 added, 1 deleted, 3 changed)
* [Author: dmaclach]Gravatar gtm.daemon2010-01-20
| | | | | | | | Fixed up issue http://code.google.com/p/google-toolbox-for-mac/issues/detail?id=44 Where we weren't dealing with absolute paths correctly in the Xcode plugin. Updated copyright on plugin, and version number. R=thomasvl DELTA=55 (35 added, 1 deleted, 19 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-11-30
Add the Google Toolbox For Mac Xcode plugin to the toolbox. R=thomasvl