- Notifications
You must be signed in to change notification settings - Fork 0
Closed
Milestone
Description
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
Labels
No labels