Skip to content

Shell Scripts to extract and restore all the images in an Asset Catalog folder (.xcassets)

License

Notifications You must be signed in to change notification settings

SandroMachado/xcassetsutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xcassetsutils

Shell Scripts to extract and restore all the images in an Asset Catalog folder (.xcassets)

This is a simple script that can be used to extract all the images from an Asset Catalog folder (.xcassets) to ./output folder, to use:

./extractImages.sh < path to the directory where the *.xcassets is placed >

This is a simple script that can be used to restore all the images extracted previously (in output folder) from an Asset Catalog folder (.xcassets), to use:

./restoreImages.sh < path to the directory where the *.xcassets is placed and the output folder >

Attention: Doesn't work if you have two files with the same name in .xcassets folder

About

Shell Scripts to extract and restore all the images in an Asset Catalog folder (.xcassets)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages