xCode Applescript.
xCode Applescript.
- Subject: xCode Applescript.
- From: DevGuy <email@hidden>
- Date: Thu, 17 Jun 2004 14:32:43 -0700
OS X 10.3, XCode 1.2
There is something I do not understand about xCode. I have a small
project set out roughly as follows after being created using a Carbon
Application template.
MyScript.applescript source file contained in a group called "Scripts".
An AppleScripts build phase added to my target, that contains the above
script.
If I do a clean build what I end up with is the MyScript.applescript
being copied to my Resources directory as MyScript.applescript. No
matter what I do I cannot seem to get xCode to compile it into a .scpt.
I am sure there is something really obvious I am missing but...
If I look at the build log, what I see is an entry saying copying
"MyScript.applescript" I have not explicitly created a copy phase for
my target.
How does the AppleScript build phase work? Does it work?
Thanks
Garry
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.