Skip to content

Commit

Permalink
try configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jul 2, 2024
1 parent 2d1a53b commit 3eedaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def capacitor_pods
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCommunityImageToText', :path => '../../node_modules/@capacitor-community/image-to-text'
pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
pod 'CapacitorCamera', :path => '../../node_modules/@capacitor/camera'
pod 'CapacitorCamera', :path => '../../node_modules/@capacitor/camera', :configurations => ['Debug', 'Release']
pod 'CapacitorFilesystem', :path => '../../filesystem'
pod 'CapacitorKeyboard', :path => '../../node_modules/@capacitor/keyboard'
pod 'CapacitorPreferences', :path => '../../node_modules/@capacitor/preferences'
Expand Down

0 comments on commit 3eedaa1

Please sign in to comment.