- Timestamp:
- 02/18/10 18:59:37 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/PlayerFramework/SapphireFrappliance/FRAppliance/SapphireAppliance.m
r1038 r1145 29 29 30 30 #import <SapphireCompatClasses/BackRowUtils.h> 31 #define FrameworkLoadDebug 32 #import <CommonMediaPlayer/CMPPlayerManager.h> 31 33 32 34 #define TV_SHOW_IDENTIFIER @"tv-shows" … … 69 71 NSString *frameworkPath = [myBundlePath stringByAppendingPathComponent:@"Contents/Frameworks"]; 70 72 SapphireLoadFramework(frameworkPath); 73 loadCMPFramework(myBundlePath); 71 74 Class cls = NSClassFromString( @"BRFeatureManager" ); 72 75 if ( cls == Nil )
