Skip to content

Commit

Permalink
feat(ios) update CocoaPods version
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul authored and Calinteodor committed Nov 5, 2024
1 parent ab51512 commit dc25a8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2157,4 +2157,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 79119d2af4f01a2584749dc3926902e66572d896

COCOAPODS: 1.15.2
COCOAPODS: 1.16.1
8 changes: 4 additions & 4 deletions ios/app/app.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
files = (
);
inputPaths = (
"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH",
$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH,
);
name = "Adjust ATS";
outputPaths = (
Expand Down Expand Up @@ -543,7 +543,7 @@
inputFileListPaths = (
);
inputPaths = (
"$PROJECT_DIR/app.entitlements",
$PROJECT_DIR/app.entitlements,
);
name = "Update App Entitlements";
outputFileListPaths = (
Expand Down Expand Up @@ -585,7 +585,7 @@
inputFileListPaths = (
);
inputPaths = (
"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH",
$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH,
);
name = "Setup Google reverse URL handler";
outputFileListPaths = (
Expand All @@ -605,7 +605,7 @@
inputFileListPaths = (
);
inputPaths = (
"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH",
$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH,
);
name = "Setup Dropbox";
outputFileListPaths = (
Expand Down

0 comments on commit dc25a8d

Please sign in to comment.