2006-12-30 Marcus Mueller <znek@mulle-kybernetik.com>
+ * OFSResourceManager.m: assign self as resourceManager to components
+ created by it. (v4.5.24)
+
* sope.m: changed to use the new user defaults registration mechanism
of WOCoreApplication (v4.5.23)
- (void)setComponentClass:(Class)_clazz;
@end
+@interface WOComponent(RM)
+- (void)setResourceManager:(WOResourceManager *)_rm;
+@end
+
@implementation OFSResourceManager
static BOOL debugOn = NO;
return [obj baseURLInContext:[self context]];
}
+- (id)pageWithName:(NSString *)_name languages:(NSArray *)_langs {
+ WOComponent *p;
+
+ p = [super pageWithName:_name languages:_langs];
+ [p setResourceManager:self];
+ return p;
+}
+
/* debugging */
- (BOOL)isDebuggingEnabled {
buildSettings = {
COPY_PHASE_STRIP = NO;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 4.5.23;
+ DYLIB_CURRENT_VERSION = 4.5.24;
FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
FRAMEWORK_VERSION = A;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
DEPLOYMENT_POSTPROCESSING = YES;
DSTROOT = /;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 4.5.23;
+ DYLIB_CURRENT_VERSION = 4.5.24;
DYLIB_INSTALL_NAME_BASE = "@executable_path/../Frameworks/";
FRAMEWORK_SEARCH_PATHS = "$(USER_LIBRARY_DIR)/EmbeddedFrameworks";
FRAMEWORK_VERSION = A;
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 4.5.23;
+ DYLIB_CURRENT_VERSION = 4.5.24;
FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
FRAMEWORK_VERSION = A;
GCC_PRECOMPILE_PREFIX_HEADER = YES;