feat(ios) update CocoaPods version

pull/15274/head jitsi-meet_9822
Saúl Ibarra Corretgé 3 weeks ago committed by Calinteodor
parent ab51512088
commit dc25a8dde4
  1. 2
      ios/Podfile.lock
  2. 8
      ios/app/app.xcodeproj/project.pbxproj

@ -2157,4 +2157,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 79119d2af4f01a2584749dc3926902e66572d896
COCOAPODS: 1.15.2
COCOAPODS: 1.16.1

@ -510,7 +510,7 @@
files = (
);
inputPaths = (
"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH",
$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH,
);
name = "Adjust ATS";
outputPaths = (
@ -543,7 +543,7 @@
inputFileListPaths = (
);
inputPaths = (
"$PROJECT_DIR/app.entitlements",
$PROJECT_DIR/app.entitlements,
);
name = "Update App Entitlements";
outputFileListPaths = (
@ -585,7 +585,7 @@
inputFileListPaths = (
);
inputPaths = (
"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH",
$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH,
);
name = "Setup Google reverse URL handler";
outputFileListPaths = (
@ -605,7 +605,7 @@
inputFileListPaths = (
);
inputPaths = (
"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH",
$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH,
);
name = "Setup Dropbox";
outputFileListPaths = (

Loading…
Cancel
Save