servoshell: Add CFBundleSupportedPlatforms to Info.plist (#40030)

Corrects Info.plist to correctly report supported system type on macOS.

Fixes: #40025

Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
Isaac Marovitz
2025-10-20 12:17:40 -04:00
committed by GitHub
parent 3a29c20fff
commit 76bb1c80f8

View File

@@ -24,5 +24,9 @@
<string>NSApplication</string>
<key>NSQuitAlwaysKeepsWindows</key>
<false/>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
</dict>
</plist>