Update deployment target to macOS 13

This commit is contained in:
1024jp 2023-07-23 17:57:28 +08:00
parent 9b3df4770e
commit 8bdb1d4d50
3 changed files with 7 additions and 3 deletions

View File

@ -5,6 +5,10 @@ Change Log
4.6.0 (unreleased)
--------------------------
### Improvements
- Change the system requirement to __macOS 13 Ventura and later__.
4.5.7 (573)

View File

@ -4428,7 +4428,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
@ -4493,7 +4493,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature ConciseMagicFile -enable-upcoming-feature ExistentialAny -enable-upcoming-feature ForwardTrailingClosures -enable-upcoming-feature ImplicitOpenExistentials";

View File

@ -4,7 +4,7 @@ CotEditor
CotEditor is a lightweight plain-text editor for macOS.
- __Requirement__: macOS 12 Monterey or later
- __Requirement__: macOS 13 Ventura or later
- __Web Site__: <https://coteditor.com>
- __Mac App Store__: <https://itunes.apple.com/app/coteditor/id1024640650?ls=1>
- __Languages__: English, French, German, Italian, Japanese, Portuguese, Simplified Chinese, Traditional Chinese, Turkish