https://github.com/deszip/simspc
SimSpace, simple utility to emulate lack of disk space in iOS simulator
https://github.com/deszip/simspc
ios testing xcode
Last synced: 9 months ago
JSON representation
SimSpace, simple utility to emulate lack of disk space in iOS simulator
- Host: GitHub
- URL: https://github.com/deszip/simspc
- Owner: deszip
- Created: 2018-10-20T18:40:54.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-10-25T16:47:54.000Z (over 7 years ago)
- Last Synced: 2025-03-17T00:21:11.911Z (about 1 year ago)
- Topics: ios, testing, xcode
- Language: Objective-C
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimSpace
Mounts and unmounts 1 mb disk image inside iOS simulator to emulate low disk space.
To enable for currently booted simulator:
```
simspc -m
```
Disable:
```
simspc -u
```