Skip to content

Commit 5b3f9a5

Browse files
committed
chore: fix Pod issue
1 parent 9a8b533 commit 5b3f9a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CapacitorOsInappbrowser.podspec renamed to CapacitorInappbrowser.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'json'
33
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
44

55
Pod::Spec.new do |s|
6-
s.name = 'CapacitorOsInappbrowser'
6+
s.name = 'CapacitorInappbrowser'
77
s.version = package['version']
88
s.summary = package['description']
99
s.license = package['license']

example-app/ios/App/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def capacitor_pods
1414
pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
1515
pod 'CapacitorHaptics', :path => '../../node_modules/@capacitor/haptics'
1616
pod 'CapacitorKeyboard', :path => '../../node_modules/@capacitor/keyboard'
17-
pod 'CapacitorOsInappbrowser', :path => '../../..'
17+
pod 'CapacitorInappbrowser', :path => '../../..'
1818
pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
1919
end
2020

0 commit comments

Comments
 (0)