Skip to content

Commit a70aba0

Browse files
committed
Update Xcode to 26.3-rc
1 parent 6f0b6c9 commit a70aba0

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
macOS:
77
runs-on: macos-26
88
env:
9-
DEVELOPER_DIR: /Applications/Xcode_26.2.app
9+
DEVELOPER_DIR: /Applications/Xcode_26.3.app
1010

1111
steps:
1212
- name: Show environments

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Improve the behavior of trailing whitespace trimming.
1111
- Update the JSON syntax to highlight comments in the JSON5 format.
1212
- Improve stability.
13+
- [dev] Update the build environment to Xcode 26.3-rc.
1314

1415

1516
### Fixes

CotEditor.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
BuildIndependentTargetsInParallel = YES;
273273
CLASSPREFIX = "";
274274
LastSwiftUpdateCheck = 1240;
275-
LastUpgradeCheck = 2620;
275+
LastUpgradeCheck = 2630;
276276
ORGANIZATIONNAME = "CotEditor Project";
277277
TargetAttributes = {
278278
2A3E847D1D07296200070A54 = {

CotEditor.xcodeproj/xcshareddata/xcschemes/CotEditor-Sparkle.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "2620"
3+
LastUpgradeVersion = "2630"
44
version = "2.0">
55
<BuildAction
66
parallelizeBuildables = "YES"

CotEditor.xcodeproj/xcshareddata/xcschemes/CotEditor.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "2620"
3+
LastUpgradeVersion = "2630"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

CotEditor.xcodeproj/xcshareddata/xcschemes/UI Tests.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "2620"
3+
LastUpgradeVersion = "2630"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

CotEditor.xcodeproj/xcshareddata/xcschemes/Update Help Index.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "2620"
3+
LastUpgradeVersion = "2630"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ CotEditor is a purely macOS native application written in Swift. It adheres to C
4343
### Development Environment
4444

4545
- macOS Tahoe 26
46-
- Xcode 26.2
46+
- Xcode 26.3
4747
- Swift 6.2 (partly in Swift 5 mode)
4848
- Sandbox and hardened runtime enabled
4949

0 commit comments

Comments
 (0)