From 9b1f7571b04916fd57874b1d72d24aa9aa12616c Mon Sep 17 00:00:00 2001 From: Jason Milkins Date: Tue, 1 Oct 2024 08:15:42 +0700 Subject: [PATCH] Update Podfile macos 13 --- CutBox/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CutBox/Podfile b/CutBox/Podfile index 8f57d100d..56402be12 100644 --- a/CutBox/Podfile +++ b/CutBox/Podfile @@ -1,5 +1,5 @@ abstract_target 'CutBoxAll' do - platform :osx, '11.0' + platform :osx, '13.0' pod 'RxSwift'