Skip to content

Commit 0e51616

Browse files
committed
fix: correct handling of group register
The full name differs between icloud and group. The short one is same.
1 parent a1bd7f8 commit 0e51616

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sign.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,9 @@ def fastlane_register_app_extras(
365365
"produce",
366366
extra_type,
367367
"--skip_itc",
368-
"--container_identifier",
368+
"-g",
369369
id,
370-
"--container_name",
370+
"-n",
371371
id,
372372
env=my_env,
373373
)

0 commit comments

Comments
 (0)