Building plugins & apps simultaneously
Building plugins & apps simultaneously
- Subject: Building plugins & apps simultaneously
- From: Calum Robinson <email@hidden>
- Date: Mon, 7 Jan 2002 13:50:01 +0000
In my project I have the main application that will eventually have a
plugin in its resources folder. This plugin is a separate target in the
same project, and when it has been built, I would like it to be moved to
the Resources folder of the application.
The problem is that when the plugin is built, it exists only in the
build directory. Including it as a resource in the target that builds
the application requires me to re-build the application every time I
build the plugin.
Is there an easy way to do this? Adding a new 'Copy Files' build phase
did nothing. I can't create a symlink in the apps resources directory -
if I clean the target it will get deleted.
I can get round this by building the plugin and then rebuilding the app,
but I thought that someone could show me a better way?