Compose Multiplatform Mobile project template
This commit is contained in:
5
iosApp/Podfile
Normal file
5
iosApp/Podfile
Normal file
@@ -0,0 +1,5 @@
|
||||
target 'iosApp' do
|
||||
use_frameworks!
|
||||
platform :ios, '14.1'
|
||||
pod 'shared', :path => '../shared'
|
||||
end
|
Reference in New Issue
Block a user