Browse Source

fix components project import with IDEA (#2799)

pull/2805/head
dima.avdeev 1 year ago committed by GitHub
parent
commit
f6c36c3926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/resources/demo/iosApp/Podfile

1
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
Loading…
Cancel
Save