Update system requirement to 10.15 or above

This commit is contained in:
1024jp 2020-08-02 13:36:56 +09:00
parent 4f83ed89bd
commit 7ff49f8214
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ Change Log
### Improvements
- Change the system requirement to __macOS 10.14 Mojave and later__.
- Change the system requirement to __macOS 10.15 Catalina and later__.
- Update the UI appearance for Big Sur.
- Update the application icon.
- Update the line number view style.

View File

@ -4315,7 +4315,7 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 10.15;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "-D DEBUG";
RUN_CLANG_STATIC_ANALYZER = YES;
@ -4379,7 +4379,7 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MACOSX_DEPLOYMENT_TARGET = 10.15;
RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;

View File

@ -4,7 +4,7 @@ CotEditor
CotEditor is a lightweight plain-text editor for macOS.
- __Requirement__: macOS 10.14 Mojave or later
- __Requirement__: macOS 10.15 Catalina or later
- __Web Site__: <https://coteditor.com>
- __Mac App Store__: <https://itunes.apple.com/app/coteditor/id1024640650?ls=1>