Embedded frameworks and hard links
Embedded frameworks and hard links
- Subject: Embedded frameworks and hard links
- From: Ashley Clark <email@hidden>
- Date: Wed, 24 Feb 2010 22:58:16 -0600
I've been using an embedded framework in a couple of my apps for database access. I've recently created an Automator action which also embeds this framework, built from within the same project. This Automator action is, in turn, then embedded within the app bundle also. Now at this point, there are two copies of the embedded framework contained within the app bundle.
I've manually replaced the contents of the duplicate framework in the action with hard links to the other embedded framework and it works well but I'm wondering if there's some automated way to do this already that I'm missing.
Does anyone know of a tool or Xcode setting that would do this or has someone already written this?
To help illuminate my word-jumble I've posted a link to the snapshot of the bundles' contents below:
http://cld.ly/3a1iba
The selected rows are the frameworks that are being duplicated. Replacing one set would result in nearly a 20% decrease in my binary size.
Ashley
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden