1# 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        'Two': {
16        },
17      },
18      'xcode_settings': {
19        'INFOPLIST_FILE': 'Info.plist',
20        'INFOPLIST_PREPROCESS': 'YES',
21        'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'PROCESSED_KEY1="Foo (Bar)"',
22      },
23    },
24  ],
25}
26