You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stefan Arentz edited this page Mar 29, 2016
·
1 revision
Pre-build trigger
export PATH=$PATH:/usr/local/bin
cd firefox-ios
if ! cmp -s Cartfile.resolved Carthage/Cartfile.resolved; then
rm -rf Carthage
fi
if [ ! -d Carthage ]; then
carthage bootstrap --verbose --platform ios
cp Cartfile.resolved Carthage/Cartfile.resolved
fi