Re: Property List Compiler for XCode
Re: Property List Compiler for XCode
- Subject: Re: Property List Compiler for XCode
- From: Bernard Desgraupes <email@hidden>
- Date: Wed, 12 Oct 2005 11:29:22 +0200
Hi all,
I have just uploaded a second beta which fixes a bug, reported to me
yesterday, when #include'ing a pathname which contains whitespace
characters. It's a very small modif but if you downloaded the previous
version, you should update (its a 40k download):
http://prdownloads.sourceforge.net/plistcompiler/PListCompiler0.1b2.hqx?download
Thanks for testing this and sending feedback to help me improve the tool,
Cheers
Bernard
Hi XCoders,
if you feel some nostalgia after the CodeWarrior PLC compiler, you
might be interested by PList Compiler. It is a property list compiler
I have written for XCode. It lets you build localized and
non-localized plist files from plc and ploc source files.
PList Compiler 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.
I have just released version 0.1b1. It is a fully functional beta
release: it supports many encodings, preprocessor macros, pragmas,
options etc. It has been thoroughly tested but there is certainly room
left for improvements, so thank you for trying it and sending feedback.
PList Compiler is a free software. It is also an Open Source Project
distributed under a BSD License and hosted on SourceForge.
A help file with complete documentation about the PLC syntax and
instructions about the usage of the compiler in an XCode project is
included in the distribution. You can also read it online:
<http://webperso.easyconnect.fr/bdesgraupes/DocHTML/PListCompilerHelp.html>
For the curious, PList Compiler is written in fact in Tcl (the Tool
Command Language <http://wiki.tcl.tk/>): the executable script is a
bash script called plcompile which magically redirects the
instructions to tclsh - the Tcl shell. Tcl is installed by default on
OSX since version 10.3 (Panther) so tclsh is normally present on every
MacOSX system starting from this version, and PList Compiler should
run out of the box thereon.
The main page for the project is at SourceForge:
<http://sourceforge.net/projects/plistcompiler>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden