From f53e385da20e79bdd3767630b1e9e33b11b47472 Mon Sep 17 00:00:00 2001 From: Jae Hossell Date: Thu, 15 May 2025 10:37:07 +0100 Subject: [PATCH] Update podfile version reference --- shapes-app/Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shapes-app/Podfile b/shapes-app/Podfile index 9605005..e3c95c3 100644 --- a/shapes-app/Podfile +++ b/shapes-app/Podfile @@ -7,7 +7,7 @@ target 'ApproovShapes' do use_frameworks! platform :ios, '12.0' # Use the local Podspec for the ApproovURLSession - pod 'ApproovURLSession', '~> 3.3.0' + pod 'ApproovURLSession', '~> 3.4.1' end @@ -16,6 +16,6 @@ target 'ShapesWatchApp Watch App' do use_frameworks! platform :watchos, '7.0' # Use the local Podspec for the ApproovURLSession - pod 'ApproovURLSession', '~> 3.3.0' + pod 'ApproovURLSession', '~> 3.4.1' end