From c8609acc3d384964d0bdf8eb451d3bf27145ef29 Mon Sep 17 00:00:00 2001 From: Egor Egorov Date: Thu, 5 Dec 2024 20:46:17 +0200 Subject: [PATCH] Remove strict GliaCoreSDK version in Podfile --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 38c8f53eb..b225339eb 100644 --- a/Podfile +++ b/Podfile @@ -18,7 +18,7 @@ target 'TestingApp' do end target 'GliaWidgets' do - pod 'GliaCoreSDK', '1.5.6' + pod 'GliaCoreSDK' swiftlint end