Last active
October 4, 2022 11:32
-
-
Save fitomad/14e7088ba8cbb24fc8e1e5cc3a6613fa to your computer and use it in GitHub Desktop.
Delete Xcode SwiftUI Previews in a Secure Way
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# Close Xcode, then run this script | |
xcrun simctl --set previews delete all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment