Skip to content

Is there a "runbook" or best-practices doc for releasing Xcode builds using Keygen CLI? #132

Answered by ezekg
czottmann asked this question in Q&A
Discussion options

You must be logged in to vote

In the sidebar of the docs, there's a "distribution" section. Releases, artifacts, and other distribution-related resources, such as packages, are covered there. But to give you a tl;dr: a release has many artifacts.

  1. Typically, you'd distribute the dmg installer and not the uncompressed app bundle.
  2. The arch attribute for artifacts is there for organizational purposes, and is not required, so you could set it to universal or simply leave it blank since it's optional.

Hope that helps? Let me know.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@czottmann
Comment options

Answer selected by czottmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants