inseven / builds

GitHub Actions status board for macOS and iOS
MIT License
1 stars 1 forks source link

refactor: Rename `WorkflowIdentifier` to `WorkflowIdentifierEntity` #338

Closed jbmorley closed 4 months ago

jbmorley commented 4 months ago

It seems like the magic intent synthesis doesn't work if the intents (or their structs) are defined outside of the target that uses them. This means, for the time being at least, we're stuck with the duplicate struct in the widget target. This change renames that struct (WorkflowIdentifier) to WorkflowIdentifierEntity to explicitly acknowledge this and makes it a simple wrapper for WorkflowInstance.ID.