Skip to content

Commit 8f679e4

Browse files
committed
Tweaks for Mac
1 parent 2b53b1a commit 8f679e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/tasks.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"tasks": [
99
{
10-
"label": "make",
11-
"command": "cmake --build .",
10+
"label": "Make Debug Zep",
11+
"command": "cmake --build . --config Debug",
1212
"presentation": {
1313
"echo": false,
1414
"reveal": "always",

demos/cmake/MacOSXBundleInfo.plist.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
<key>NSPrincipalClass</key>
3636
<string>NSApplication</string>
3737
<key>NSHighResolutionCapable</key>
38-
<string>True</string>
38+
<true/>
3939
</dict>
4040
</plist>

0 commit comments

Comments
 (0)