Re: How do I add a perl script to a project?
Re: How do I add a perl script to a project?
- Subject: Re: How do I add a perl script to a project?
- From: Daryn <email@hidden>
- Date: Tue, 8 Jul 2003 22:55:37 -0500
I'd recommend adding it to the Resources folder. Your code can then
locate it with:
[[NSBundle mainBundle] pathForResource:@"cmdlinetool" ofType:nil];
On Tuesday, July 8, 2003, at 10:38 PM, Michael Shantzis wrote:
Hello,
I'd like to have a perl script be part of my project. It will
function as a task to which I will attach pipes so I can
communicate with it. I've attempted to just add it to
my project (using Xcode) and the program just blew crashed
on me.
I'm guessing there's a way of doing this of which I'm not aware.
thanks,
m
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
Daryn
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.