bsmedberg%covad.net c85a8342dc Bug 304160 - Build XULRunner bundle as an installer.pkg which installs the framework r=mento+chase
git-svn-id: svn://10.0.0.236/trunk@178613 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-22 17:39:28 +00:00

31 lines
735 B
XML

<?xml version="1.0" encoding="UTF-8"?>
#filter substitution
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
<string>org.mozilla.xulrunner</string>
<key>CFBundleName</key>
<string>Mozilla XULRunner</string>
<key>CFBundleShortVersionString</key>
<string>@MOZ_APP_VERSION@</string>
<key>IFPkgFlagAuthorizationAction</key>
<string>RootAuthorization</string>
<key>IFPkgFlagDefaultLocation</key>
<string>/Library/Frameworks</string>
<key>IFPkgFlagFollowLinks</key>
<true/>
<key>IFPkgFormatVersion</key>
<real>0.10000000149011612</real>
</dict>
</plist>