Skip to content

Instantly share code, notes, and snippets.

@fitomad
Last active October 4, 2022 11:32
Show Gist options
  • Save fitomad/14e7088ba8cbb24fc8e1e5cc3a6613fa to your computer and use it in GitHub Desktop.
Save fitomad/14e7088ba8cbb24fc8e1e5cc3a6613fa to your computer and use it in GitHub Desktop.
Delete Xcode SwiftUI Previews in a Secure Way
#!/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