From 937e3a2dea1c53724055add06b04b8eef6739fcf Mon Sep 17 00:00:00 2001 From: Chris Lloyd Date: Thu, 18 Jun 2020 11:26:21 +0100 Subject: [PATCH] chore: Update the location of capacitor pods for IonicRunner (#3120) --- example/ios/IonicRunner/Podfile | 4 ++-- example/ios/IonicRunner/Podfile.lock | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/example/ios/IonicRunner/Podfile b/example/ios/IonicRunner/Podfile index baa8f496f8..ce5b138557 100644 --- a/example/ios/IonicRunner/Podfile +++ b/example/ios/IonicRunner/Podfile @@ -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 diff --git a/example/ios/IonicRunner/Podfile.lock b/example/ios/IonicRunner/Podfile.lock index 304a7cc726..39532d2dec 100644 --- a/example/ios/IonicRunner/Podfile.lock +++ b/example/ios/IonicRunner/Podfile.lock @@ -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