From dbd8774a688fd5930ebed559089ba4c4419a9260 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 29 Jul 2024 17:13:20 +0200 Subject: [PATCH] Support MacOS 13.5 and newer --- project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.yml b/project.yml index 3e3c75e..8c00938 100644 --- a/project.yml +++ b/project.yml @@ -16,7 +16,7 @@ targets: WakaTime: type: application platform: macOS - deploymentTarget: 14.5 + deploymentTarget: 13.5 sources: [WakaTime] settings: CURRENT_PROJECT_VERSION: local-build @@ -51,7 +51,7 @@ targets: WakaTime Helper: type: application platform: macOS - deploymentTarget: 14.5 + deploymentTarget: 13.5 sources: [WakaTime Helper] settings: CURRENT_PROJECT_VERSION: local-build