diff options
| author | fanquake <[email protected]> | 2018-07-09 00:26:52 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2018-07-25 07:30:28 +0800 |
| commit | 84b0cfa8b6859822bd964ef42b03832990d2ec03 (patch) | |
| tree | 590887a1eb12b5e24ac2ea040e0793ccb0d20ed0 /share | |
| parent | depends: set OSX_MIN_VERSION to 10.10 (diff) | |
| download | discoin-84b0cfa8b6859822bd964ef42b03832990d2ec03.tar.xz discoin-84b0cfa8b6859822bd964ef42b03832990d2ec03.zip | |
release: bump minimum required macOS to 10.10
Diffstat (limited to 'share')
| -rw-r--r-- | share/qt/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index 5ca6d9d01..17b4ee47d 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -3,7 +3,7 @@ <plist version="0.9"> <dict> <key>LSMinimumSystemVersion</key> - <string>10.8.0</string> + <string>10.10.0</string> <key>LSArchitecturePriority</key> <array> |