mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
31 lines
735 B
XML
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>
|