Skip to content

Commit

Permalink
fix: add definitions in Simctl (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Jan 27, 2025
1 parent 6a19f2c commit 60ee831
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/simctl.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ class Simctl {

getAppearance = uiCommands.getAppearance;
setAppearance = uiCommands.setAppearance;
getIncreaseContrast = uiCommands.getIncreaseContrast;
setIncreaseContrast = uiCommands.setIncreaseContrast;
getContentSize = uiCommands.getContentSize;
setContentSize = uiCommands.setContentSize;

removeApp = uninstallCommands.removeApp;
}
Expand Down

0 comments on commit 60ee831

Please sign in to comment.