[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bundles inside Application resources
From: |
Wolfgang Lux |
Subject: |
Re: Bundles inside Application resources |
Date: |
Fri, 4 Oct 2013 15:13:11 +0200 |
Riccardo Mottola wrote:
> Currently, TalkSoup puts all of its bundles (and they are many) In
> ApplicationSupport.
>
> I'd like to put them inside the application, e.g. in Resources. This woul
> dhave the benefit of being cleaner, but also simplifyin gthe install, since
> currently the bundles are installed during the build pahse and this creates
> problems for packagers.
>
> Where should bundle reside? I put them "as is" with the same structure inside
> Resources, but they fail to load.
Putting application bundles directly into the application directory did work
for me.
Wolfgang