Sign in
dart
/
recipes.git
/
8d7a1c96baf8aa380994d86b953db464f02cccd5
/
.
/
recipes
/
release
/
sign-mac.resources
/
notarize.sh
blob: b23f8990d2f22196c209bf97ecc52a75bce263d1 [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
password
=
$
(
cat
"$1"
)
apple_id
=
$
(
cat
"$2"
)
team_id
=
$
(
cat
"$3"
)
shift
3
exec
"$@"
--
password
"$password"
--
apple
-
id
"$apple_id"
--
team
-
id
"$team_id"