Skip navigation.
 
mlRe: How to run prefPane from Project Builder/gdb
FROM : Anders Ödlund
DATE : Sat Dec 14 20:45:38 2002

I'm doing this by using a symbolic link like this:

ln -s ~/MyApplication/build/MyApplication.prefPane
~/Library/PreferencePanes/MyApplication.prefPane

And then making System Preferences a Custom Executable

/Anders

On lvrdag, dec 7, 2002, at 03:04 Europe/Stockholm, Greg Hurrell wrote:

> Hello...
>
> Wondering if anyone can tell me how I might be able to test a prefPane
> bundle from within Project Builder.
>
> So far I have been building the bundle, copying it to the
> ~/Library/PreferencePanes folder, and testing it from inside
> SystemPreferences.app.
>
> Is there a way to test it without leaving Project Builder?
>
> The only way I can think of so far is to make a really simple target
> just for testing purposes that basically simulates the function of
> SystemPreferences.app; loads the prefPane bundle and displays it.
>
> Any other suggestions or shortcuts?
>
> cheers
> Greg
> _______________________________________________
> cocoa-dev mailing list | <email_removed>
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.

_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlHow to run prefPane from Project Builder/gdb Greg Hurrell Dec 7, 03:04
mlRe: How to run prefPane from Project Builder/gdb Kris Amico Dec 7, 04:43
mlRe: How to run prefPane from Project Builder/gdb Mike Ferris Dec 7, 18:58
mlRe: How to run prefPane from Project Builder/gdb Anders Ödlund Dec 14, 20:45