Show
Ignore:
Timestamp:
02/18/10 18:59:37 (2 years ago)
Author:
gbooker
Message:

With framework loading code in place, now use it instead.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/PlayerFramework/SapphireFrappliance/Browser/SapphireBrowser.m

    r1119 r1145  
    6060 
    6161@implementation SapphireBrowser 
    62  
    63 + (void)initialize 
    64 { 
    65         NSString *myBundlePath = [[NSBundle bundleForClass:[self class]] bundlePath]; 
    66         NSString *frameworkPath = [myBundlePath stringByAppendingPathComponent:@"Contents/Frameworks/CommonMediaPlayer.framework"]; 
    67         [[NSBundle bundleWithPath:frameworkPath] load]; 
    68 } 
    6962 
    7063- (id) initWithScene: (BRRenderScene *) scene metaData:(id <SapphireDirectory>)meta