Skip to content

Commit

Permalink
fix ios build (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-whitman committed Feb 14, 2024
1 parent 3e49cee commit 2df1f8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions appcenter-post-clone.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

COCOAPODS_VER=`sed -n -e 's/^COCOAPODS: \([0-9.]*\)/\1/p' ./ios/Podfile.lock`
echo "Installing CocoaPods version $COCOAPODS_VER"
sudo gem install cocoapods -v $COCOAPODS_VER
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -957,4 +957,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: ca81fc3ff2cc73a5ab3e1674a7d2281321c928fb

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2

0 comments on commit 2df1f8c

Please sign in to comment.