Skip to content

Commit

Permalink
chore: fix Pod issue
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Oct 16, 2024
1 parent 9a8b533 commit 5b3f9a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|
s.name = 'CapacitorOsInappbrowser'
s.name = 'CapacitorInappbrowser'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
Expand Down
2 changes: 1 addition & 1 deletion example-app/ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def capacitor_pods
pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
pod 'CapacitorHaptics', :path => '../../node_modules/@capacitor/haptics'
pod 'CapacitorKeyboard', :path => '../../node_modules/@capacitor/keyboard'
pod 'CapacitorOsInappbrowser', :path => '../../..'
pod 'CapacitorInappbrowser', :path => '../../..'
pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
end

Expand Down

0 comments on commit 5b3f9a5

Please sign in to comment.