1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5	<key>CFBundleDevelopmentRegion</key>
6	<string>English</string>
7	<key>CFBundleExecutable</key>
8	<string>%PROGRAM%</string>
9	<key>CFBundleIdentifier</key>
10	<string>org.mozilla.plugincontainer</string>
11	<key>CFBundleInfoDictionaryVersion</key>
12	<string>6.0</string>
13	<key>CFBundlePackageType</key>
14	<string>APPL</string>
15	<key>CFBundleSignature</key>
16	<string>????</string>
17	<key>CFBundleVersion</key>
18	<string>1.0</string>
19	<key>LSMinimumSystemVersion</key>
20	<string>10.5</string>
21	<key>LSMinimumSystemVersionByArchitecture</key>
22	<dict>
23		<key>i386</key>
24		<string>10.5.0</string>
25		<key>x86_64</key>
26		<string>10.6.0</string>
27	</dict>
28	<key>LSUIElement</key>
29	<string>1</string>
30	<key>NSSupportsAutomaticGraphicsSwitching</key>
31	<true/>
32	<key>NSHighResolutionCapable</key>
33	<true/>
34        <key>MozillaDeveloperRepoPath</key>
35        <string>%MOZ_DEVELOPER_REPO_PATH%</string>
36        <key>MozillaDeveloperObjPath</key>
37        <string>%MOZ_DEVELOPER_OBJ_PATH%</string>
38</dict>
39</plist>
40