Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fixes for 1.4 (#3260)
Browse files Browse the repository at this point in the history
* Fix --geth

* Fix mac installer.

* Fix up installer.

* Additional tweaks.

* Fix for empty APIs

* Another case of empty apis
  • Loading branch information
gavofyork authored and arkpar committed Nov 8, 2016
1 parent 2da4368 commit 2cb6bf3
Show file tree
Hide file tree
Showing 6 changed files with 771 additions and 3 deletions.
56 changes: 55 additions & 1 deletion mac/Parity.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,22 @@
<key>UID</key>
<integer>0</integer>
</dict>
<dict>
<key>CHILDREN</key>
<array/>
<key>GID</key>
<integer>0</integer>
<key>PATH</key>
<string>uninstall-parity.sh</string>
<key>PATH_TYPE</key>
<integer>3</integer>
<key>PERMISSIONS</key>
<integer>493</integer>
<key>TYPE</key>
<integer>3</integer>
<key>UID</key>
<integer>0</integer>
</dict>
</array>
<key>GID</key>
<integer>0</integer>
Expand Down Expand Up @@ -562,7 +578,7 @@
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>VERSION</key>
<string>1.4</string>
<string>1.5.0</string>
</dict>
<key>UUID</key>
<string>2DCD5B81-7BAF-4DA1-9251-6274B089FD36</string>
Expand Down Expand Up @@ -653,6 +669,44 @@
<key>LOCALIZATIONS</key>
<array/>
</dict>
<key>LICENSE</key>
<dict>
<key>KEYWORDS</key>
<dict/>
<key>LOCALIZATIONS</key>
<array>
<dict>
<key>LANGUAGE</key>
<string>English</string>
<key>VALUE</key>
<dict>
<key>PATH</key>
<string>install-licence.txt</string>
<key>PATH_TYPE</key>
<integer>3</integer>
</dict>
</dict>
</array>
<key>MODE</key>
<integer>0</integer>
</dict>
<key>README</key>
<dict>
<key>LOCALIZATIONS</key>
<array>
<dict>
<key>LANGUAGE</key>
<string>English</string>
<key>VALUE</key>
<dict>
<key>PATH</key>
<string>install-readme.txt</string>
<key>PATH_TYPE</key>
<integer>3</integer>
</dict>
</dict>
</array>
</dict>
<key>TITLE</key>
<dict>
<key>LOCALIZATIONS</key>
Expand Down
Loading

0 comments on commit 2cb6bf3

Please sign in to comment.