Re: custom build location
Re: custom build location
- Subject: Re: custom build location
- From: Thomas Engelmeier <email@hidden>
- Date: Tue, 17 Nov 2009 09:19:19 +0100
Am 15.11.2009 um 18:53 schrieb Rich E:
> I am building audio plug-ins with Xcode and I would like to streamline the testing process by somehow building the plug-in not in the build/Debug folder, but instead in ./ . In this folder, I have a test script to run with the Host application, so the file needs to be manually moved here every time I want to test. Anyone know a good way to do this?
Some more options for investigating in plugin development:
- Put an alias to your Plug-In in the plugins folder of the host application. Many hosts originating from the Pre-OS X days support this.
- Put an symlink to your Plug-In in the plugins folder. Some of the more recent apps support this (AFAIR some Cocoa hosts I was playing with)
- In Xcode, set the deployment location of your target, and check the "Do deployment postprocessing" option.
Regards,
Tom_E
_______________________________________________
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