- Timestamp:
- 02/18/10 18:59:37 (2 years ago)
- Files:
-
- 1 modified
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
