Skip to content

Commit 654b16c

Browse files
authored
Apple: Xcode 16 (#729)
1 parent efe3161 commit 654b16c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
env:
2525
WORKSPACE: ${{ github.workspace }}
26-
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
26+
DEVELOPER_DIR: /Applications/Xcode_16.app/Contents/Developer
2727
BUILD_NUMBER: ${{ github.event.inputs.buildNumber }}
2828
YEAR: ${{ github.event.inputs.buildYear }}
2929

@@ -76,7 +76,7 @@ jobs:
7676
runner:
7777
- macos-14
7878
xcode:
79-
- Xcode_15.3
79+
- Xcode_16
8080
- Xcode_15.4
8181
target:
8282
- template

platform/mac/AppDelegate.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ static void SigPIPEHandler(int signal)
254254

255255
NSString *kosVersionMinimum = @"10.9"; // we refuse to run on OSes older than this
256256
NSString *kosVersionPrevious = @"10.12"; // should be updated as Apple releases new OSes
257-
NSString *kosVersionCurrent = @"14.99"; // should be updated as Apple releases new OSes; we will run on this one and the previous one
257+
NSString *kosVersionCurrent = @"15.99"; // should be updated as Apple releases new OSes; we will run on this one and the previous one
258258

259259
// These tags are defined on the various DeviceBuild dialogs in Interface Builder
260260
enum {

0 commit comments

Comments
 (0)