Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
michael@0 | 2 | <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
michael@0 | 3 | <plist version="1.0"> |
michael@0 | 4 | <dict> |
michael@0 | 5 | <key>CFBundleDevelopmentRegion</key> |
michael@0 | 6 | <string>English</string> |
michael@0 | 7 | <key>CFBundleExecutable</key> |
michael@0 | 8 | <string>xulrunner-bin</string> |
michael@0 | 9 | <key>CFBundleIdentifier</key> |
michael@0 | 10 | <string>org.mozilla.xulrunner</string> |
michael@0 | 11 | <key>CFBundleInfoDictionaryVersion</key> |
michael@0 | 12 | <string>6.0</string> |
michael@0 | 13 | <key>CFBundleName</key> |
michael@0 | 14 | <string>XULRunner</string> |
michael@0 | 15 | <key>CFBundlePackageType</key> |
michael@0 | 16 | <string>FMWK</string> |
michael@0 | 17 | <key>CFBundleSignature</key> |
michael@0 | 18 | <string>MOZB</string> |
michael@0 | 19 | <key>CFBundleVersion</key> |
michael@0 | 20 | <string>APP_VERSION</string> |
michael@0 | 21 | <key>LSMinimumSystemVersion</key> |
michael@0 | 22 | <string>10.5</string> |
michael@0 | 23 | <key>LSMinimumSystemVersionByArchitecture</key> |
michael@0 | 24 | <dict> |
michael@0 | 25 | <key>i386</key> |
michael@0 | 26 | <string>10.5.0</string> |
michael@0 | 27 | <key>x86_64</key> |
michael@0 | 28 | <string>10.6.0</string> |
michael@0 | 29 | </dict> |
michael@0 | 30 | </dict> |
michael@0 | 31 | </plist> |