/core/externals/update-engine/externals/google-toolbox-for-mac/XcodeConfig/Project/DebugiPhone30.xcconfig
Xcode Config | 41 lines | 4 code | 6 blank | 31 comment | 0 complexity | 33141913d064ec2c876415f2affb6337 MD5 | raw file
1// 2// DebugiPhone30.xcconfig 3// 4// Xcode configuration file for building a Debug configuration of a project 5// for iPhone OS 3.0. 6// 7// Copyright 2009 Google Inc. 8// 9// Licensed under the Apache License, Version 2.0 (the "License"); you may not 10// use this file except in compliance with the License. You may obtain a copy 11// of the License at 12// 13// http://www.apache.org/licenses/LICENSE-2.0 14// 15// Unless required by applicable law or agreed to in writing, software 16// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 17// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 18// License for the specific language governing permissions and limitations under 19// the License. 20 21// 22// This is a _Configuration_ Xcode config file for use in the "Based on" popup 23// of the project configuration editor. Do _not_ use this as the config base 24// and individual Xcode target, there are other configuration files for that 25// purpose. 26 27// This file will be going away, please migrate off it. Instead Apple wants 28// you to use the "current" SDK, use DebugiOS.xcconfig and set your min 29// supported iOS version in your project file. 30 31// Pull in the general settings 32#include "../subconfig/General.xcconfig" 33 34// iPhone settings. 35#include "../subconfig/iPhone30.xcconfig" 36 37// Debug settings 38#include "../subconfig/Debug.xcconfig" 39 40// Merge settings 41#include "../subconfig/GTMMerge.xcconfig"