bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC]: finding frameworks in NSBundle


From: Adam Fedor
Subject: [RFC]: finding frameworks in NSBundle
Date: Mon, 21 Mar 2005 11:59:45 -0700

This fix changes how frameworks are found within NSBundle (note: this code is only used if the framework can't be found any other way). Instead of looking through environment variables and trying to guess where the framework is, it uses the standard NSPathUtilities functions to check all the standard Framework directories for the framework. This might fail if the framework is in a non-standard location, but the only reasonable non-standard location I can think of is the app bundle, so I also check that. I'll commit this soon if there are no objections.


Attachment: nsbundle.patch
Description: Binary data



reply via email to

[Prev in Thread] Current Thread [Next in Thread]