When I create a new Playground with Xcode 10.1 it always defaults to ~/Library/Autosave Information/
Is there any way I can change this?
Workaround with symlink
. Close XCode
-> enter in terminal:
mv ~/Library/Autosave\ Information ~/Library/Autosave\ Information\ Old
ln -s "_desired_folder_path_" ~/Library/Autosave\ Information