Re: XCode User Scripts Location ?
Re: XCode User Scripts Location ?
- Subject: Re: XCode User Scripts Location ?
- From: Christiaan Hofman <email@hidden>
- Date: Mon, 17 May 2010 14:35:11 +0200
On May 15, 2010, at 12:59, Patrick Iglesias-Zemmour wrote:
> Hi there,
>
> I have seen no answer to this question : How to exchange User Scripts with XCode 3.2 ? In the file XCUserScripts.plist
>
> • Apple scripts are referred by their path, that's OK. I can live with that.
>
> • Shell scripts are referred by UUID -- Oops ! where are they located ?
>
> Q1) How can I find a file referred by UUID ?
> Q) Is there a simpler way to manage scripts just by adding some script folder somewhere ?
>
> thx
>
> -piz
The user scripts are in ~/Library/Application Support/Developer/Shared/Xcode/XCUserScripts.plist, or a similar path with 'Shared' replaced by the Xcode version number (e.g. '3.2.2'). There's no mechanism to exchange them, it's essentially private data, though you could try to copy items between plists (however I don't know what the UUIDs are used for, and whether they should correspond to UUIDs somewhere else, that could be a problem.) Shell scripts are not referred to by uuid (how could they be?), they're included in the plist itself. There's no way AFAIK to refer to a script folder as in earlier versions.
Christiaan
_______________________________________________
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