aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-mailcore2-framework-ios.sh
blob: ae481bdef63716fc5e11ce607e4efb25054b18fd (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.sh"

url="https://github.com/mailcore/mailcore2.git"
rev=26b78229f7b09fa3f358c0ab096d6d9504ca56ba
name="mailcore2-framework-ios"
xcode_target="mailcore ios"
xcode_project="mailcore2.xcodeproj"
library="MailCore.framework"
embedded_deps="ctemplate-ios libetpan-ios tidy-html5-ios"

build_git_ios