summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/xcode-env-order/Info.plist
blob: e11f21e52d13c42cc0002282493e31dbf90fd2a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>${EXECUTABLE_NAME}</string>
	<key>CFBundleIconFile</key>
	<string></string>
	<key>CFBundleIdentifier</key>
	<string>com.google.${PRODUCT_NAME}</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>${PRODUCT_NAME}</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>1.0</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1</string>
	<key>LSMinimumSystemVersion</key>
	<string>${MACOSX_DEPLOYMENT_TARGET}</string>
	<key>NSMainNibFile</key>
	<string>MainMenu</string>
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>

	<key>BraceProcessedKey1</key>
	<string>${BRACE_DEPENDENT_KEY1}</string>
	<key>BraceProcessedKey2</key>
	<string>${BRACE_DEPENDENT_KEY2}</string>
	<key>BraceProcessedKey3</key>
	<string>${BRACE_DEPENDENT_KEY3}</string>

	<key>ParenProcessedKey1</key>
	<string>${PAREN_DEPENDENT_KEY1}</string>
	<key>ParenProcessedKey2</key>
	<string>${PAREN_DEPENDENT_KEY2}</string>
	<key>ParenProcessedKey3</key>
	<string>${PAREN_DEPENDENT_KEY3}</string>

	<key>BareProcessedKey1</key>
	<string>${BARE_DEPENDENT_KEY1}</string>
	<key>BareProcessedKey2</key>
	<string>${BARE_DEPENDENT_KEY2}</string>
	<key>BareProcessedKey3</key>
	<string>${BARE_DEPENDENT_KEY3}</string>

	<key>MixedProcessedKey</key>
	<string>${MIXED_DEPENDENT_KEY}</string>
</dict>
</plist>