From 002fa3b63e8ff902ad97f65293beae2ad88ee5f4 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Wed, 6 Jan 2021 00:38:23 -0800 Subject: [PATCH] Fix last remaining references to old build target --- Cog.xcodeproj/project.pbxproj | 4 ++-- Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cog.xcodeproj/project.pbxproj b/Cog.xcodeproj/project.pbxproj index 951ca3370..11e521016 100644 --- a/Cog.xcodeproj/project.pbxproj +++ b/Cog.xcodeproj/project.pbxproj @@ -2776,7 +2776,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.9; + MACOSX_DEPLOYMENT_TARGET = 10.13; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; }; @@ -2815,7 +2815,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.9; + MACOSX_DEPLOYMENT_TARGET = 10.13; SDKROOT = macosx; }; name = Release; diff --git a/Info.plist b/Info.plist index 862ac0861..152757515 100644 --- a/Info.plist +++ b/Info.plist @@ -1017,7 +1017,7 @@ LSApplicationCategoryType public.app-category.music LSMinimumSystemVersion - 10.8.0 + 10.13.0 NSAppTransportSecurity NSAllowsArbitraryLoads