Ticket #54581: sdp.patch

File sdp.patch, 749 bytes (added by ryandesign (Ryan Carsten Schmidt), 6 years ago)
  • NicePlayer.xcodeproj/project.pbxproj

    There is no /usr/bin/sdp on Mountain Lion but it is inside the Xcode app.
    https://github.com/jbtule/NicePlayer/issues/7
    old new  
    13581358                        );
    13591359                        runOnlyForDeploymentPostprocessing = 0;
    13601360                        shellPath = /bin/sh;
    1361                         shellScript = "/usr/bin/sdp -f st -o \"$TARGET_BUILD_DIR/NicePlayer.app/Contents/Resources\" \"$SOURCE_ROOT/Resources/NicePlayer.sdef\"";
     1361                        shellScript = "xcrun sdp -f st -o \"$TARGET_BUILD_DIR/NicePlayer.app/Contents/Resources\" \"$SOURCE_ROOT/Resources/NicePlayer.sdef\"";
    13621362                };
    13631363                691ECE150CE0362B0040AE45 /* Run Script */ = {
    13641364                        isa = PBXShellScriptBuildPhase;