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>
|
<key>LSApplicationCategoryType</key>
|
||||||
<string>public.app-category.developer-tools</string>
|
<string>public.app-category.developer-tools</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>10.8.0</string>
|
<string>10.9.0</string>
|
||||||
<key>NSMainNibFile</key>
|
<key>NSMainNibFile</key>
|
||||||
<string>MainMenu</string>
|
<string>MainMenu</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
|
|
@ -5,7 +5,7 @@ Following platforms are supported by Electron:
|
||||||
### OS X
|
### OS X
|
||||||
|
|
||||||
Only 64bit binaries are provided for OS X, and the minimum OS X version
|
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
|
### Windows
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue