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.
This commit is contained in:
Gav Wood
2016-11-02 17:03:21 +01:00
committed by GitHub
parent 0e8e2d7245
commit 9b1f67b2dd
4 changed files with 923 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?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>

View File

@@ -0,0 +1,3 @@
#!/bin/bash
open http://127.0.0.1:8080/