aboutsummaryrefslogtreecommitdiff
path: root/XcodeConfig
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 /XcodeConfig
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.
Diffstat (limited to 'XcodeConfig')
-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
18 files changed, 0 insertions, 521 deletions
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