From afb7d326685d65b6354daac3215ad9b7382e64e5 Mon Sep 17 00:00:00 2001 From: gnattu Date: Thu, 28 Mar 2024 08:21:38 +0800 Subject: [PATCH 1/3] chore: target macOS 12 As we are using dotnet 8 which requires macOS 12, targetting an earlier version is not useful. This will enable us to use new APIs in the future. --- Jellyfin Server.xcodeproj/project.pbxproj | 6 ++-- .../AlertViewController.storyboard | 12 ++++---- Jellyfin Server/Base.lproj/Main.storyboard | 7 +++-- .../PreferencesViewController.storyboard | 30 +++++++++---------- 4 files changed, 28 insertions(+), 27 deletions(-) diff --git a/Jellyfin Server.xcodeproj/project.pbxproj b/Jellyfin Server.xcodeproj/project.pbxproj index c14679c..94f8dc3 100644 --- a/Jellyfin Server.xcodeproj/project.pbxproj +++ b/Jellyfin Server.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 52; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ @@ -351,7 +351,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MACOSX_DEPLOYMENT_TARGET = 10.14; + MACOSX_DEPLOYMENT_TARGET = 12.0; MARKETING_VERSION = 1.2.3; PRODUCT_BUNDLE_IDENTIFIER = Jellyfin.Server; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -375,7 +375,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MACOSX_DEPLOYMENT_TARGET = 10.14; + MACOSX_DEPLOYMENT_TARGET = 12.0; MARKETING_VERSION = 1.2.3; PRODUCT_BUNDLE_IDENTIFIER = Jellyfin.Server; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/Jellyfin Server/AlertWindow/AlertViewController.storyboard b/Jellyfin Server/AlertWindow/AlertViewController.storyboard index 8322243..48f1e63 100644 --- a/Jellyfin Server/AlertWindow/AlertViewController.storyboard +++ b/Jellyfin Server/AlertWindow/AlertViewController.storyboard @@ -1,8 +1,8 @@ - + - + @@ -16,15 +16,15 @@