Skip to content

Commit

Permalink
Drop support of Mac OS 10.9
Browse files Browse the repository at this point in the history
- set minimum deployment target to 10.10
- set minimum system version to 10.10
  • Loading branch information
alexeykuzmin committed Jun 15, 2018
1 parent 6d86d41 commit efa0ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atom/browser/resources/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>10.9.0</string>
<string>10.10.0</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion brightray/brightray.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'GCC_ENABLE_CPP_RTTI': 'NO',
'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES',
'CLANG_CXX_LANGUAGE_STANDARD': 'c++14',
'MACOSX_DEPLOYMENT_TARGET': '10.9',
'MACOSX_DEPLOYMENT_TARGET': '10.10',
'RUN_CLANG_STATIC_ANALYZER': 'YES',
'USE_HEADER_MAP': 'NO',
},
Expand Down

0 comments on commit efa0ec0

Please sign in to comment.