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
- name: Unit Test
env:
DEVELOPER_DIR: /Applications/Xcode_13.3.app
DEVELOPER_DIR: /Applications/Xcode_14.0.app
run: |
set -o pipefail
xcodebuild test -project CotEditor.xcodeproj -scheme CotEditor CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c

View File

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

View File

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