mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-26 02:15:54 +03:00
[GH-ISSUE #418] option to use developer account signing profile without username & password #104
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DetachHead on GitHub (Apr 7, 2024).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/418
according to the FAQ, using a developer account will sometimes trigger 2FA prompts:
this isn't ideal for my use case, as i want to allow users to sign apps who do not have access to my developer account, and i don't want to have to manually give them 2FA codes when requested. i also don't want to use the
.mobileprovisionmethod since it either won't have all entitlements or needs to be created for each app individually.the codemagic CLI tools allow you to log in with an app store connect key identifier, issuer ID and private key, which bypasses 2fa, and it handles the creation of the mobileprovisions, certificates, etc. it would be nice if signtools could do the same thing
@DetachHead commented on GitHub (Apr 7, 2024):
looks like this is blocked by https://github.com/fastlane/fastlane/issues/18157