Skip to content

Commit c42a745

Browse files
committed
Use carthage.sh instead of the stock carthage
1 parent e4c3026 commit c42a745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scripts/carthage_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ cd "${PROJECT_DIR}/Example"
33
if [ -d "Carthage/Build/iOS" ]; then
44
echo "Carthage: found dependencies!"
55
else
6-
carthage update
6+
./carthage.sh update
77
fi

0 commit comments

Comments
 (0)