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:
11
mac/Parity Ethereum.app/Contents/Info.plist
Normal file
11
mac/Parity Ethereum.app/Contents/Info.plist
Normal 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>
|
||||
3
mac/Parity Ethereum.app/Contents/MacOS/go.sh
Executable file
3
mac/Parity Ethereum.app/Contents/MacOS/go.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
open http://127.0.0.1:8080/
|
||||
Reference in New Issue
Block a user