• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Including frameworks in your app bundle
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Including frameworks in your app bundle (From: Nick Pilch <email@hidden>)

  • Prev by Date: Including frameworks in your app bundle
  • Next by Date: Re: Including frameworks in your app bundle
  • Previous by thread: Including frameworks in your app bundle
  • Next by thread: Re: Including frameworks in your app bundle
  • Index(es):
    • Date
    • Thread