From bfaf8705cccb15c0c2a7704b17ba011ddba8242f Mon Sep 17 00:00:00 2001 From: "thomasvl@gmail.com" Date: Wed, 10 Sep 2008 21:04:47 +0000 Subject: - Added GTMExceptionalInlines for dealing with cases where you get warning: variable 'r' might be clobbered by 'longjmp' or 'vfork' when using certain Apple inlined functions in @synchronized/@try blocks. - Updated to Xcode 3.1 so the GTM and iPhone project have the same baseline. The code should work in other version of xcode, but the projects and xcconfig files now use 3.1 features. - Added GTMABAddressBook which is a cocoa wrapper for the 'C' AddressBook APIs on the iPhone. - Added several set environment variable statements to RunIPhoneUnitTest.sh to encourage bugs to come out of the woodwork. --- XcodeConfig/Project/DebugLeopardOrLater.xcconfig | 3 ++- XcodeConfig/Project/DebugTigerOrLater.xcconfig | 3 ++- XcodeConfig/Project/DebugiPhone.xcconfig | 3 ++- XcodeConfig/Project/ReleaseLeopardOrLater.xcconfig | 3 ++- XcodeConfig/Project/ReleaseTigerOrLater.xcconfig | 3 ++- XcodeConfig/Project/ReleaseiPhone.xcconfig | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) (limited to 'XcodeConfig/Project') diff --git a/XcodeConfig/Project/DebugLeopardOrLater.xcconfig b/XcodeConfig/Project/DebugLeopardOrLater.xcconfig index 6aebf12..5bbd4a2 100644 --- a/XcodeConfig/Project/DebugLeopardOrLater.xcconfig +++ b/XcodeConfig/Project/DebugLeopardOrLater.xcconfig @@ -1,7 +1,8 @@ // // DebugLeopardOrLater.xcconfig // -// Xcode configuration file for building a Debug target on Leopard or later. +// Xcode configuration file for building a Debug configuration of a project +// on Leopard or later. // // This is a _Configuration_ Xcode config file for use in the "Based on" popup // of the project configuration editor. Do _not_ use this as the config base diff --git a/XcodeConfig/Project/DebugTigerOrLater.xcconfig b/XcodeConfig/Project/DebugTigerOrLater.xcconfig index 725ea49..b8893ce 100644 --- a/XcodeConfig/Project/DebugTigerOrLater.xcconfig +++ b/XcodeConfig/Project/DebugTigerOrLater.xcconfig @@ -1,7 +1,8 @@ // // DebugTigerOrLater.xcconfig // -// Xcode configuration file for building a Debug target on Tiger or later. +// Xcode configuration file for building a Debug configuration of a project +// on Tiger or later. // // This is a _Configuration_ Xcode config file for use in the "Based on" popup // of the project configuration editor. Do _not_ use this as the config base diff --git a/XcodeConfig/Project/DebugiPhone.xcconfig b/XcodeConfig/Project/DebugiPhone.xcconfig index 1ba99b4..4af17bd 100644 --- a/XcodeConfig/Project/DebugiPhone.xcconfig +++ b/XcodeConfig/Project/DebugiPhone.xcconfig @@ -1,7 +1,8 @@ // // DebugiPhoneSimulator.xcconfig // -// Xcode configuration file for building a Debug target on iPhone +// Xcode configuration file for building a Debug configuration of a project +// for iPhone. // // Copyright 2006-2008 Google Inc. // diff --git a/XcodeConfig/Project/ReleaseLeopardOrLater.xcconfig b/XcodeConfig/Project/ReleaseLeopardOrLater.xcconfig index 0188d10..f62b287 100644 --- a/XcodeConfig/Project/ReleaseLeopardOrLater.xcconfig +++ b/XcodeConfig/Project/ReleaseLeopardOrLater.xcconfig @@ -1,7 +1,8 @@ // // ReleaseLeopardOrLater.xcconfig // -// Xcode configuration file for building a Release target on Leopard or later. +// Xcode configuration file for building a Release configuration of a project +// on Leopard or later. // // This is a _Configuration_ Xcode config file for use in the "Based on" popup // of the project configuration editor. Do _not_ use this as the config base diff --git a/XcodeConfig/Project/ReleaseTigerOrLater.xcconfig b/XcodeConfig/Project/ReleaseTigerOrLater.xcconfig index a024c4b..d604d88 100644 --- a/XcodeConfig/Project/ReleaseTigerOrLater.xcconfig +++ b/XcodeConfig/Project/ReleaseTigerOrLater.xcconfig @@ -1,7 +1,8 @@ // // ReleaseTigerOrLater.xcconfig // -// Xcode configuration file for building a Release target on Tiger or later. +// Xcode configuration file for building a Release configuration of a project +// on Tiger or later. // // This is a _Configuration_ Xcode config file for use in the "Based on" popup // of the project configuration editor. Do _not_ use this as the config base diff --git a/XcodeConfig/Project/ReleaseiPhone.xcconfig b/XcodeConfig/Project/ReleaseiPhone.xcconfig index d6c0127..1473a5a 100644 --- a/XcodeConfig/Project/ReleaseiPhone.xcconfig +++ b/XcodeConfig/Project/ReleaseiPhone.xcconfig @@ -1,7 +1,8 @@ // // ReleaseAspenSimulator.xcconfig // -// Xcode configuration file for building a Release target on iPhone +// Xcode configuration file for building a Release configuration of a project +// for iPhone. // // Copyright 2006-2008 Google Inc. // -- cgit v1.2.3