Skip to content
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.

Commit

Permalink
FIXED: added missing mac deploy files
Browse files Browse the repository at this point in the history
  • Loading branch information
thokon00 committed Feb 26, 2015
1 parent 6c74643 commit c1560e0
Show file tree
Hide file tree
Showing 7 changed files with 1,555 additions and 0 deletions.
Binary file added contrib/macdeploy/DS_Store
Binary file not shown.
674 changes: 674 additions & 0 deletions contrib/macdeploy/LICENSE

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions contrib/macdeploy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### MacDeploy ###

You will need the appscript package for the fancy disk image creation to work:

sudo easy_install appscript

For Snow Leopard (which uses [Python 2.6](http:https://www.python.org/download/releases/2.6/)), you will need the param_parser package:

sudo easy_install argparse

This script should not be run manually, instead, after building as usual:

make deploy

During the process, the disk image window will pop up briefly where the fancy
settings are applied. This is normal, please do not interfere.

When finished, it will produce `Bitcoin-Qt.dmg`.

Binary file added contrib/macdeploy/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added contrib/macdeploy/background.psd
Binary file not shown.
32 changes: 32 additions & 0 deletions contrib/macdeploy/fancy.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http:https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>window_bounds</key>
<array>
<integer>300</integer>
<integer>300</integer>
<integer>800</integer>
<integer>620</integer>
</array>
<key>background_picture</key>
<string>background.png</string>
<key>icon_size</key>
<integer>96</integer>
<key>applications_symlink</key>
<true/>
<key>items_position</key>
<dict>
<key>Applications</key>
<array>
<integer>370</integer>
<integer>156</integer>
</array>
<key>Bitcoin-Qt.app</key>
<array>
<integer>128</integer>
<integer>156</integer>
</array>
</dict>
</dict>
</plist>
Loading

0 comments on commit c1560e0

Please sign in to comment.