Merge pull request #4277 from lukeadams/osx-min-version-bump

OS X min version bump (10.8=>10.9)
This commit is contained in:
Cheng Zhao 2016-01-30 13:02:24 +08:00
commit d2c757e2a5
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>10.8.0</string>
<string>10.9.0</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

View file

@ -5,7 +5,7 @@ Following platforms are supported by Electron:
### OS X
Only 64bit binaries are provided for OS X, and the minimum OS X version
supported is OS X 10.8.
supported is OS X 10.9.
### Windows