epoger@google.com | ea5dfa8 | 2011-07-01 21:01:32 +0000 | [diff] [blame] | 1 | // |
| 2 | // SkiOSSampleApp-Base.xcconfig |
| 3 | // iOSSampleApp |
| 4 | // |
| 5 | // Created by Yang Su on 6/30/11. |
epoger@google.com | fd03db0 | 2011-07-28 14:24:55 +0000 | [diff] [blame] | 6 | // 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.com | ea5dfa8 | 2011-07-01 21:01:32 +0000 | [diff] [blame] | 9 | // |
yangsu@google.com | 2e20c24 | 2011-07-07 19:26:42 +0000 | [diff] [blame] | 10 | ARCHS=armv6 armv7 |
| 11 | IPHONEOS_DEPLOYMENT_TARGET=4.2 |
epoger@google.com | ea5dfa8 | 2011-07-01 21:01:32 +0000 | [diff] [blame] | 12 | SDKROOT=iphoneos |
| 13 | TARGETED_DEVICE_FAMILY=1,2 |
| 14 | |
| 15 | USER_HEADER_SEARCH_PATHS=../../gpu/include/** ../../include/** |
| 16 | CODE_SIGN_IDENTITY=iPhone Developer |
| 17 | |