Update deployment target to macOS 12

This commit is contained in:
1024jp 2022-06-11 22:49:52 +09:00
parent f344097fe8
commit edf6d4c6b0
3 changed files with 7 additions and 3 deletions

View File

@ -5,6 +5,10 @@ Change Log
4.4.0 (unreleased)
--------------------------
### Improvements
- Change the system requirement to __macOS 12 Moneterey and later__.
4.3.1 (519)

View File

@ -4574,7 +4574,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
@ -4638,7 +4638,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
RUN_CLANG_STATIC_ANALYZER = YES;

View File

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