blob: e2ce01f4142ec1622e9891bf77f636cf22c9f295 [file] [log] [blame]
epoger@google.comea5dfa82011-07-01 21:01:32 +00001//
2// SkiOSSampleApp-Base.xcconfig
3// iOSSampleApp
4//
5// Created by Yang Su on 6/30/11.
epoger@google.comfd03db02011-07-28 14:24:55 +00006// Copyright 2011 Google Inc.
7// Use of this source code is governed by a BSD-style license that can be
8// found in the LICENSE file.
epoger@google.comea5dfa82011-07-01 21:01:32 +00009//
yangsu@google.com2e20c242011-07-07 19:26:42 +000010GCC_PREFIX_HEADER=iOSSampleApp_Prefix.pch
epoger@google.comea5dfa82011-07-01 21:01:32 +000011
yangsu@google.com2e20c242011-07-07 19:26:42 +000012ARCHS=armv6 armv7
13IPHONEOS_DEPLOYMENT_TARGET=4.2
epoger@google.comea5dfa82011-07-01 21:01:32 +000014SDKROOT=iphoneos
15TARGETED_DEVICE_FAMILY=1,2
16
17USER_HEADER_SEARCH_PATHS=../../gpu/include/** ../../include/**
18CODE_SIGN_IDENTITY=iPhone Developer
19