From 849bc3e4d10cb3fc03fbad3a7c56d0758a13d33c Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Tue, 13 Apr 2010 16:33:36 +0000 Subject: [Author: thomasvl] Added configs for 3.1.3 and 3.2. Keeping 3.1.2 for now since the matrix of what SDKs you can get with what build tools on which Mac OS X version is getting pretty twisty. R=dmaclach,altse DELTA=450 (450 added, 0 deleted, 0 changed) --- XcodeConfig/Project/DebugiPhone313.xcconfig | 37 +++++++++++++++++++++++++++ XcodeConfig/Project/DebugiPhone32.xcconfig | 37 +++++++++++++++++++++++++++ XcodeConfig/Project/ReleaseiPhone313.xcconfig | 37 +++++++++++++++++++++++++++ XcodeConfig/Project/ReleaseiPhone32.xcconfig | 37 +++++++++++++++++++++++++++ XcodeConfig/subconfig/iPhone313.xcconfig | 24 +++++++++++++++++ XcodeConfig/subconfig/iPhone32.xcconfig | 24 +++++++++++++++++ 6 files changed, 196 insertions(+) create mode 100644 XcodeConfig/Project/DebugiPhone313.xcconfig create mode 100644 XcodeConfig/Project/DebugiPhone32.xcconfig create mode 100644 XcodeConfig/Project/ReleaseiPhone313.xcconfig create mode 100644 XcodeConfig/Project/ReleaseiPhone32.xcconfig create mode 100644 XcodeConfig/subconfig/iPhone313.xcconfig create mode 100644 XcodeConfig/subconfig/iPhone32.xcconfig (limited to 'XcodeConfig') diff --git a/XcodeConfig/Project/DebugiPhone313.xcconfig b/XcodeConfig/Project/DebugiPhone313.xcconfig new file mode 100644 index 0000000..6244f29 --- /dev/null +++ b/XcodeConfig/Project/DebugiPhone313.xcconfig @@ -0,0 +1,37 @@ +// +// DebugiPhone313.xcconfig +// +// Xcode configuration file for building a Debug configuration of a project +// for iPhone OS 3.1.3. +// +// Copyright 2010 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 the general settings +#include "../subconfig/General.xcconfig" + +// iPhone settings. +#include "../subconfig/iPhone313.xcconfig" + +// Debug settings +#include "../subconfig/Debug.xcconfig" + +// Merge settings +#include "../subconfig/GTMMerge.xcconfig" diff --git a/XcodeConfig/Project/DebugiPhone32.xcconfig b/XcodeConfig/Project/DebugiPhone32.xcconfig new file mode 100644 index 0000000..84f81f9 --- /dev/null +++ b/XcodeConfig/Project/DebugiPhone32.xcconfig @@ -0,0 +1,37 @@ +// +// DebugiPhone32.xcconfig +// +// Xcode configuration file for building a Debug configuration of a project +// for iPhone OS 3.2. +// +// Copyright 2010 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 the general settings +#include "../subconfig/General.xcconfig" + +// iPhone settings. +#include "../subconfig/iPhone32.xcconfig" + +// Debug settings +#include "../subconfig/Debug.xcconfig" + +// Merge settings +#include "../subconfig/GTMMerge.xcconfig" diff --git a/XcodeConfig/Project/ReleaseiPhone313.xcconfig b/XcodeConfig/Project/ReleaseiPhone313.xcconfig new file mode 100644 index 0000000..5fa4530 --- /dev/null +++ b/XcodeConfig/Project/ReleaseiPhone313.xcconfig @@ -0,0 +1,37 @@ +// +// ReleaseiPhone313.xcconfig +// +// Xcode configuration file for building a Release configuration of a project +// for iPhone OS 3.1.3. +// +// Copyright 2010 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 the general settings +#include "../subconfig/General.xcconfig" + +// iPhone settings. +#include "../subconfig/iPhone313.xcconfig" + +// Release settings +#include "../subconfig/Release.xcconfig" + +// Merge settings +#include "../subconfig/GTMMerge.xcconfig" diff --git a/XcodeConfig/Project/ReleaseiPhone32.xcconfig b/XcodeConfig/Project/ReleaseiPhone32.xcconfig new file mode 100644 index 0000000..26edfee --- /dev/null +++ b/XcodeConfig/Project/ReleaseiPhone32.xcconfig @@ -0,0 +1,37 @@ +// +// ReleaseiPhone32.xcconfig +// +// Xcode configuration file for building a Release configuration of a project +// for iPhone OS 3.2. +// +// Copyright 2010 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 the general settings +#include "../subconfig/General.xcconfig" + +// iPhone settings. +#include "../subconfig/iPhone32.xcconfig" + +// Release settings +#include "../subconfig/Release.xcconfig" + +// Merge settings +#include "../subconfig/GTMMerge.xcconfig" diff --git a/XcodeConfig/subconfig/iPhone313.xcconfig b/XcodeConfig/subconfig/iPhone313.xcconfig new file mode 100644 index 0000000..8cac36a --- /dev/null +++ b/XcodeConfig/subconfig/iPhone313.xcconfig @@ -0,0 +1,24 @@ +// +// iPhone313.xcconfig +// +// Xcode configuration file for building a Debug target on iPhone OS 3.1.3 +// +// Copyright 2010 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. + +// Set default SDK. +SDKROOT = iphoneos3.1.3 + +// iPhone currently deploys on 10.5 only +MACOSX_DEPLOYMENT_TARGET = 10.5 diff --git a/XcodeConfig/subconfig/iPhone32.xcconfig b/XcodeConfig/subconfig/iPhone32.xcconfig new file mode 100644 index 0000000..bee82ef --- /dev/null +++ b/XcodeConfig/subconfig/iPhone32.xcconfig @@ -0,0 +1,24 @@ +// +// iPhone32.xcconfig +// +// Xcode configuration file for building a Debug target on iPhone OS 3.2 +// +// Copyright 2010 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. + +// Set default SDK. +SDKROOT = iphoneos3.2 + +// iPhone currently deploys on 10.5 only +MACOSX_DEPLOYMENT_TARGET = 10.5 -- cgit v1.2.3