Skip to content

Commit

Permalink
Add back podfile for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Dec 20, 2024
1 parent cf0c5fd commit c6c9fa4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
platform :ios, '13.0'

def capacitor_pods
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'
end

target 'Plugin' do
capacitor_pods
end

target 'PluginTests' do
capacitor_pods
end

0 comments on commit c6c9fa4

Please sign in to comment.