Skip to content

Commit 2d8466a

Browse files
committed
Update for 6.4.0
1 parent 14e49b4 commit 2d8466a

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

GNUmakefile

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,16 @@ app-upload: dist/SLIP39-$(VERSION).app.zip
8282
# dist/SLIP39-$(VERSION).pkg: dist/SLIP39.app FORCE
8383
# pkgbuild --install-location /Applications --component $< $@
8484

85-
#--identifier $(BUNDLEID)
86-
85+
#--identifier $(BUNDLEID)
86+
# codesign -vvvv -R="anchor apple" $</Contents/MacOS/Python \
87+
# || codesign --deep --force --options=runtime --timestamp \
88+
# --entitlements ./SLIP39.metadata/entitlements.plist \
89+
# --sign "$(DEVID)" \
90+
# $< \
91+
# && codesign -vvvv -R="anchor apple" $</Contents/MacOS/Python
92+
# codesign -vvvv -R="anchor apple" $</Contents/MacOS/Python
93+
94+
# doesn't work... code is not signed by an apple-anchored Dev. ID
8795
dist/SLIP39-$(VERSION).pkg: dist/SLIP39.app FORCE
8896
productbuild --sign "$(PKGID)" --timestamp \
8997
--identifier "$(BUNDLEID).pkg" \

SLIP39.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ app = BUNDLE(coll,
5050
name='SLIP39.app',
5151
icon='images/SLIP39.icns',
5252
bundle_identifier='ca.kundert.perry.SLIP39',
53-
version='6.3.1',
53+
version='6.4.0',
5454
info_plist={
55-
'CFBundleVersion':'6.3.1',
55+
'CFBundleVersion':'6.4.0',
5656
'LSApplicationCategoryType':'public.app-category.utilities',
5757
'LSMinimumSystemVersion':'10.15.0',
5858
})

0 commit comments

Comments
 (0)