[macOS] Set properties for device set list (#5700)
* [macOS] Set properties for device set list * replaced /Users/runner to $HOME * Added comment
This commit is contained in:
@@ -106,3 +106,6 @@ if [ ! -d "/usr/local/bin" ];then
|
|||||||
fi
|
fi
|
||||||
chmod +x $HOME/utils/invoke-tests.sh
|
chmod +x $HOME/utils/invoke-tests.sh
|
||||||
sudo ln -s $HOME/utils/invoke-tests.sh /usr/local/bin/invoke_tests
|
sudo ln -s $HOME/utils/invoke-tests.sh /usr/local/bin/invoke_tests
|
||||||
|
|
||||||
|
# Disable the App Library for fix overloaded cpu
|
||||||
|
plutil -replace SuggestionsAppLibraryEnabled -bool NO $HOME/Library/Developer/CoreSimulator/Devices/device_set.plist
|
||||||
Reference in New Issue
Block a user