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

build_git_osx