Update project to Xcode 14

This commit is contained in:
1024jp 2022-07-13 16:34:17 +09:00
parent 8c32ebe077
commit c272a931ba
3 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ jobs:
swiftlint swiftlint
- name: Unit Test - name: Unit Test
env: env:
DEVELOPER_DIR: /Applications/Xcode_13.3.app DEVELOPER_DIR: /Applications/Xcode_14.0.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

@ -3,7 +3,7 @@
archiveVersion = 1; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 55; objectVersion = 56;
objects = { objects = {
/* Begin PBXAggregateTarget section */ /* Begin PBXAggregateTarget section */
@ -2743,7 +2743,7 @@
}; };
}; };
buildConfigurationList = 8C71D95708640EDF00C9C0BD /* Build configuration list for PBXProject "CotEditor" */; buildConfigurationList = 8C71D95708640EDF00C9C0BD /* Build configuration list for PBXProject "CotEditor" */;
compatibilityVersion = "Xcode 13.0"; compatibilityVersion = "Xcode 14.0";
developmentRegion = en; developmentRegion = en;
hasScannedForEncodings = 1; hasScannedForEncodings = 1;
knownRegions = ( knownRegions = (

View File

@ -21,8 +21,8 @@ CotEditor is a pure document-based Cocoa application written in Swift.
### Development Environment ### Development Environment
- macOS 12 Monterey - macOS 12 Monterey
- Xcode 13.4 - Xcode 14
- Swift 5.6 - Swift 5.7
- Sandbox enabled - Sandbox enabled