From 654b16cdcb1311a6d9c2cd7944920b457ab59721 Mon Sep 17 00:00:00 2001 From: Vlad Svoka Date: Sat, 28 Sep 2024 18:33:10 -0700 Subject: [PATCH] Apple: Xcode 16 (#729) --- .github/workflows/build.yml | 4 ++-- platform/mac/AppDelegate.mm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a2b8a60c..0fbf1af94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ on: env: WORKSPACE: ${{ github.workspace }} - DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_16.app/Contents/Developer BUILD_NUMBER: ${{ github.event.inputs.buildNumber }} YEAR: ${{ github.event.inputs.buildYear }} @@ -76,7 +76,7 @@ jobs: runner: - macos-14 xcode: - - Xcode_15.3 + - Xcode_16 - Xcode_15.4 target: - template diff --git a/platform/mac/AppDelegate.mm b/platform/mac/AppDelegate.mm index 639f2b01d..a30b34458 100755 --- a/platform/mac/AppDelegate.mm +++ b/platform/mac/AppDelegate.mm @@ -254,7 +254,7 @@ static void SigPIPEHandler(int signal) NSString *kosVersionMinimum = @"10.9"; // we refuse to run on OSes older than this NSString *kosVersionPrevious = @"10.12"; // should be updated as Apple releases new OSes -NSString *kosVersionCurrent = @"14.99"; // should be updated as Apple releases new OSes; we will run on this one and the previous one +NSString *kosVersionCurrent = @"15.99"; // should be updated as Apple releases new OSes; we will run on this one and the previous one // These tags are defined on the various DeviceBuild dialogs in Interface Builder enum {