From f7ae0ccb6826bc84e6f92c3be3ebf1fff4f3f085 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Sat, 8 Jun 2024 14:19:54 +0200 Subject: [PATCH] Min version to mac 13, iOS 16 --- project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.yml b/project.yml index 55d8db47..92937d80 100644 --- a/project.yml +++ b/project.yml @@ -2,8 +2,8 @@ name: Kiwix options: xcodeVersion: 15.0 deploymentTarget: # the three latest major versions should be supported - iOS: 15.0 - macOS: 12.0 + iOS: 16.0 + macOS: 13.0 generateEmptyDirectories: true useTabs: false groupSortPosition: top