Last active
January 8, 2020 13:41
-
-
Save gatamar/17b37f3e9080c476257ac5e91847426d to your computer and use it in GitHub Desktop.
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
hdiutil create -size 10m -fs HFS+ /tmp/app-storage-test.dmg | |
hdiutil attach /tmp/app-storage-test.dmg -mountpoint /Users/olia/Library/Developer/CoreSimulator/Devices/24CDF2E0-CA88-4D43-B4DD-18F511802259/data/Containers/Data/PluginKitPlugin/E64CEF54-177B-4D7D-910B-2F0946FE449B/tmp/sessions | |
diskutil list | |
hdiutil detach disk2s1 | |
diskutil eraseDisk HFS+ untitled /dev/disk2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment