From 42124b3691197c3c4f52f069775fa0390a8ff942 Mon Sep 17 00:00:00 2001 From: dmaclach Date: Fri, 7 Oct 2016 12:10:23 -0400 Subject: First cut at pruning things/updating things. Remove a bunch of code that Google stopped using/maintaining rather than trying to update it it. Some would be hard to update, some actually has system provided replacements; others are patterns that just don't seem as common now. Prune out the code related to macOS <= 10.5, start pruning some of the really old iOS support also. Get the projects mostly limping again with modern Xcodes so tests can be run. If someone ends up on this commit via history for something they still find as useful, feel free to do a pull request to bring the snippet of code back to life and update it for current SDKs. --- XcodeConfig/Project/ReleaseiPhone312.xcconfig | 41 --------------------------- 1 file changed, 41 deletions(-) delete mode 100644 XcodeConfig/Project/ReleaseiPhone312.xcconfig (limited to 'XcodeConfig/Project/ReleaseiPhone312.xcconfig') diff --git a/XcodeConfig/Project/ReleaseiPhone312.xcconfig b/XcodeConfig/Project/ReleaseiPhone312.xcconfig deleted file mode 100644 index 65c42b1..0000000 --- a/XcodeConfig/Project/ReleaseiPhone312.xcconfig +++ /dev/null @@ -1,41 +0,0 @@ -// -// ReleaseiPhone312.xcconfig -// -// Xcode configuration file for building a Release configuration of a project -// for 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 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. - -// This file will be going away, please migrate off it. Instead Apple wants -// you to use the "current" SDK, use ReleaseiOS.xcconfig and set your min -// supported iOS version in your project file. - -// Pull in the general settings -#include "../subconfig/General.xcconfig" - -// iPhone settings. -#include "../subconfig/iPhone312.xcconfig" - -// Release settings -#include "../subconfig/Release.xcconfig" - -// Merge settings -#include "../subconfig/GTMMerge.xcconfig" -- cgit v1.2.3