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/FRAppliance/SapphireAppliance.m

    r1038 r1145  
    2929 
    3030#import <SapphireCompatClasses/BackRowUtils.h> 
     31#define FrameworkLoadDebug 
     32#import <CommonMediaPlayer/CMPPlayerManager.h> 
    3133 
    3234#define TV_SHOW_IDENTIFIER      @"tv-shows" 
     
    6971        NSString *frameworkPath = [myBundlePath stringByAppendingPathComponent:@"Contents/Frameworks"]; 
    7072        SapphireLoadFramework(frameworkPath); 
     73        loadCMPFramework(myBundlePath); 
    7174        Class cls = NSClassFromString( @"BRFeatureManager" ); 
    7275        if ( cls == Nil )