[Scummvm-git-logs] scummvm master -> 1d70ed4d24a128114220ba48b2915b6403f2f0e3
criezy
criezy at scummvm.org
Sun Oct 4 18:18:42 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
1d70ed4d24 MACOSX: Revert changes to Info.plist that were committed by mistake
Commit: 1d70ed4d24a128114220ba48b2915b6403f2f0e3
https://github.com/scummvm/scummvm/commit/1d70ed4d24a128114220ba48b2915b6403f2f0e3
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-10-04T19:17:44+01:00
Commit Message:
MACOSX: Revert changes to Info.plist that were committed by mistake
Changed paths:
dists/macosx/Info.plist
dists/macosx/Info.plist.in
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index 12bda21352..c3f8e4faab 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -66,11 +66,6 @@
<string>Copyright 2001-2020 The ScummVM Team</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
- <key>LSEnvironment</key>
- <dict>
- <key>SDL_RENDER_DRIVER</key>
- <string>opengl</string>
- </dict>
<key>SUFeedURL</key>
<string>https://www.scummvm.org/appcasts/macosx/release.xml</string>
<key>SUPublicEDKey</key>
diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in
index d7d32ca938..f9360a92ea 100644
--- a/dists/macosx/Info.plist.in
+++ b/dists/macosx/Info.plist.in
@@ -66,10 +66,6 @@
<string>Copyright 2001-2020 The ScummVM Team</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
- <dict>
- <key>SDL_RENDER_DRIVER</key>
- <string>opengl</string>
- </dict>
<key>SUFeedURL</key>
<string>https://www.scummvm.org/appcasts/macosx/release.xml</string>
<key>SUPublicEDKey</key>
More information about the Scummvm-git-logs
mailing list