From f6c36c392696a2d4229f1cd5db02248ba9b8ff62 Mon Sep 17 00:00:00 2001 From: "dima.avdeev" <99798741+dima-avdeev-jb@users.noreply.github.com> Date: Sat, 25 Feb 2023 21:46:49 +0300 Subject: [PATCH] fix components project import with IDEA (#2799) --- components/resources/demo/iosApp/Podfile | 1 + 1 file changed, 1 insertion(+) diff --git a/components/resources/demo/iosApp/Podfile b/components/resources/demo/iosApp/Podfile index aff9c517b2..b0020795ae 100644 --- a/components/resources/demo/iosApp/Podfile +++ b/components/resources/demo/iosApp/Podfile @@ -2,4 +2,5 @@ target 'iosApp' do use_frameworks! platform :ios, '14.1' pod 'shared', :path => '../shared' + project 'iosApp.xcodeproj' end \ No newline at end of file