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

build_git_osx