Changeset 1161 for branches

Show
Ignore:
Timestamp:
02/23/10 14:45:33 (2 years ago)
Author:
gbooker
Message:

Script to place AC3PassthroughDevice.plugin into the framework if present and make repo ignore it

Location:
branches/PlayerFramework/CommonMediaPlayer
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/PlayerFramework/CommonMediaPlayer

    • Property svn:ignore set to
      AC3PassthroughDevice.plugin
  • branches/PlayerFramework/CommonMediaPlayer/CommonMediaPlayer.xcodeproj/project.pbxproj

    r1144 r1161  
    337337                                8DC2EF540486A6940098B216 /* Sources */, 
    338338                                8DC2EF560486A6940098B216 /* Frameworks */, 
     339                                F550533C113471C3000F29E6 /* ShellScript */, 
    339340                        ); 
    340341                        buildRules = ( 
     
    395396                }; 
    396397/* End PBXResourcesBuildPhase section */ 
     398 
     399/* Begin PBXShellScriptBuildPhase section */ 
     400                F550533C113471C3000F29E6 /* ShellScript */ = { 
     401                        isa = PBXShellScriptBuildPhase; 
     402                        buildActionMask = 2147483647; 
     403                        files = ( 
     404                        ); 
     405                        inputPaths = ( 
     406                        ); 
     407                        outputPaths = ( 
     408                        ); 
     409                        runOnlyForDeploymentPostprocessing = 0; 
     410                        shellPath = /bin/sh; 
     411                        shellScript = "if [ -d \"${SRCROOT}/AC3PassthroughDevice.plugin\" ]; then\n\tcp -R \"${SRCROOT}/AC3PassthroughDevice.plugin\" \"${BUILT_PRODUCTS_DIR}/${PLUGINS_FOLDER_PATH}\"\nfi"; 
     412                }; 
     413/* End PBXShellScriptBuildPhase section */ 
    397414 
    398415/* Begin PBXSourcesBuildPhase section */