Skip to content

Commit a96ef17

Browse files
authored
Merge branch 'main' into custom-workflows
2 parents f078231 + f7b07ab commit a96ef17

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+154
-59
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions

docs/TOOLS-CLI.md

Lines changed: 1 addition & 1 deletion

docs/TOOLS.md

Lines changed: 1 addition & 1 deletion

manifests/tools/boot_sim.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ names:
66
description: Boot iOS simulator for manual/non-build flows. Not required before simulator build-and-run (build_run_sim).
77
annotations:
88
title: Boot Simulator
9-
destructiveHint: true
9+
destructiveHint: false
1010
nextSteps:
1111
- label: Open the Simulator app (makes it visible)
1212
toolId: open_sim

manifests/tools/build_device.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ predicates:
88
- hideWhenXcodeAgentMode
99
annotations:
1010
title: Build Device
11-
destructiveHint: true
11+
destructiveHint: false

manifests/tools/build_macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ predicates:
88
- hideWhenXcodeAgentMode
99
annotations:
1010
title: Build macOS
11-
destructiveHint: true
11+
destructiveHint: false

manifests/tools/build_run_macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ predicates:
88
- hideWhenXcodeAgentMode
99
annotations:
1010
title: Build Run macOS
11-
destructiveHint: true
11+
destructiveHint: false

manifests/tools/build_run_sim.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ predicates:
88
- hideWhenXcodeAgentMode
99
annotations:
1010
title: Build Run Simulator
11-
destructiveHint: true
11+
destructiveHint: false
1212
nextSteps:
1313
- label: Capture structured logs (app continues running)
1414
toolId: start_sim_log_cap

manifests/tools/build_sim.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ predicates:
88
- hideWhenXcodeAgentMode
99
annotations:
1010
title: Build Simulator
11-
destructiveHint: true
11+
destructiveHint: false

manifests/tools/button.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ names:
66
description: Press simulator hardware button.
77
annotations:
88
title: Hardware Button
9-
destructiveHint: true
9+
destructiveHint: false

0 commit comments

Comments
 (0)