From b6563a456e0928d4b11fd613b922f3f14d02cdec Mon Sep 17 00:00:00 2001 From: Lucas Moreton Date: Thu, 30 Jan 2025 19:55:33 +0000 Subject: [PATCH] Fixes OTFDesignSystem wrong version on Podfile --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 62d0ee0..bd51245 100644 --- a/Podfile +++ b/Podfile @@ -43,7 +43,7 @@ target 'OTFTemplateBox' do pod 'OTFCareKitUI', '2.0.2-beta.4' pod 'OTFToolBoxCore', '1.0.4-beta' pod 'OTFUtilities', '1.0.1-beta' - pod 'OTFDesignSystem', '1.0.0' + pod 'OTFDesignSystem', '1.0.0-beta' target 'OTFTemplateBoxTests' do # Pods for testing