simulator_photo_import makes it easy to populate the Photo Library in the iPhone Simulator for testing, etc.
- Set
TSQImageImportPath
insimulator_photo_import-Info.plist
to the path where your test images are. (e.g.,/Users/<myusername>/Pictures/iPhoto Library/Masters
) - Set
TSQTraverseSubdirectories
insimulator_photo_import-Info.plist
. When set toYES
any.png
or.jpg
image in any subdirectory ofTSQImageImportPath
will be added to the Photo Library. When set toNO
, only files at the top level ofTSQImageImportPath
are added. - Run in the Simulator.
- Press the 'Start' button.
Special thanks to the very fine folks at Everyme for giving me the idea and letting me work on it in their office.