1 parent bb856d8 commit 0223893Copy full SHA for 0223893
2 files changed
build.sh
@@ -48,7 +48,10 @@ if [ "$MODE" = "examples" ]; then
48
build
49
elif [ -f "${example}/Cartfile" ]; then
50
echo "Using Carthage"
51
+ local_repo=`pwd`
52
cd $example
53
+
54
+ echo "git \"file://${local_repo}\" \"master\"" > "Cartfile"
55
carthage update --platform iOS
56
57
xctool \
examples/CarthageBuildTest/Cartfile
@@ -1 +1 @@
1
-github "facebook/AsyncDisplayKit" "master"
+git "file:///build.sh/will/put/local/absolute/path/here" "master"
0 commit comments