aboutsummaryrefslogtreecommitdiff
path: root/XcodeConfig/subconfig
diff options
context:
space:
mode:
Diffstat (limited to 'XcodeConfig/subconfig')
-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
12 files changed, 0 insertions, 275 deletions
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