Merge pull request #4277 from lukeadams/osx-min-version-bump
OS X min version bump (10.8=>10.9)
This commit is contained in:
commit
d2c757e2a5
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue