I made a pretty simple launcher for Logic Pro for Lion, which you can put in the Dock (and has the same icon
)
Firstly, you need an installation of Logic Studio. It won't install under Lion, so use/create a SL partition for this.
Pull Logic Pro.app and the related folders from '/Library/Application Support' from your SL partition to Lion '/Applications' and '/Library/Application Support'.
Then create a shell script in Automator (New Application>Utilities>Run Shell Script) and replace 'cat' with;
Save this as something on the Desktop. Then find your Logic Pro.app, Show Package Contents>Contents>Resources and copy LogicPro.icns to the desktop. Right click the app you made in automator, Show Package Contents>Contents>Resources, copy the name of the *.icns file in that directory, delete it, copy the LogicPro.icns file into that folder, and rename it to the old file name. Should change the app you just made to have the Logic Pro icon, then move your app somewhere you won't delete it (/Applications or something), and drag it into the dock to make a shortcut
Firstly, you need an installation of Logic Studio. It won't install under Lion, so use/create a SL partition for this.
Pull Logic Pro.app and the related folders from '/Library/Application Support' from your SL partition to Lion '/Applications' and '/Library/Application Support'.
Then create a shell script in Automator (New Application>Utilities>Run Shell Script) and replace 'cat' with;
Code:
/Applications/Logic\ Pro.app/Contents/MacOS/Logic\ Pro ; exit;
Save this as something on the Desktop. Then find your Logic Pro.app, Show Package Contents>Contents>Resources and copy LogicPro.icns to the desktop. Right click the app you made in automator, Show Package Contents>Contents>Resources, copy the name of the *.icns file in that directory, delete it, copy the LogicPro.icns file into that folder, and rename it to the old file name. Should change the app you just made to have the Logic Pro icon, then move your app somewhere you won't delete it (/Applications or something), and drag it into the dock to make a shortcut