openethereum/mac/Parity Ethereum.app/Contents/Info.plist
Gav Wood 9b1f67b2dd Add mac installer files (#2995)
* Add mac installer files.

* Add shortcut for Applications.

* Rework installer to run under user.

* Fix up script further.

* Add App stub

* Introduce better information.
2016-11-02 17:03:21 +01:00

12 lines
739 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict><key>CFBundlePackageType</key><string>APPL</string><key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
<key>CFBundleName</key> <string>Parity Ethereum</string>
<key>CFBundleExecutable</key> <string>go.sh</string>
<key>CFBundleIdentifier</key> <string>io.parity.ethereum</string>
<key>CFBundleVersion</key> <string>1.4.0</string>
<key>CFBundleGetInfoString</key> <string>Parity 1.4.0</string>
<key>CFBundleShortVersionString</key> <string>1.4.0</string>
</dict></plist>