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/subconfig/iPhone313.xcconfig | 24 ++++++++++++++++++++++++ XcodeConfig/subconfig/iPhone32.xcconfig | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 XcodeConfig/subconfig/iPhone313.xcconfig create mode 100644 XcodeConfig/subconfig/iPhone32.xcconfig (limited to 'XcodeConfig/subconfig') 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