Mac

How to convert pvr.czz file to PNG ?

Download TexturePacker Install and it does support command line tools. To convert single pvr.czz file to PNG in console, here is the way. [code lang="bash"] TexturePacker filename.pvr.ccz –sheet filename.png –data dummy.plist –algorithm Basic –allow-free-size –no-trim [/code] To convert mass pvr.czz file to PNG in console, here is the way. [code lang="bash"] find -name *.pvr.czz |

How to convert pvr.czz file to PNG ? Read More »

invalid object in plist for destination format

Error: invalid object in plist for destination format When you convert the .plist file to json, you could see this problem plutil -convert json -e json ./filename.plist ./filename.plist: invalid object in plist for destination format Solution Remove the key and date using any editor, then re convert again. <key>some text</key> <date>2013-06-20T15:31:58Z</date> Note: github.com

invalid object in plist for destination format Read More »

checking for Tcl configuration… configure: error: Can’t find Tcl configuration definitions

sh-3.2# port selfupdate —> Updating MacPorts base sources using rsync MacPorts base version 2.1.3 installed, MacPorts base version 2.2.1 downloaded. —> Updating the ports tree —> MacPorts base is outdated, installing new version 2.2.1 Installing new MacPorts release in /opt/local as root:admin; permissions 0755; Tcl-Package in /Library/Tcl Error: /opt/local/bin/port: port selfupdate failed: Error installing new

checking for Tcl configuration… configure: error: Can’t find Tcl configuration definitions Read More »