-
Hi, I want to use Keygen to handle my app releases (macOS 13+, Xcode 15+). While I have already implemented license creation and validation without any issues to speak of, I'm currently scratching my head looking at Keygen CLI and the available docs. Maybe I'm missing something but I can't seem to find a higher-level document describing the relationships, e.g. between a release and artifact. What I have found is the Keygen CLI, but it's documentation feels kinda "how to draw an owl" to me. 😅 So I'm kinda stuck at the moment. For example, what's the right type of artifact in this whole process? The
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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.
Hope that helps? Let me know. |
Beta Was this translation helpful? Give feedback.
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.
dmg
installer and not the uncompressed app bundle.arch
attribute for artifacts is there for organizational purposes, and is not required, so you could set it touniversal
or simply leave it blank since it's optional.Hope that helps? Let me know.