Open barbosa opened 4 years ago
Check the possibility of having a xcassets folder as argument (-x) and creating a new iconset.
xcassets
-x
iconset
import shutil shutil.copytree("AppIcon.appiconset", "AppIconBeta.appiconset")
Check the possibility of having a
xcassets
folder as argument (-x
) and creating a newiconset
.