blob: 4dcb24038122cc831a1e7c23c7f2c6deff2179c7 [file] [log] [blame]
tkchin@webrtc.orgacca6752014-05-30 22:26:06 +00001<?xml version="1.0" encoding="UTF-8"?>
2
3<!DOCTYPE plist PUBLIC "-//Apple/DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4<plist version="1.0">
5<dict>
6 <key>CFBundleDevelopmentRegion</key>
7 <string>en</string>
8 <key>CFBundleDisplayName</key>
9 <string>${PRODUCT_NAME}</string>
10 <key>CFBundleExecutable</key>
11 <string>${EXECUTABLE_NAME}</string>
12 <key>CFBundleIdentifier</key>
13 <string>com.Google.${PRODUCT_NAME:rfc1034identifier}</string>
14 <key>CFBundleInfoDictionaryVersion</key>
15 <string>6.0</string>
16 <key>CFBundleName</key>
17 <string>${PRODUCT_NAME}</string>
18 <key>CFBundlePackageType</key>
19 <string>APPL</string>
20 <key>CFBundleShortVersionString</key>
21 <string>1.0</string>
22 <key>CFBundleVersion</key>
23 <string>1.0</string>
24 <key>LSMinimumSystemVersion</key>
25 <string>${MACOSX_DEPLOYMENT_TARGET}</string>
26 <key>NSPrincipalClass</key>
27 <string>NSApplication</string>
28</dict>
29</plist>