Skip to content

Commit 5b41ec4

Browse files
committed
Include data required to output paper wallets
o Update README and macOS App documtation
1 parent f27477e commit 5b41ec4

27 files changed

+873
-368
lines changed

GNUmakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ install-dev:
115115
$(PY3) -m pip install --upgrade -r requirements-dev.txt
116116

117117
install: dist/slip39-$(VERSION)-py3-none-any.whl FORCE
118-
$(PY3) -m pip install --force-reinstall $<[gui,serial,json]
118+
$(PY3) -m pip install --force-reinstall $<[gui,dev,serial,wallet]
119119

120120
# Building / Signing / Notarizing and Uploading the macOS App
121121
# o TODO: no signed and notarized package yet accepted for upload by macOS App Store
@@ -531,8 +531,8 @@ images/SLIP39.iconset: images/SLIP39.png
531531
#
532532
# Pypi pip packaging
533533
#
534-
# Support uploading a new version of slip32 to pypi. Must:
535-
# o advance __version__ number in slip32/version.py
534+
# Support uploading a new version of slip39 to pypi. Must:
535+
# o advance __version__ number in slip39/version.py
536536
# o log in to your pypi account (ie. for package maintainer only)
537537
#
538538
upload-check:

README.org

Lines changed: 235 additions & 155 deletions
Large diffs are not rendered by default.

README.pdf

300 KB
Binary file not shown.

README.txt

Lines changed: 212 additions & 146 deletions
Large diffs are not rendered by default.

SLIP39.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ coll = COLLECT(exe,
4949
app = BUNDLE(coll,
5050
name='SLIP39.app',
5151
icon='images/SLIP39.icns',
52-
version='6.7.2',
52+
version='7.0.0',
5353
info_plist={
54-
'CFBundleVersion':'6.7.2',
54+
'CFBundleVersion':'7.0.0',
5555
'CFBundlePackageType':'APPL',
5656
'LSApplicationCategoryType':'public.app-category.finance',
5757
'LSMinimumSystemVersion':'10.15.0',

images/BTC.svg

Lines changed: 50 additions & 5 deletions
Loading

images/DOGE.svg

Lines changed: 53 additions & 1 deletion
Loading

images/ETH.svg

Lines changed: 81 additions & 1 deletion
Loading

images/LTC.svg

Lines changed: 71 additions & 1 deletion
Loading

images/SLIP39 - Screen Shot 1.png

-1.74 MB
Binary file not shown.

0 commit comments

Comments
 (0)