Re: Non-executable build products?
Re: Non-executable build products?
- Subject: Re: Non-executable build products?
- From: Fritz Anderson <email@hidden>
- Date: Wed, 13 Jul 2011 14:13:16 -0500
On 13 Jul 2011, at 1:51 PM, Rich Siegel wrote:
> I'd like to figure out how to make the "Archive" command work for me, so that when I do an Archive build, the dmg and the zip file end up in the Organizer, so that I don't have to fish through the file system for them (and of course also reap the benefits that the Organizer has to offer). So far, though, I haven't had any success.
I haven't done anything toward anything like this, but I'd be surprised if there were a way to add product types to the Organizer. I think items in the Archives organizer start with a generic archive (appears to be a package joining the app to a dSYM) that the Organizer processes into packages, .apps, etc. programmatically. I don't think there's a plugin or AppleScript command to extend the Organizer's repertoire of what it can do.
The next thing I'd try is to open the Scheme editor for the application target, and open the disclosure on the Archive action. There's a post-actions list available to which you can add script phases. The product should be at $TARGET_BUILD_DIR/yourApp.app. Between that and the user build settings you could add, you could get away with murder.
I think. I haven't tried it, and I may be misunderstanding what you want to do.
— F
_______________________________________________
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