xulrunner/app/macbuild/Info.plist.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xulrunner/app/macbuild/Info.plist.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
     1.6 +<plist version="1.0">
     1.7 +<dict>
     1.8 +	<key>CFBundleDevelopmentRegion</key>
     1.9 +	<string>English</string>
    1.10 +	<key>CFBundleExecutable</key>
    1.11 +	<string>xulrunner-bin</string>
    1.12 +	<key>CFBundleIdentifier</key>
    1.13 +	<string>org.mozilla.xulrunner</string>
    1.14 +	<key>CFBundleInfoDictionaryVersion</key>
    1.15 +	<string>6.0</string>
    1.16 +	<key>CFBundleName</key>
    1.17 +	<string>XULRunner</string>
    1.18 +	<key>CFBundlePackageType</key>
    1.19 +	<string>FMWK</string>
    1.20 +	<key>CFBundleSignature</key>
    1.21 +	<string>MOZB</string>
    1.22 +	<key>CFBundleVersion</key>
    1.23 +	<string>APP_VERSION</string>
    1.24 +	<key>LSMinimumSystemVersion</key>
    1.25 +	<string>10.5</string>
    1.26 +	<key>LSMinimumSystemVersionByArchitecture</key>
    1.27 +	<dict>
    1.28 +		<key>i386</key>
    1.29 +		<string>10.5.0</string>
    1.30 +		<key>x86_64</key>
    1.31 +		<string>10.6.0</string>
    1.32 +	</dict>
    1.33 +</dict>
    1.34 +</plist>

mercurial