|
From: | Stefan Bidigaray |
Subject: | Re: Finding and Loading Bundles |
Date: | Wed, 17 Jun 2009 08:22:24 -0500 |
So, I think you are going to have to define your own conventions for this.
I would suggest using NSSerarchPathForDirectoriesInDomains(NSLibraryDirectory, NSAllDomainsMask,YES) to get a list of library directories, then look for specific naming patterns in those library directories.
eg.
[Prev in Thread] | Current Thread | [Next in Thread] |