Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update the location of capacitor pods for IonicRunner #3120

Merged
merged 1 commit into from
Jun 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/ios/IonicRunner/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ target 'IonicRunner' do
use_frameworks!

# Pods for IonicRunner
pod 'CapacitorCordova', :path => '../../../'
pod 'Capacitor', :path => '../../../'
pod 'CapacitorCordova', :path => '../../../ios/'
pod 'Capacitor', :path => '../../../ios/'
end
22 changes: 11 additions & 11 deletions example/ios/IonicRunner/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
PODS:
- Capacitor (1.5.0):
- CapacitorCordova (= 1.5.0)
- CapacitorCordova (1.5.0)
- Capacitor (2.2.0):
- CapacitorCordova
- CapacitorCordova (2.2.0)

DEPENDENCIES:
- Capacitor (from `../../../`)
- CapacitorCordova (from `../../../`)
- Capacitor (from `../../../ios/`)
- CapacitorCordova (from `../../../ios/`)

EXTERNAL SOURCES:
Capacitor:
:path: "../../../"
:path: "../../../ios/"
CapacitorCordova:
:path: "../../../"
:path: "../../../ios/"

SPEC CHECKSUMS:
Capacitor: 4cd894d4b845bf04093d9e85c84e602742931574
CapacitorCordova: 5b03f0b903bf066a8f3187e848252227190b681a
Capacitor: 870c0c867698ed3bc8717382549d30425b80ea5b
CapacitorCordova: a77bb95d31143546af63577154d9852d33c62a82

PODFILE CHECKSUM: cf3dd73a42bef0923c014a1179dc29d10aa5cae0
PODFILE CHECKSUM: 7d490698a0b8dd5656c6c1f01493f7405e17ef09

COCOAPODS: 1.8.4
COCOAPODS: 1.9.3