Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created January 9, 2014 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh360/c9f378b82e510af73890 to your computer and use it in GitHub Desktop.
Save saurabh360/c9f378b82e510af73890 to your computer and use it in GitHub Desktop.
nischals-Mac-mini:~ nischal$ plutil -convert xmll /Users/nischal/Projects/iPhoneSingel/iPhoneSingel/bin/iPhone/Debug/iPhoneSingel.xcent -o iPhoneSingel.xml
Unknown format specifier: xmll
plutil: [command_option] [other_options] file...
The file '-' means stdin
Command options are (-lint is the default):
-help show this message and exit
-lint check the property list files for syntax errors
-convert fmt rewrite property list files in format
fmt is one of: xml1 binary1 json
There are some additional optional arguments:
-s be silent on success
-o path specify alternate file path name for result;
the -o option is used with -convert, and is only
useful with one file argument (last file overwrites);
the path '-' means stdout
-e extension specify alternate extension for converted files
-r if writing JSON, output in human-readable form
-- specifies that all further arguments are file names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment