blob: bc625a968be756ed9e162889211e30ee15fed09a [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001# Copyright (c) 2011 Google Inc. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4{
5 'targets': [
6 {
7 'target_name': 'test_app',
8 'product_name': 'Test',
9 'type': 'executable',
10 'mac_bundle': 1,
11 'sources': [
12 'main.c',
13 ],
14 'configurations': {
15 'One': {
16 },
17 },
18 'xcode_settings': {
19 'INFOPLIST_FILE': 'Info.plist',
20 'INFOPLIST_PREPROCESS': 'YES',
21 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'PROCESSED_KEY1=Foo PROCESSED_KEY2=Bar',
22 },
23 },
24 ],
25}