aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-mailcore2-ios-cocoapod.sh
blob: 236779aad642e926e8fce77ab3418f52c56cbe9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

pushd "`dirname "$0"`" > /dev/null
scriptpath="`pwd`"
popd > /dev/null

. "$scriptpath/include.sh/build-dep-cocoapod.sh"

name="mailcore2-ios"
xcode_target="static mailcore2 ios"
xcode_project="mailcore2.xcodeproj"
library="libMailCore-ios.a"
embedded_deps="ctemplate-ios libetpan-ios libsasl-ios tidy-html5-ios"
build_mailcore=1
TOPDIR="$scriptpath/.."

build_git_ios