• 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
Bundling bundles in framework
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bundling bundles in framework


  • Subject: Bundling bundles in framework
  • From: Stefan Urbanek <email@hidden>
  • Date: Fri, 12 May 2006 09:28:33 +0200

Hi,

I am developing a framework that uses various plug-in bundles of different
kinds. Currently I install default bundles into Library directory. However I
would like to pack the default bundles inside the framework for not polluting
other places with default installation.

The XCode project contains 5 targets:
StepTalk - framework
Smalltalk - bundle
Foundation - bundle
ObjectiveC - bundle
All - aggregate that contains all other four targets.


What I want to achieve is:

StepTalk.framework
    Contents
        Languages
            Smalltalk.stlanguage
        Modules
            Foundation.bundle
            ObjectiveC.bundle
        ...other files...

The structure does not have to be deep, it can be flat, that is, without the
Languages and Modules directories.

For packing the bundles inside the Framework I tried to add "copy files" build
phase into the All target:

All
- StepTalk
- Smalltalk
- Foundation
- ObjectiveC
- Copy Files
-- Smalltalk
-- Foundation
-- ObjectiveC

When I tried to build the target I got 3 errors of the same kind for all three
bundles: target depends on itself.

What I am doing wrong? How can I pack and install bundles inside the framework
bundle?

Thanks for any hints.

Regards,

Stefan Urbanek
--
http://stefan.agentfarms.net

First they ignore you, then they laugh at you, then they fight you, then
you win.
- Mahatma Gandhi
 _______________________________________________
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

  • Follow-Ups:
    • Re: Bundling bundles in framework
      • From: Stefan Urbanek <email@hidden>
  • Prev by Date: Re: Miscellaneous XCode Questions
  • Next by Date: Re: Turning off 'enumeral mismatch' warnings?
  • Previous by thread: Re: Miscellaneous XCode Questions
  • Next by thread: Re: Bundling bundles in framework
  • Index(es):
    • Date
    • Thread