Re: Including frameworks in your app bundle
Re: Including frameworks in your app bundle
- Subject: Re: Including frameworks in your app bundle
- From: "mm w" <email@hidden>
- Date: Mon, 18 Aug 2008 17:06:51 -0700
example
FRAMEWORK = MyFoo
PREFIX = @executable_path/../Frameworks
gcc
-Wl,-single_module \
$(OBJS) \
$(LDFLAGS) \
-compatibility_version 1.0.0 \
-current_version 1.0.0 \
-install_name $(PREFIX)/$(FRAMEWORK).framework/Versions/$(VERSION)/$(FRAMEWORK)
\
-dynamiclib \
-o $(FRAMEWORK)
export your -F path and link your executable against the framework,
you can also deploy OS libs / home ecetera
On Mon, Aug 18, 2008 at 4:59 PM, Nick Pilch <email@hidden> wrote:
> I've been searching, but I can't find the documentation explaining how to
> include frameworks in your app bundle (third-party frameworks, for example),
> so that your user does not have to install these frameworks. Could someone
> point me at the correct documentation/build settings? Thanks.
>
> _______________________________________________
>
> 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
>
--
-mmw
_______________________________________________
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