diff options
author | craigsc | 2020-01-11 12:08:21 -0800 |
---|---|---|
committer | craigsc | 2020-01-11 12:08:21 -0800 |
commit | 3dd4fb16f017a8eab5c6c11fd119a397b457866e (patch) | |
tree | 5b80b5c5038d8577c2d674a5a4742b335deca515 /dists | |
parent | f9f81ea9baecb714f26cf1c17a1b0ae58431467b (diff) | |
parent | 5893672b80f00fced33c42e63471d68ba47d7dd4 (diff) | |
download | scummvm-rg350-3dd4fb16f017a8eab5c6c11fd119a397b457866e.tar.gz scummvm-rg350-3dd4fb16f017a8eab5c6c11fd119a397b457866e.tar.bz2 scummvm-rg350-3dd4fb16f017a8eab5c6c11fd119a397b457866e.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'dists')
-rw-r--r-- | dists/macosx/Info.plist | 2 | ||||
-rw-r--r-- | dists/macosx/Info.plist.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index bb0abce40c..8de6a147f2 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -72,6 +72,8 @@ <string>faYfM+DGPgJCrRzpxSHoFD0rzHa6ZnnEXuzz2E7ZRUk=</string> <key>NSDockTilePlugIn</key> <string>scummvm.docktileplugin</string> + <key>NSRequiresAquaSystemAppearance</key> + <false/> <key>SUPublicDSAKeyFile</key> <string>dsa_pub.pem</string> </dict> diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in index 4a8545dcb4..780191885f 100644 --- a/dists/macosx/Info.plist.in +++ b/dists/macosx/Info.plist.in @@ -72,6 +72,8 @@ <string>faYfM+DGPgJCrRzpxSHoFD0rzHa6ZnnEXuzz2E7ZRUk=</string> <key>NSDockTilePlugIn</key> <string>scummvm.docktileplugin</string> + <key>NSRequiresAquaSystemAppearance</key> + <false/> <key>SUPublicDSAKeyFile</key> <string>dsa_pub.pem</string> </dict> |