• 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: Removing Sparkle headers from build
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Removing Sparkle headers from build


  • Subject: Re: Removing Sparkle headers from build
  • From: Citizen <email@hidden>
  • Date: Wed, 06 Apr 2011 11:53:56 +0100

On 6 Apr 2011, at 10:23, Christiaan Hofman wrote:

On Apr 6, 2011, at 11:16, Citizen wrote:

I'm using Sparkle. Currently the framework is is copied into my application bundle in a "Copy Frameworks" build phase.
Is there a standard way to Copy such a precompiled framework without the header files being included?

AFAIK the only way is to do it yourself in a script phase. What I use myself is

find "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}" -type file -name "*.h" -delete
find "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}" \( -type d -or -type l \) -name Headers -delete

Thanks Christiaan this works beautifully.

Regards,
Dave
------
David Kennedy (http://www.zenopolis.com)


 _______________________________________________
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

References: 
 >Removing Sparkle headers from build (From: Citizen <email@hidden>)
 >Re: Removing Sparkle headers from build (From: Christiaan Hofman <email@hidden>)

  • Prev by Date: Re: Removing Sparkle headers from build
  • Next by Date: Re: xcode 4 documentation when offline
  • Previous by thread: Re: Removing Sparkle headers from build
  • Next by thread: DTDeviceKit
  • Index(es):
    • Date
    • Thread