Show
Ignore:
Timestamp:
07/07/10 23:17:04 (23 months ago)
Author:
lechium
Message:

Forgot to check this in a while ago, may need some tweaking but want to add it before any major conflicts arise. added CMPSettings class which isnt used yet, added support for the harmony remote play, pause, ff, rewind buttons

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CommonMediaPlayer/CommonMediaPlayer.xcodeproj/project.pbxproj

    r1286 r1301  
    2222                87C75D8611BB51AE00D53B37 /* CMPMPPlayerController.h in Headers */ = {isa = PBXBuildFile; fileRef = 87C75D8211BB51AE00D53B37 /* CMPMPPlayerController.h */; }; 
    2323                87C75D8711BB51AE00D53B37 /* CMPMPPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 87C75D8311BB51AE00D53B37 /* CMPMPPlayerController.m */; }; 
     24                87DCE3D611E588680064B98E /* CMPSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 87DCE3D411E588680064B98E /* CMPSettings.h */; }; 
     25                87DCE3D711E588680064B98E /* CMPSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = 87DCE3D511E588680064B98E /* CMPSettings.m */; }; 
    2426                87E0033E11263CBF004FC2C7 /* CMPDVDImageAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E0033C11263CBF004FC2C7 /* CMPDVDImageAction.h */; }; 
    2527                87E0033F11263CBF004FC2C7 /* CMPDVDImageAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 87E0033D11263CBF004FC2C7 /* CMPDVDImageAction.m */; }; 
     
    9597                87C75D8211BB51AE00D53B37 /* CMPMPPlayerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CMPMPPlayerController.h; sourceTree = "<group>"; }; 
    9698                87C75D8311BB51AE00D53B37 /* CMPMPPlayerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CMPMPPlayerController.m; sourceTree = "<group>"; }; 
     99                87DCE3D411E588680064B98E /* CMPSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CMPSettings.h; sourceTree = "<group>"; }; 
     100                87DCE3D511E588680064B98E /* CMPSettings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CMPSettings.m; sourceTree = "<group>"; }; 
    97101                87E0033C11263CBF004FC2C7 /* CMPDVDImageAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CMPDVDImageAction.h; sourceTree = "<group>"; }; 
    98102                87E0033D11263CBF004FC2C7 /* CMPDVDImageAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CMPDVDImageAction.m; sourceTree = "<group>"; }; 
     
    207211                        isa = PBXGroup; 
    208212                        children = ( 
     213                                87DCE3D411E588680064B98E /* CMPSettings.h */, 
     214                                87DCE3D511E588680064B98E /* CMPSettings.m */, 
    209215                                8768EC47112A5E4200318F1A /* AGProcess.h */, 
    210216                                8768EC48112A5E4200318F1A /* AGProcess.m */, 
     
    381387                                87C75D8611BB51AE00D53B37 /* CMPMPPlayerController.h in Headers */, 
    382388                                F512FF4811D170D40062B86E /* CMPOverlayAction.h in Headers */, 
     389                                87DCE3D611E588680064B98E /* CMPSettings.h in Headers */, 
    383390                        ); 
    384391                        runOnlyForDeploymentPostprocessing = 0; 
     
    497504                                87C75D8711BB51AE00D53B37 /* CMPMPPlayerController.m in Sources */, 
    498505                                F512FF4911D170D40062B86E /* CMPOverlayAction.m in Sources */, 
     506                                87DCE3D711E588680064B98E /* CMPSettings.m in Sources */, 
    499507                        ); 
    500508                        runOnlyForDeploymentPostprocessing = 0;