aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dmaclach <dmaclach@gmail.com>2018-11-19 08:32:19 -0800
committerGravatar GitHub <noreply@github.com>2018-11-19 08:32:19 -0800
commit6a37ad7c60d2bb64c57590f7216bed26437a78a2 (patch)
treed27da780ec7c938f22cfe4e51849555ac7d69ef6
parent9dbe45334a8f4c76553d2b8585915e8a3cfe94f6 (diff)
Remove a pile of Xcode configuration files which are out of date. (#215)
The changes here focus on SDK specific or architecture specific settings where we should just be going with the Xcode defaults for the version of Xcode being used to build.
-rw-r--r--GTM.xcodeproj/project.pbxproj10
-rw-r--r--XcodeConfig/Project/DebugLeopardOrLater.xcconfig41
-rw-r--r--XcodeConfig/Project/DebugSnowLeopardOrLater.xcconfig41
-rw-r--r--XcodeConfig/Project/DebugTigerOrLater.xcconfig41
-rw-r--r--XcodeConfig/Project/ReleaseLeopardOrLater.xcconfig41
-rw-r--r--XcodeConfig/Project/ReleaseSnowLeopardOrLater.xcconfig41
-rw-r--r--XcodeConfig/Project/ReleaseTigerOrLater.xcconfig41
-rw-r--r--XcodeConfig/subconfig/Debug.xcconfig2
-rw-r--r--XcodeConfig/subconfig/General.xcconfig25
-rw-r--r--XcodeConfig/subconfig/LeopardOrLater.xcconfig25
-rw-r--r--XcodeConfig/subconfig/SnowLeopardOrLater.xcconfig30
-rw-r--r--XcodeConfig/subconfig/TigerOrLater.xcconfig25
-rw-r--r--XcodeConfig/subconfig/iPhone30.xcconfig24
-rw-r--r--XcodeConfig/subconfig/iPhone31.xcconfig24
-rw-r--r--XcodeConfig/subconfig/iPhone312.xcconfig24
-rw-r--r--XcodeConfig/subconfig/iPhone313.xcconfig24
-rw-r--r--XcodeConfig/subconfig/iPhone32.xcconfig24
-rw-r--r--XcodeConfig/subconfig/iPhone40.xcconfig24
-rw-r--r--XcodeConfig/subconfig/iPhone41.xcconfig24
19 files changed, 0 insertions, 531 deletions
diff --git a/GTM.xcodeproj/project.pbxproj b/GTM.xcodeproj/project.pbxproj
index 363f2a1..2732b2c 100644
--- a/GTM.xcodeproj/project.pbxproj
+++ b/GTM.xcodeproj/project.pbxproj
@@ -276,11 +276,8 @@
8B5B4ABE15BF31050081A96C /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
8B5B4AC015BF31050081A96C /* General.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = General.xcconfig; sourceTree = "<group>"; };
8B5B4AC115BF31050081A96C /* GTMMerge.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = GTMMerge.xcconfig; sourceTree = "<group>"; };
- 8B5B4ACA15BF31050081A96C /* LeopardOrLater.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = LeopardOrLater.xcconfig; sourceTree = "<group>"; };
8B5B4ACC15BF31050081A96C /* MacOSX.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = MacOSX.xcconfig; sourceTree = "<group>"; };
8B5B4ACD15BF31050081A96C /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
- 8B5B4ACE15BF31050081A96C /* SnowLeopardOrLater.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SnowLeopardOrLater.xcconfig; sourceTree = "<group>"; };
- 8B5B4ACF15BF31050081A96C /* TigerOrLater.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = TigerOrLater.xcconfig; sourceTree = "<group>"; };
8B5B4AD015BF31050081A96C /* Unittest.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Unittest.xcconfig; sourceTree = "<group>"; };
8B61FDBF0E4CDB8000FF9C21 /* GTMStackTrace.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTMStackTrace.m; sourceTree = "<group>"; };
8B6C15910F356E6400E51E5D /* GTMNSObject+KeyValueObserving.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTMNSObject+KeyValueObserving.h"; sourceTree = "<group>"; };
@@ -350,10 +347,8 @@
F47A79850D746EE9002302AB /* GTMScriptRunner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTMScriptRunner.h; sourceTree = "<group>"; };
F47A79860D746EE9002302AB /* GTMScriptRunner.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTMScriptRunner.m; sourceTree = "<group>"; };
F47A79870D746EE9002302AB /* GTMScriptRunnerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTMScriptRunnerTest.m; sourceTree = "<group>"; };
- F48FE2410D197F9A009257D2 /* DebugTigerOrLater.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = DebugTigerOrLater.xcconfig; sourceTree = "<group>"; };
F48FE2420D197F9A009257D2 /* DebugUnittest.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = DebugUnittest.xcconfig; sourceTree = "<group>"; };
F48FE2430D197F9A009257D2 /* LoadableBundle.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = LoadableBundle.xcconfig; sourceTree = "<group>"; };
- F48FE2440D197F9A009257D2 /* ReleaseTigerOrLater.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ReleaseTigerOrLater.xcconfig; sourceTree = "<group>"; };
F48FE2450D197F9A009257D2 /* ReleaseUnittest.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = ReleaseUnittest.xcconfig; sourceTree = "<group>"; };
F48FE2460D197F9A009257D2 /* SharedLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = SharedLibrary.xcconfig; sourceTree = "<group>"; };
F48FE2470D197F9A009257D2 /* StaticLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = StaticLibrary.xcconfig; sourceTree = "<group>"; };
@@ -549,11 +544,8 @@
8B5B4ABE15BF31050081A96C /* Debug.xcconfig */,
8B5B4AC015BF31050081A96C /* General.xcconfig */,
8B5B4AC115BF31050081A96C /* GTMMerge.xcconfig */,
- 8B5B4ACA15BF31050081A96C /* LeopardOrLater.xcconfig */,
8B5B4ACC15BF31050081A96C /* MacOSX.xcconfig */,
8B5B4ACD15BF31050081A96C /* Release.xcconfig */,
- 8B5B4ACE15BF31050081A96C /* SnowLeopardOrLater.xcconfig */,
- 8B5B4ACF15BF31050081A96C /* TigerOrLater.xcconfig */,
8B5B4AD015BF31050081A96C /* Unittest.xcconfig */,
);
path = subconfig;
@@ -746,9 +738,7 @@
isa = PBXGroup;
children = (
F4CC9F3F148E5E2500B7D68C /* DebugMacOSX.xcconfig */,
- F48FE2410D197F9A009257D2 /* DebugTigerOrLater.xcconfig */,
F4CC9F40148E5E2500B7D68C /* ReleaseMacOSX.xcconfig */,
- F48FE2440D197F9A009257D2 /* ReleaseTigerOrLater.xcconfig */,
);
path = Project;
sourceTree = "<group>";
diff --git a/XcodeConfig/Project/DebugLeopardOrLater.xcconfig b/XcodeConfig/Project/DebugLeopardOrLater.xcconfig
deleted file mode 100644
index 29bb396..0000000
--- a/XcodeConfig/Project/DebugLeopardOrLater.xcconfig
+++ /dev/null
@@ -1,41 +0,0 @@
-//
-// DebugLeopardOrLater.xcconfig
-//
-// 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
-// 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.
-//
-
-// This file will be going away, please migrate off it. Instead Apple wants
-// you to use the "current" SDK, use DebugMacOSX.xcconfig and set your min
-// supported OS version in your project file.
-
-// Pull in the general settings
-#include "../subconfig/General.xcconfig"
-
-// Leopard or later
-#include "../subconfig/LeopardOrLater.xcconfig"
-
-// Debug settings
-#include "../subconfig/Debug.xcconfig"
-
-// Merge settings
-#include "../subconfig/GTMMerge.xcconfig"
diff --git a/XcodeConfig/Project/DebugSnowLeopardOrLater.xcconfig b/XcodeConfig/Project/DebugSnowLeopardOrLater.xcconfig
deleted file mode 100644
index 8fe6d27..0000000
--- a/XcodeConfig/Project/DebugSnowLeopardOrLater.xcconfig
+++ /dev/null
@@ -1,41 +0,0 @@
-//
-// DebugSnowLeopardOrLater.xcconfig
-//
-// Xcode configuration file for building a Debug configuration of a project
-// on SnowLeopard 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 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 file will be going away, please migrate off it. Instead Apple wants
-// you to use the "current" SDK, use DebugMacOSX.xcconfig and set your min
-// supported OS version in your project file.
-
-// Pull in the general settings
-#include "../subconfig/General.xcconfig"
-
-// SnowLeopard or later
-#include "../subconfig/SnowLeopardOrLater.xcconfig"
-
-// Debug settings
-#include "../subconfig/Debug.xcconfig"
-
-// Merge settings
-#include "../subconfig/GTMMerge.xcconfig"
diff --git a/XcodeConfig/Project/DebugTigerOrLater.xcconfig b/XcodeConfig/Project/DebugTigerOrLater.xcconfig
deleted file mode 100644
index 2e4f4d7..0000000
--- a/XcodeConfig/Project/DebugTigerOrLater.xcconfig
+++ /dev/null
@@ -1,41 +0,0 @@
-//
-// DebugTigerOrLater.xcconfig
-//
-// 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
-// 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.
-//
-
-// This file will be going away, please migrate off it. Instead Apple wants
-// you to use the "current" SDK, use DebugMacOSX.xcconfig and set your min
-// supported OS version in your project file.
-
-// Pull in the general settings
-#include "../subconfig/General.xcconfig"
-
-// Tiger or later
-#include "../subconfig/TigerOrLater.xcconfig"
-
-// Debug settings
-#include "../subconfig/Debug.xcconfig"
-
-// Merge settings
-#include "../subconfig/GTMMerge.xcconfig"
diff --git a/XcodeConfig/Project/ReleaseLeopardOrLater.xcconfig b/XcodeConfig/Project/ReleaseLeopardOrLater.xcconfig
deleted file mode 100644
index 1a62917..0000000
--- a/XcodeConfig/Project/ReleaseLeopardOrLater.xcconfig
+++ /dev/null
@@ -1,41 +0,0 @@
-//
-// ReleaseLeopardOrLater.xcconfig
-//
-// 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
-// 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.
-//
-
-// This file will be going away, please migrate off it. Instead Apple wants
-// you to use the "current" SDK, use ReleaseMacOSX.xcconfig and set your min
-// supported OS version in your project file.
-
-// Pull in the general settings
-#include "../subconfig/General.xcconfig"
-
-// Leopard or later
-#include "../subconfig/LeopardOrLater.xcconfig"
-
-// Release settings
-#include "../subconfig/Release.xcconfig"
-
-// Merge settings
-#include "../subconfig/GTMMerge.xcconfig"
diff --git a/XcodeConfig/Project/ReleaseSnowLeopardOrLater.xcconfig b/XcodeConfig/Project/ReleaseSnowLeopardOrLater.xcconfig
deleted file mode 100644
index f43931f..0000000
--- a/XcodeConfig/Project/ReleaseSnowLeopardOrLater.xcconfig
+++ /dev/null
@@ -1,41 +0,0 @@
-//
-// ReleaseSnowLeopardOrLater.xcconfig
-//
-// Xcode configuration file for building a Release configuration of a project
-// on SnowLeopard 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 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 file will be going away, please migrate off it. Instead Apple wants
-// you to use the "current" SDK, use ReleaseMacOSX.xcconfig and set your min
-// supported OS version in your project file.
-
-// Pull in the general settings
-#include "../subconfig/General.xcconfig"
-
-// SnowLeopard or later
-#include "../subconfig/SnowLeopardOrLater.xcconfig"
-
-// Release settings
-#include "../subconfig/Release.xcconfig"
-
-// Merge settings
-#include "../subconfig/GTMMerge.xcconfig"
diff --git a/XcodeConfig/Project/ReleaseTigerOrLater.xcconfig b/XcodeConfig/Project/ReleaseTigerOrLater.xcconfig
deleted file mode 100644
index 64e1023..0000000
--- a/XcodeConfig/Project/ReleaseTigerOrLater.xcconfig
+++ /dev/null
@@ -1,41 +0,0 @@
-//
-// ReleaseTigerOrLater.xcconfig
-//
-// 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
-// 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.
-//
-
-// This file will be going away, please migrate off it. Instead Apple wants
-// you to use the "current" SDK, use ReleaseMacOSX.xcconfig and set your min
-// supported OS version in your project file.
-
-// Pull in the general settings
-#include "../subconfig/General.xcconfig"
-
-// Tiger or later
-#include "../subconfig/TigerOrLater.xcconfig"
-
-// Release settings
-#include "../subconfig/Release.xcconfig"
-
-// Merge settings
-#include "../subconfig/GTMMerge.xcconfig"
diff --git a/XcodeConfig/subconfig/Debug.xcconfig b/XcodeConfig/subconfig/Debug.xcconfig
index e39340f..aa7c21b 100644
--- a/XcodeConfig/subconfig/Debug.xcconfig
+++ b/XcodeConfig/subconfig/Debug.xcconfig
@@ -43,5 +43,3 @@ GTM_CONFIGURATION_GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1
// Turns on stack protection on debug builds for Leopard and above
GTM_CONFIGURATION_OTHER_CFLAGS = -fstack-protector -fstack-protector-all
-// Stack protection doesn't exist on Tiger
-GTM_CONFIGURATION_OTHER_CFLAGS[sdk=macosx10.4*] =
diff --git a/XcodeConfig/subconfig/General.xcconfig b/XcodeConfig/subconfig/General.xcconfig
index 1ce5390..1517514 100644
--- a/XcodeConfig/subconfig/General.xcconfig
+++ b/XcodeConfig/subconfig/General.xcconfig
@@ -19,31 +19,6 @@
// the License.
//
-// NOTE: as of Xcode 3.1, for iPhone development, the two SDKs you can match are:
-// SDK_NAME iphoneos2.0
-// SDK_NAME iphoneos2.1
-// SDK_NAME iphonesimulator2.0
-// SDK_NAME iphonesimulator2.1
-// for Mac OS developement, the values are:
-// SDK_NAME macosx10.4
-// SDK_NAME macosx10.5
-// SDK_NAME macosx10.6
-
-// Pick up the Xcode default settings for ARCHS. Keep the historical behavior
-// of providing overrides for the older SDKs so existing apps are less likely
-// to break.
-ARCHS[sdk=macosx*] = $(ARCHS_STANDARD_32_64_BIT)
-ARCHS[sdk=macosx10.4*] = i386 ppc
-ARCHS[sdk=macosx10.5*] = i386 x86_64 ppc ppc64
-ARCHS[sdk=macosx10.6*] = i386 x86_64
-
-// Build for arm for iPhone or Intel for the iPhone Simulator
-ARCHS[sdk=iphoneos*] = armv6
-ARCHS[sdk=iphonesimulator*] = i386
-
-// Build only the active architecture on iphone device targets
-ONLY_ACTIVE_ARCH[sdk=iphoneos*] = YES
-
// We want our pngs compressed when they are copied
COMPRESS_PNG_FILES = YES
diff --git a/XcodeConfig/subconfig/LeopardOrLater.xcconfig b/XcodeConfig/subconfig/LeopardOrLater.xcconfig
deleted file mode 100644
index c0f75bc..0000000
--- a/XcodeConfig/subconfig/LeopardOrLater.xcconfig
+++ /dev/null
@@ -1,25 +0,0 @@
-//
-// LeopardOrLater.xcconfig
-//
-// Xcode configuration file for projects targeting 10.5 Leopard or later. These
-// settings produce a Universal binary compatible with 10.5 for PPC and Intel.
-//
-// 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.
-//
-
-// Default SDK and minimum OS version is 10.5
-SDKROOT = ${DEVELOPER_SDK_DIR}/MacOSX10.5.sdk
-MACOSX_DEPLOYMENT_TARGET = 10.5
-GCC_VERSION = 4.0
diff --git a/XcodeConfig/subconfig/SnowLeopardOrLater.xcconfig b/XcodeConfig/subconfig/SnowLeopardOrLater.xcconfig
deleted file mode 100644
index f0a3b50..0000000
--- a/XcodeConfig/subconfig/SnowLeopardOrLater.xcconfig
+++ /dev/null
@@ -1,30 +0,0 @@
-//
-// SnowLeopardOrLater.xcconfig
-//
-// Xcode configuration file for projects targeting 10.6 SnowLeopard or later.
-// These settings produce a Universal binary compatible with 10.6 for
-// PPC and Intel.
-//
-// Copyright 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.
-//
-
-// Default SDK and minimum OS version is 10.6
-SDKROOT = ${DEVELOPER_SDK_DIR}/MacOSX10.6.sdk
-MACOSX_DEPLOYMENT_TARGET = 10.6
-GCC_VERSION = 4.2
-
-// Works around issues with the missing format attribute with gcc 4.2
-// on Snow Leopard.
-GTM_PLATFORM_WARNING_CFLAGS=-Wno-missing-format-attribute
diff --git a/XcodeConfig/subconfig/TigerOrLater.xcconfig b/XcodeConfig/subconfig/TigerOrLater.xcconfig
deleted file mode 100644
index bc0f8f4..0000000
--- a/XcodeConfig/subconfig/TigerOrLater.xcconfig
+++ /dev/null
@@ -1,25 +0,0 @@
-//
-// TigerOrLater.xcconfig
-//
-// Xcode configuration file for projects targeting 10.4 Tiger or later. These
-// settings produce a Universal binary compatible with 10.4 for PPC and Intel.
-//
-// 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.
-//
-
-// Default SDK and minimum OS version is 10.4
-SDKROOT = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk
-MACOSX_DEPLOYMENT_TARGET = 10.4
-GCC_VERSION = 4.0
diff --git a/XcodeConfig/subconfig/iPhone30.xcconfig b/XcodeConfig/subconfig/iPhone30.xcconfig
deleted file mode 100644
index c9d9226..0000000
--- a/XcodeConfig/subconfig/iPhone30.xcconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// iPhone30.xcconfig
-//
-// Xcode configuration file for building a Debug target on iPhone OS 3.0
-//
-// Copyright 2009 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 file will be going away, please migrate off it. Instead Apple wants
-// you to use the "current" SDK, and set your min supported iOS version.
-
-// Set default SDK.
-SDKROOT = iphoneos3.0
diff --git a/XcodeConfig/subconfig/iPhone31.xcconfig b/XcodeConfig/subconfig/iPhone31.xcconfig
deleted file mode 100644
index ab36c10..0000000
--- a/XcodeConfig/subconfig/iPhone31.xcconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// iPhone31.xcconfig
-//
-// Xcode configuration file for building a Debug target on iPhone OS 3.1
-//
-// Copyright 2009 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 file will be going away, please migrate off it. Instead Apple wants
-// you to use the "current" SDK, and set your min supported iOS version.
-
-// Set default SDK.
-SDKROOT = iphoneos3.1
diff --git a/XcodeConfig/subconfig/iPhone312.xcconfig b/XcodeConfig/subconfig/iPhone312.xcconfig
deleted file mode 100644
index d0464e5..0000000
--- a/XcodeConfig/subconfig/iPhone312.xcconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// iPhone312.xcconfig
-//
-// Xcode configuration file for building a Debug target on iPhone OS 3.1.2
-//
-// Copyright 2009 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 file will be going away, please migrate off it. Instead Apple wants
-// you to use the "current" SDK, and set your min supported iOS version.
-
-// Set default SDK.
-SDKROOT = iphoneos3.1.2
diff --git a/XcodeConfig/subconfig/iPhone313.xcconfig b/XcodeConfig/subconfig/iPhone313.xcconfig
deleted file mode 100644
index 3f95341..0000000
--- a/XcodeConfig/subconfig/iPhone313.xcconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// 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.
-
-// This file will be going away, please migrate off it. Instead Apple wants
-// you to use the "current" SDK, and set your min supported iOS version.
-
-// Set default SDK.
-SDKROOT = iphoneos3.1.3
diff --git a/XcodeConfig/subconfig/iPhone32.xcconfig b/XcodeConfig/subconfig/iPhone32.xcconfig
deleted file mode 100644
index 5fc9bcd..0000000
--- a/XcodeConfig/subconfig/iPhone32.xcconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// 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.
-
-// This file will be going away, please migrate off it. Instead Apple wants
-// you to use the "current" SDK, and set your min supported iOS version.
-
-// Set default SDK.
-SDKROOT = iphoneos3.2
diff --git a/XcodeConfig/subconfig/iPhone40.xcconfig b/XcodeConfig/subconfig/iPhone40.xcconfig
deleted file mode 100644
index d6154e1..0000000
--- a/XcodeConfig/subconfig/iPhone40.xcconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// iPhone40.xcconfig
-//
-// Xcode configuration file for building a Debug target on iOS 4.0.
-//
-// 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 file will be going away, please migrate off it. Instead Apple wants
-// you to use the "current" SDK, and set your min supported iOS version.
-
-// Set default SDK.
-SDKROOT = iphoneos4.0
diff --git a/XcodeConfig/subconfig/iPhone41.xcconfig b/XcodeConfig/subconfig/iPhone41.xcconfig
deleted file mode 100644
index 332bcf8..0000000
--- a/XcodeConfig/subconfig/iPhone41.xcconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// iPhone41.xcconfig
-//
-// Xcode configuration file for building a Debug target on iOS 4.0.
-//
-// 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 file will be going away, please migrate off it. Instead Apple wants
-// you to use the "current" SDK, and set your min supported iOS version.
-
-// Set default SDK.
-SDKROOT = iphoneos4.1