Message: 1
From: Isaac Rivera <email@hidden>
Subject: How to make template tags be parsed and replaced on a custom
template?
Date: Fri, 27 Aug 2004 07:14:32 -0400
To: email@hidden
I've created a custom XCode Flash application framework template and it
works pretty well. All files get copied and the application .fla file
gets renamed accordingly. However, my problem is that I have several
actionscript sourcecode files that should update their template tags to
reflect the correct classpath after the project gets saved. These just
use the standard template variables of +PROJECTNAME; or +FILEBASENAME;,
for instance, in the sourcecode. Additionally I have lieted them in the
projects .plist file as FilesToMacroExpand. Still their tags are not
replaced.