Skip to content

Commit d9157b3

Browse files
committed
REAPER64 -> REAPER.app
1 parent 1ae4214 commit d9157b3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
// "name": "(lldb) Launch Reaper VST2",
66
// "type": "lldb",
77
// "request": "launch",
8-
// "program": "/Applications/REAPER64.app",
8+
// "program": "/Applications/REAPER.app",
99
// "args": ["${workspaceFolder}/TemplateProject/TemplateProject.RPP"],
1010
// "preLaunchTask": "build VST2 Debug",
1111
// },
1212
// {
1313
// "name": "(lldb) Launch Reaper VST3",
1414
// "type": "lldb",
1515
// "request": "launch",
16-
// "program": "/Applications/REAPER64.app",
16+
// "program": "/Applications/REAPER.app",
1717
// "args": ["${workspaceFolder}/TemplateProject/TemplateProject.RPP"],
1818
// "preLaunchTask": "build VST3 Debug",
1919
// },
2020
// {
2121
// "name": "(lldb) Launch Reaper AUv2",
2222
// "type": "lldb",
2323
// "request": "launch",
24-
// "program": "/Applications/REAPER64.app",
24+
// "program": "/Applications/REAPER.app",
2525
// "args": ["${workspaceFolder}/TemplateProject/TemplateProject.RPP"],
2626
// "preLaunchTask": "build AUv2 Debug",
2727
// },

TemplateProject/projects/TemplateProject-macOS.xcodeproj/xcshareddata/xcschemes/macOS-VST2.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<PathRunnable
4646
runnableDebuggingMode = "0"
4747
BundleIdentifier = "com.cockos.reaper"
48-
FilePath = "/Applications/REAPER64.app">
48+
FilePath = "/Applications/REAPER.app">
4949
</PathRunnable>
5050
<MacroExpansion>
5151
<BuildableReference

TemplateProject/projects/TemplateProject-macOS.xcodeproj/xcshareddata/xcschemes/macOS-VST3 (Distributed).xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<PathRunnable
4646
runnableDebuggingMode = "0"
4747
BundleIdentifier = "com.steinberg.vst3.plugintesthost"
48-
FilePath = "/Applications/REAPER64.app">
48+
FilePath = "/Applications/REAPER.app">
4949
</PathRunnable>
5050
<MacroExpansion>
5151
<BuildableReference

TemplateProject/projects/TemplateProject-macOS.xcodeproj/xcshareddata/xcschemes/macOS-VST3.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
allowLocationSimulation = "YES">
4545
<PathRunnable
4646
runnableDebuggingMode = "0"
47-
FilePath = "/Applications/REAPER64.app">
47+
FilePath = "/Applications/REAPER.app">
4848
</PathRunnable>
4949
<MacroExpansion>
5050
<BuildableReference
@@ -70,7 +70,7 @@
7070
debugDocumentVersioning = "YES">
7171
<PathRunnable
7272
runnableDebuggingMode = "0"
73-
FilePath = "/Applications/REAPER64.app">
73+
FilePath = "/Applications/REAPER.app">
7474
</PathRunnable>
7575
</ProfileAction>
7676
<AnalyzeAction

0 commit comments

Comments
 (0)