Can't create "/Plugins" folder while Target is built
Can't create "/Plugins" folder while Target is built
- Subject: Can't create "/Plugins" folder while Target is built
- From: Alexander Bokovikov <email@hidden>
- Date: Sat, 9 Jan 2010 14:31:23 +0500
Hi, All,
I'm trying to automate all necessary files copying process. My app
should include "Plugins" subdirectory within Contents directory.
Earlier I created "Plugins" subdirectory manually, and it all worked
nice. My project has a code, where necessary plugin is loaded from the
"/Plugins" subdirectory of the bundle directory, so I don't want to
change it, as it is a correct disposition.
The problem is that I can't make XCode to create "Plugins"
subdirectory within the bundle. All I can do is to make it to create
this subdirectory within Resources subdirectory of the bundle. I
already tried to create a "Copy Files" build phase -- no luck. XCode
doesn't allow me to add plugin file into this copy files phase.
Instead it always adds plugin reference into "Copy Bundle Resources"
build phase. As a result, I get /Resources/Plugins/ subdirectory
within my app, but not /Plugins.
Also I tried to create "Plugins" group within XCode project with the
plugin reference. Still no luck. Plugin either is added into Resources
subdirectory or into Resources/Plugins/ subdirectory.
So, is there any way to make XCode to create "Plugins" subdirectory
within app's Contents/ itself, but not within Resources subdirectory?
I'm using XCode 3.1.4.
Thanks in advance.
Best regards,
Alexander
_______________________________________________
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