[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:
AlexanderGitin
2022-07-06 14:59:35 +03:00
committed by GitHub
parent a1c2e5e24d
commit 4c876760ca

View File

@@ -106,3 +106,6 @@ if [ ! -d "/usr/local/bin" ];then
fi
chmod +x $HOME/utils/invoke-tests.sh
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