Skip to content

Commit

Permalink
chore: Update the location of capacitor pods for IonicRunner (#3120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lloyd authored Jun 18, 2020
1 parent 048b07e commit 937e3a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
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

0 comments on commit 937e3a2

Please sign in to comment.