From ea5b05c4152d4d4964dcd94bc11c3428637e6cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Pantale=C3=A3o=20Gon=C3=A7alves?= <5808343+bgoncal@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:08:11 +0100 Subject: [PATCH 1/2] Bump 2025.1 --- Configuration/Version.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration/Version.xcconfig b/Configuration/Version.xcconfig index 4ef8f3fd9..c1809e808 100644 --- a/Configuration/Version.xcconfig +++ b/Configuration/Version.xcconfig @@ -1,2 +1,2 @@ -MARKETING_VERSION=2024.12.3 -CURRENT_PROJECT_VERSION=2024 +MARKETING_VERSION=2025.1 +CURRENT_PROJECT_VERSION=2025 From 3002a00ac9a49c0af66244e1cdb56a021a9935e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Pantale=C3=A3o?= <5808343+bgoncal@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:15:02 +0100 Subject: [PATCH 2/2] Bump xcode version --- .github/workflows/ci.yml | 2 +- .github/workflows/distribute.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffe02f73e..2c19357c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: - master env: - DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer FASTLANE_SKIP_UPDATE_CHECK: true FASTLANE_XCODE_LIST_TIMEOUT: 80 FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 80 diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index ce4d64807..51baaef44 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -7,7 +7,7 @@ on: - master env: - DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer FASTLANE_SKIP_UPDATE_CHECK: true FASTLANE_XCODE_LIST_TIMEOUT: 60 FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60