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

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

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

url="https://github.com/mailcore/mailcore2.git"
rev=da097788fc9d80ed0473dd634b26b3ae281e5618
name="mailcore2-ios"
xcode_target="static mailcore2 ios"
xcode_project="mailcore2.xcodeproj"
library="libMailCore-ios.a"
embedded_deps="ctemplate-ios libetpan-ios tidy-html5-ios uchardet-ios"
flatten_deps=1

build_git_ios