Skip to content

Commit

Permalink
fix: appropriately translate com.apple.SpringBoard and system prompts (
Browse files Browse the repository at this point in the history
  • Loading branch information
mwakizaka authored Sep 23, 2023
1 parent 09f39f5 commit edde636
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/simulator-xcode-9.js
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,11 @@ class SimulatorXcode9 extends SimulatorXcode8 {
])));
}

// In order to translate com.apple.SpringBoard, system prompts for push notification and system prompts for location
await B.all(['com.apple.SpringBoard', 'com.apple.locationd'].map((arg) => this.simctl.spawnProcess([
'launchctl', 'stop', arg
])));

return true;
}
}
Expand Down

0 comments on commit edde636

Please sign in to comment.