From cdf070c8d76ffc4eaa24e8671756cbbe9ceb2890 Mon Sep 17 00:00:00 2001 From: thomasvl Date: Mon, 14 Apr 2008 17:21:02 +0000 Subject: See the ReleaseNotes for the full details, highlights: - bug fixes - code coverage support - more complete unittests - full support for unittesting UIs - support for the iphone sdk (include ui unittesting) --- XcodeConfig/Project/DebugLeopardOrLater.xcconfig | 34 ++++++++++++++++++++++ XcodeConfig/Project/DebugTigerOrLater.xcconfig | 34 ++++++++++++++++++++++ XcodeConfig/Project/DebugiPhone.xcconfig | 33 +++++++++++++++++++++ XcodeConfig/Project/ReleaseLeopardOrLater.xcconfig | 33 +++++++++++++++++++++ XcodeConfig/Project/ReleaseTigerOrLater.xcconfig | 33 +++++++++++++++++++++ XcodeConfig/Project/ReleaseiPhone.xcconfig | 33 +++++++++++++++++++++ 6 files changed, 200 insertions(+) create mode 100644 XcodeConfig/Project/DebugLeopardOrLater.xcconfig create mode 100644 XcodeConfig/Project/DebugTigerOrLater.xcconfig create mode 100644 XcodeConfig/Project/DebugiPhone.xcconfig create mode 100644 XcodeConfig/Project/ReleaseLeopardOrLater.xcconfig create mode 100644 XcodeConfig/Project/ReleaseTigerOrLater.xcconfig create mode 100644 XcodeConfig/Project/ReleaseiPhone.xcconfig (limited to 'XcodeConfig/Project') diff --git a/XcodeConfig/Project/DebugLeopardOrLater.xcconfig b/XcodeConfig/Project/DebugLeopardOrLater.xcconfig new file mode 100644 index 0000000..7bc3257 --- /dev/null +++ b/XcodeConfig/Project/DebugLeopardOrLater.xcconfig @@ -0,0 +1,34 @@ +// +// DebugLeopardOrLater.xcconfig +// +// Xcode configuration file for building a Debug target 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 +// and individual Xcode target, there are other configuration files for that +// purpose. +// +// Copyright 2006-2008 Google Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); you may not +// use this file except in compliance with the License. You may obtain a copy +// of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// License for the specific language governing permissions and limitations under +// the License. +// + +// Pull in our general Google settings +#include "../subconfig/General.xcconfig" + +// Leopard or later +#include "../subconfig/LeopardOrLater.xcconfig" + +// Debug settings +#include "../subconfig/Debug.xcconfig" + diff --git a/XcodeConfig/Project/DebugTigerOrLater.xcconfig b/XcodeConfig/Project/DebugTigerOrLater.xcconfig new file mode 100644 index 0000000..76d2e27 --- /dev/null +++ b/XcodeConfig/Project/DebugTigerOrLater.xcconfig @@ -0,0 +1,34 @@ +// +// DebugTigerOrLater.xcconfig +// +// Xcode configuration file for building a Debug target 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 +// and individual Xcode target, there are other configuration files for that +// purpose. +// +// Copyright 2006-2008 Google Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); you may not +// use this file except in compliance with the License. You may obtain a copy +// of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// License for the specific language governing permissions and limitations under +// the License. +// + +// Pull in our general Google settings +#include "../subconfig/General.xcconfig" + +// Tiger or later +#include "../subconfig/TigerOrLater.xcconfig" + +// Debug settings +#include "../subconfig/Debug.xcconfig" + diff --git a/XcodeConfig/Project/DebugiPhone.xcconfig b/XcodeConfig/Project/DebugiPhone.xcconfig new file mode 100644 index 0000000..45c5ba5 --- /dev/null +++ b/XcodeConfig/Project/DebugiPhone.xcconfig @@ -0,0 +1,33 @@ +// +// DebugiPhoneSimulator.xcconfig +// +// Xcode configuration file for building a Debug target on iPhone +// +// Copyright 2006-2008 Google Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); you may not +// use this file except in compliance with the License. You may obtain a copy +// of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// License for the specific language governing permissions and limitations under +// the License. + +// +// 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 +// and individual Xcode target, there are other configuration files for that +// purpose. + +// Pull in our general Google settings +#include "../subconfig/General.xcconfig" + +// iPhone settings +#include "../subconfig/iPhone.xcconfig" + +// Release settings +#include "../subconfig/Debug.xcconfig" diff --git a/XcodeConfig/Project/ReleaseLeopardOrLater.xcconfig b/XcodeConfig/Project/ReleaseLeopardOrLater.xcconfig new file mode 100644 index 0000000..52f0383 --- /dev/null +++ b/XcodeConfig/Project/ReleaseLeopardOrLater.xcconfig @@ -0,0 +1,33 @@ +// +// ReleaseLeopardOrLater.xcconfig +// +// Xcode configuration file for building a Release target 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 +// and individual Xcode target, there are other configuration files for that +// purpose. +// +// Copyright 2006-2008 Google Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); you may not +// use this file except in compliance with the License. You may obtain a copy +// of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// License for the specific language governing permissions and limitations under +// the License. +// + +// Pull in our general Google settings +#include "../subconfig/General.xcconfig" + +// Leopard or later +#include "../subconfig/LeopardOrLater.xcconfig" + +// Release settings +#include "../subconfig/Release.xcconfig" diff --git a/XcodeConfig/Project/ReleaseTigerOrLater.xcconfig b/XcodeConfig/Project/ReleaseTigerOrLater.xcconfig new file mode 100644 index 0000000..d14e739 --- /dev/null +++ b/XcodeConfig/Project/ReleaseTigerOrLater.xcconfig @@ -0,0 +1,33 @@ +// +// ReleaseTigerOrLater.xcconfig +// +// Xcode configuration file for building a Release target 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 +// and individual Xcode target, there are other configuration files for that +// purpose. +// +// Copyright 2006-2008 Google Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); you may not +// use this file except in compliance with the License. You may obtain a copy +// of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// License for the specific language governing permissions and limitations under +// the License. +// + +// Pull in our general Google settings +#include "../subconfig/General.xcconfig" + +// Tiger or later +#include "../subconfig/TigerOrLater.xcconfig" + +// Release settings +#include "../subconfig/Release.xcconfig" diff --git a/XcodeConfig/Project/ReleaseiPhone.xcconfig b/XcodeConfig/Project/ReleaseiPhone.xcconfig new file mode 100644 index 0000000..e61d1b6 --- /dev/null +++ b/XcodeConfig/Project/ReleaseiPhone.xcconfig @@ -0,0 +1,33 @@ +// +// ReleaseAspenSimulator.xcconfig +// +// Xcode configuration file for building a Release target on iPhone +// +// Copyright 2006-2008 Google Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); you may not +// use this file except in compliance with the License. You may obtain a copy +// of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +// License for the specific language governing permissions and limitations under +// the License. + +// +// 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 +// and individual Xcode target, there are other configuration files for that +// purpose. + +// Pull in our general Google settings +#include "../subconfig/General.xcconfig" + +// iPhone Settings. +#include "../subconfig/iPhone.xcconfig" + +// Release settings +#include "../subconfig/Release.xcconfig" -- cgit v1.2.3