PList Compiler is a property list compiler for XCode. It lets you build localized and non-localized plist files from plc and ploc source files. It is a script that you execute as a Shell Script Build Phase within your XCode project and which takes care of generating automatically the property list files for your packaged applications, bundles, frameworks, plugins, etc. Among all its features:
- supports many different encodings (including utf-8 and utf-16)
- supports many predefined variables (YEAR, DATE, OUTPUT_FILENAME, etc.)
- supports all the XCode internal variables
- supports conditional preprocessor macros, defines and includes
- supports localized strings files
- comes with a detailed help file
What's new in this version:
Version 0.5 implements three new features and fixes a few bugs:
- new -prefix option (RFE 1461559)
- new -o option (Patch 1474228)
- new escape_entities pragma to control conversion to XML entities
- fixed bug with square brackets and double slashes inside quoted strings
- fixed bug with user defined macros enclosed in double underscores (Bug 1413845) . Follow the link and
free download PList Compiler now.
DETAILS