File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff 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
8795dist/SLIP39-$(VERSION ) .pkg : dist/SLIP39.app FORCE
8896 productbuild --sign " $( PKGID) " --timestamp \
8997 --identifier " $( BUNDLEID) .pkg" \
Original file line number Diff line number Diff 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 })
You can’t perform that action at this time.
0 commit comments