Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hboon/simtool
Import photos to iOS simulator
https://github.com/hboon/simtool
Last synced: 22 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T06:00:05.000Z (over 9 years ago)
- Last Synced: 2024-12-04T13:49:12.206Z (28 days 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
---
BSDQuestions
---
* Email: [[email protected]](mailto:[email protected])
* Web: [http://hboon.com/ios-simtool/](http://hboon.com/ios-simtool/)
* Twitter: [http://twitter.com/hboon](http://twitter.com/hboon)