summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/osx-info.plist
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2018-06-20 19:13:03 -0400
committerFranklin Wei <git@fwei.tk>2018-06-20 19:13:03 -0400
commitd64ff86fb6be22875cfae054f8a878dbd8b1472b (patch)
tree64f09b043bd7f1b2a327c2bf5f1517353b8884f9 /apps/plugins/puzzles/src/osx-info.plist
parent708a54d3de31ef76f524baeb0f5c2697589e93d7 (diff)
downloadrockbox-d64ff86fb6be22875cfae054f8a878dbd8b1472b.tar.gz
rockbox-d64ff86fb6be22875cfae054f8a878dbd8b1472b.zip
puzzles: resync with upstream
This brings the source to upstream commit 506b073 (though I have made some extra commits on top of that). Notably this includes a fix for a double-free bug that I myself introduced upstream. Change-Id: I02671586bbc34d63e05398ee971271fed42538cf
Diffstat (limited to 'apps/plugins/puzzles/src/osx-info.plist')
-rw-r--r--apps/plugins/puzzles/src/osx-info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/osx-info.plist b/apps/plugins/puzzles/src/osx-info.plist
index 9f4aef8e53..ec90b9f224 100644
--- a/apps/plugins/puzzles/src/osx-info.plist
+++ b/apps/plugins/puzzles/src/osx-info.plist
@@ -30,5 +30,7 @@
30 <string>????</string> 30 <string>????</string>
31 <key>NSHumanReadableCopyright</key> 31 <key>NSHumanReadableCopyright</key>
32 <string>This software is copyright (c) 2004-2014 Simon Tatham</string> 32 <string>This software is copyright (c) 2004-2014 Simon Tatham</string>
33 <key>NSHighResolutionCapable</key>
34 <true/>
33</dict> 35</dict>
34</plist> 36</plist>