smix-cli 1.0.21

smix — AI-native iOS Simulator automation CLI.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# smix std subflow — dismiss the iOS 26 SpringBoard "Open in <app>?"
# dialog when it appears. Idempotent: if the dialog isn't visible, this
# subflow is a no-op (thanks to `when.visible`).
#
# Consume as:
#   - runFlow: std/dismiss-open-in.yaml
appId: com.apple.springboard
---
- runFlow:
    when:
      visible:
        text: "Open in"
    commands:
      - tapOn: Cancel