Changeset 1145
- Timestamp:
- 02/18/2010 06:59:37 PM (2 years ago)
- Location:
- branches/PlayerFramework/SapphireFrappliance
- Files:
-
- 2 modified
-
Browser/SapphireBrowser.m (modified) (1 diff)
-
FRAppliance/SapphireAppliance.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/PlayerFramework/SapphireFrappliance/Browser/SapphireBrowser.m
r1119 r1145 60 60 61 61 @implementation SapphireBrowser 62 63 + (void)initialize64 {65 NSString *myBundlePath = [[NSBundle bundleForClass:[self class]] bundlePath];66 NSString *frameworkPath = [myBundlePath stringByAppendingPathComponent:@"Contents/Frameworks/CommonMediaPlayer.framework"];67 [[NSBundle bundleWithPath:frameworkPath] load];68 }69 62 70 63 - (id) initWithScene: (BRRenderScene *) scene metaData:(id <SapphireDirectory>)meta -
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 )
