aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build-mailcore2-framework-osx.sh
blob: d1ae78748c1cc7a1d82711053ba808e8ee8b9ce0 (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=897b4a23d27984b06dd2caf441268ef4b6ad9d67
name="mailcore2-framework-osx"
xcode_target="mailcore osx"
xcode_project="mailcore2.xcodeproj"
library="MailCore.framework"
embedded_deps="ctemplate-osx libetpan-osx"

build_git_osx