mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
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:
@@ -24,5 +24,9 @@
|
||||
<string>NSApplication</string>
|
||||
<key>NSQuitAlwaysKeepsWindows</key>
|
||||
<false/>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user