Skip to content

Commit 0f7e0f3

Browse files
committed
reference TEAMID variable
1 parent 19a5edf commit 0f7e0f3

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

GNUmakefile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ dist/SLIP39-signed.pkg: dist/SLIP39.pkg FORCE
151151
dist/SLIP39.pkg.notarization: dist/SLIP39.pkg
152152
jq -r '.["notarization-upload"]["RequestUUID"]' $@ 2>/dev/null \
153153
|| xcrun altool --notarize-app -f $< \
154-
--team-id ZD8TVTCXDS \
154+
--team-id $(TEAMID) \
155155
--primary-bundle-id ca.kundert.perry.SLIP39 \
156156
--apiKey $(APIKEY) --apiIssuer $(APIISSUER) \
157157
--output-format json \
@@ -166,7 +166,7 @@ dist/SLIP39.pkg.notarization-status: dist/SLIP39.pkg.notarization FORCE
166166
dist/SLIP39.zip.notarization: dist/SLIP39.zip
167167
jq -r '.["notarization-upload"]["RequestUUID"]' $@ 2>/dev/null \
168168
|| xcrun altool --notarize-app -f $< \
169-
--team-id ZD8TVTCXDS \
169+
--team-id $(TEAMID) \
170170
--primary-bundle-id ca.kundert.perry.SLIP39 \
171171
--apiKey $(APIKEY) --apiIssuer $(APIISSUER) \
172172
--output-format json \
@@ -194,13 +194,6 @@ dist/SLIP39.zip: dist/SLIP39.app
194194
/usr/bin/ditto -c -k --keepParent "$<" "$@"
195195
@ls -last dist
196196

197-
# Submit the macOS App Zip for notarization
198-
# o Must first set up an app-specific password at appleid.apple.com/account/manage
199-
# o This will produce a UUID; produces the same log of errors as the pkg flow, above...
200-
# - For each binary/library: "The binary is not signed with a valid Developer ID certificate."
201-
dist/SLIP39.zip-submit: dist/SLIP39.zip
202-
xcrun notarytool submit $< --wait --apple-id [email protected] --team-id ZD8TVTCXDS --password efzr-sigp-muun-oowc
203-
xcrun notarytool log 0bcc1c61-f5bb-4131-b412-557c3c027e9b --apple-id [email protected] --team-id ZD8TVTCXDS --password efzr-sigp-muun-oowc
204197

205198
#
206199
# The macOS gui APP

0 commit comments

Comments
 (0)