Skip to content

_⚠️ Potential issue_ Align type input docs with supported values (include macos). #21

@leogdion

Description

@leogdion

⚠️ Potential issue

Align type input docs with supported values (include macos).

Docs list omits “macos” though the workflow supports it and maps SDK/PLATFORM.

- type: - description: 'Build type for Apple platforms (ios, watchos, visionos, tvos)' + type: + description: 'Build type for Apple platforms (ios, watchos, visionos, tvos, macos)'
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

 # Apple platform type for simulator/device testing # Valid values: 'ios', 'watchos', 'visionos', 'tvos', 'macos' # Omit this parameter for cross-platform SPM builds # Required when using deviceName/osVersion parameters type: description: 'Build type for Apple platforms (ios, watchos, visionos, tvos, macos)' required: false 
🤖 Prompt for AI Agents
In action.yml around lines 43 to 49, the description for the Apple platform "type" input omits "macos" even though the workflow supports it; update the description to include "macos" (e.g., list ios, watchos, visionos, tvos, macos) so docs match supported values and mapping to SDK/PLATFORM. 

Originally posted by @coderabbitai[bot] in #20 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions