Skip to content

Commit

Permalink
Updating example
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Jun 10, 2019
1 parent 3ef2135 commit bbe09b7
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 58 deletions.
4 changes: 2 additions & 2 deletions example/ios/IonicRunner/IonicRunner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-IonicRunner/Pods-IonicRunner-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-IonicRunner/Pods-IonicRunner-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Capacitor/Capacitor.framework",
"${BUILT_PRODUCTS_DIR}/CapacitorCordova/Cordova.framework",
);
Expand All @@ -263,7 +263,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-IonicRunner/Pods-IonicRunner-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-IonicRunner/Pods-IonicRunner-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
62F96EECC323BD73A7ACF894 /* [CP] Check Pods Manifest.lock */ = {
Expand Down
12 changes: 6 additions & 6 deletions example/ios/IonicRunner/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Capacitor (1.0.0-beta.14):
- CapacitorCordova (= 1.0.0-beta.14)
- CapacitorCordova (1.0.0-beta.14)
- Capacitor (1.0.0):
- CapacitorCordova (= 1.0.0)
- CapacitorCordova (1.0.0)

DEPENDENCIES:
- Capacitor (from `../../../`)
Expand All @@ -14,9 +14,9 @@ EXTERNAL SOURCES:
:path: "../../../"

SPEC CHECKSUMS:
Capacitor: 45813ccadddccc4b41d37c6e28d55091ea0dc0b5
CapacitorCordova: 5035eb0fecfd8624456ad05aa1d07285a3847cd5
Capacitor: 48e6d22d3d2fe9fd95f6c128136a7b538b7fd50d
CapacitorCordova: dd5a5a6ca827445b1f97ed0bb9ca4dbf424802c3

PODFILE CHECKSUM: cf3dd73a42bef0923c014a1179dc29d10aa5cae0

COCOAPODS: 1.5.0
COCOAPODS: 1.6.2
Loading

0 comments on commit bbe09b7

Please sign in to comment.