https://github.com/hboon/simtool
Import photos to iOS simulator
https://github.com/hboon/simtool
Last synced: 9 months ago
JSON representation
Import photos to iOS simulator
- Host: GitHub
- URL: https://github.com/hboon/simtool
- Owner: hboon
- License: bsd-2-clause
- Created: 2015-02-09T08:03:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T06:00:05.000Z (over 10 years ago)
- Last Synced: 2025-03-26T17:55:04.944Z (9 months ago)
- Language: Ruby
- Homepage: http://hboon.com/ios-simtool/
- Size: 125 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
About
---
As iOS app developers, we'll often find it useful to have many more photos than the few that Apple has supplied along with the iOS simulator. That's what simtool is for.
Usage
---
Run the simulator with the device and iOS version that you want to import to.
Import a single photo at a time,
```
$ simtool add -p ~/Desktop/a-photo.jpg
```
or every photo in a directory:
```
$ simtool add -p ~/Desktop/important-photos
```
Installation
---
`gem install simtool`
Dependencies
---
* [commander](https://github.com/tj/commander)
License
---
BSD
Questions
---
* Email: [hboon@motionobj.com](mailto:hboon@motionobj.com)
* Web: [http://hboon.com/ios-simtool/](http://hboon.com/ios-simtool/)
* Twitter: [http://twitter.com/hboon](http://twitter.com/hboon)