Update Xcode to 16 beta

This commit is contained in:
1024jp 2024-06-11 04:27:45 +09:00
parent cff8fd1f6a
commit 7921c6d418
4 changed files with 5 additions and 4 deletions

View File

@ -24,7 +24,7 @@ jobs:
swiftlint swiftlint
- name: Unit Test - name: Unit Test
env: env:
DEVELOPER_DIR: /Applications/Xcode_15.3.app DEVELOPER_DIR: /Applications/Xcode_16.0-beta.app
run: | run: |
set -o pipefail set -o pipefail
xcodebuild test -project CotEditor.xcodeproj -scheme CotEditor CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c xcodebuild test -project CotEditor.xcodeproj -scheme CotEditor CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c

View File

@ -14,6 +14,7 @@
### Improvements ### Improvements
- Support __macOS 15 Sequoia__.
- Change the system requirement to __macOS 14 Sonoma and later__. - Change the system requirement to __macOS 14 Sonoma and later__.
- Add “Select Column Up/Down“ commands to the Edit > Select menu. - Add “Select Column Up/Down“ commands to the Edit > Select menu.
- Change the unit of character ranges handled in CotEditor Scripting for AppleScript from UTF-16 based to the Unicode grapheme cluster-based (This is to follow the specification change in AppleScript 2.0 introduced in Mac OS X 10.5). - Change the unit of character ranges handled in CotEditor Scripting for AppleScript from UTF-16 based to the Unicode grapheme cluster-based (This is to follow the specification change in AppleScript 2.0 introduced in Mac OS X 10.5).

View File

@ -3,7 +3,7 @@
archiveVersion = 1; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 63; objectVersion = 73;
objects = { objects = {
/* Begin PBXAggregateTarget section */ /* Begin PBXAggregateTarget section */
@ -2586,7 +2586,6 @@
}; };
}; };
buildConfigurationList = 8C71D95708640EDF00C9C0BD /* Build configuration list for PBXProject "CotEditor" */; buildConfigurationList = 8C71D95708640EDF00C9C0BD /* Build configuration list for PBXProject "CotEditor" */;
compatibilityVersion = "Xcode 15.3";
developmentRegion = en; developmentRegion = en;
hasScannedForEncodings = 1; hasScannedForEncodings = 1;
knownRegions = ( knownRegions = (
@ -2611,6 +2610,7 @@
2AA2C6FA24399A920017D1EC /* XCRemoteSwiftPackageReference "Yams" */, 2AA2C6FA24399A920017D1EC /* XCRemoteSwiftPackageReference "Yams" */,
2AAAE6E326DB82F800C5F0AC /* XCRemoteSwiftPackageReference "Sparkle" */, 2AAAE6E326DB82F800C5F0AC /* XCRemoteSwiftPackageReference "Sparkle" */,
); );
preferredProjectObjectVersion = 73;
projectDirPath = ""; projectDirPath = "";
projectRoot = ""; projectRoot = "";
targets = ( targets = (

View File

@ -19,7 +19,7 @@ CotEditor is a purely macOS native application written in Swift. It adopts Cocoa
### Development Environment ### Development Environment
- macOS 14 Sonoma - macOS 14 Sonoma
- Xcode 15.4 - Xcode 16 Beta
- Swift 5.10 - Swift 5.10
- Sandbox enabled - Sandbox enabled