/core/externals/update-engine/externals/google-toolbox-for-mac/XcodeConfig/Project/DebugiOS.xcconfig
Xcode Config | 37 lines | 4 code | 5 blank | 28 comment | 0 complexity | 206c50bf42e2d64198b736691602dc49 MD5 | raw file
1// 2// DebugiOS.xcconfig 3// 4// Xcode configuration file for building a Debug configuration of a project 5// for iOS. 6// 7// Copyright 2011 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// Pull in the general settings 28#include "../subconfig/General.xcconfig" 29 30// iOS settings. 31#include "../subconfig/iOS.xcconfig" 32 33// Debug settings 34#include "../subconfig/Debug.xcconfig" 35 36// Merge settings 37#include "../subconfig/GTMMerge.xcconfig"