Generate all types of icons based on a 1024 icon and create the Contents. json file. The command line is supported.
The main reason is that I have to save N types of icons every time I use Phtosohop. I am bored and have not found any suitable tools on the Internet. So I wrote one myself, but I think there must be such a tool, but I couldn't find it. Okay, I just made the wheel again.
The focus is on Xcode5, which can be used in earlier versions, but is not so automated and useful.
GitHub: https://github.com/conis/ios-icon
========================================================== ======================================
Another Automatic Generation Tool and entity operation class of sqlite pu entities are useful.
Peaksqlite-entity-maker:
The Entity Generator Used for the PeakSqlite project must be used with the PeakSqlite project. The data entity code can be automatically generated based on the SQL statement for table creation to simplify Sqlite operations.
GitHub: https://github.com/conis/peaksqlite-entity-maker
PeakSqlite:
Adds a layer to FMDB to encapsulate the add, delete, modify, and query operations commonly used by Sqlite, mainly for single table operations. The project contains a simple TODO example, including adding, deleting, modifying, and querying sqlite.
GitHub: https://github.com/conis/PeakSqlite