aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-10-23 15:49:32 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-10-23 15:51:42 -0700
commit3d5201fd65b7f4de152bcd3e1153fdab3199ace4 (patch)
tree3f61d95ee5518be6adbb5945eb8afcc0fca7205a /scripts
parent5aac5a823b35feffb7dd414653978e1afbdfa030 (diff)
min SDK version fixed
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-libetpan-ios.sh2
-rwxr-xr-xscripts/build-libetpan-osx.sh2
-rwxr-xr-xscripts/build-mailcore2-framework-ios.sh2
-rwxr-xr-xscripts/build-mailcore2-framework-osx.sh2
-rwxr-xr-xscripts/build-mailcore2-ios.sh2
-rwxr-xr-xscripts/build-mailcore2-osx.sh2
-rw-r--r--scripts/deps-versions.plist10
7 files changed, 11 insertions, 11 deletions
diff --git a/scripts/build-libetpan-ios.sh b/scripts/build-libetpan-ios.sh
index a6a2ac24..4fef44da 100755
--- a/scripts/build-libetpan-ios.sh
+++ b/scripts/build-libetpan-ios.sh
@@ -7,7 +7,7 @@ popd > /dev/null
. "$scriptpath/include.sh/build-dep.sh"
url="https://github.com/dinhviethoa/libetpan.git"
-rev=fd95586c4140c4a40fd4a6ccd68fc8ddc4deca75
+rev=bafc71c93d08761ecadda397c7df8519d4735181
name="libetpan-ios"
xcode_target="libetpan ios"
xcode_project="libetpan.xcodeproj"
diff --git a/scripts/build-libetpan-osx.sh b/scripts/build-libetpan-osx.sh
index 4ef64e6a..65e92aca 100755
--- a/scripts/build-libetpan-osx.sh
+++ b/scripts/build-libetpan-osx.sh
@@ -7,7 +7,7 @@ popd > /dev/null
. "$scriptpath/include.sh/build-dep.sh"
url="https://github.com/dinhviethoa/libetpan.git"
-rev=fd95586c4140c4a40fd4a6ccd68fc8ddc4deca75
+rev=bafc71c93d08761ecadda397c7df8519d4735181
name="libetpan-osx"
xcode_target="static libetpan"
xcode_project="libetpan.xcodeproj"
diff --git a/scripts/build-mailcore2-framework-ios.sh b/scripts/build-mailcore2-framework-ios.sh
index a9bd7272..1660be2a 100755
--- a/scripts/build-mailcore2-framework-ios.sh
+++ b/scripts/build-mailcore2-framework-ios.sh
@@ -12,6 +12,6 @@ name="mailcore2-framework-ios"
xcode_target="mailcore ios"
xcode_project="mailcore2.xcodeproj"
library="MailCore.framework"
-embedded_deps="ctemplate-ios libetpan-ios tidy-html5-ios uchardet-ios"
+embedded_deps="ctemplate-ios libetpan-ios tidy-html5-ios"
build_git_ios
diff --git a/scripts/build-mailcore2-framework-osx.sh b/scripts/build-mailcore2-framework-osx.sh
index e3b90184..4514271e 100755
--- a/scripts/build-mailcore2-framework-osx.sh
+++ b/scripts/build-mailcore2-framework-osx.sh
@@ -12,6 +12,6 @@ name="mailcore2-framework-osx"
xcode_target="mailcore osx"
xcode_project="mailcore2.xcodeproj"
library="MailCore.framework"
-embedded_deps="ctemplate-osx libetpan-osx uchardet-osx"
+embedded_deps="ctemplate-osx libetpan-osx"
build_git_osx
diff --git a/scripts/build-mailcore2-ios.sh b/scripts/build-mailcore2-ios.sh
index 39e055c5..53089f86 100755
--- a/scripts/build-mailcore2-ios.sh
+++ b/scripts/build-mailcore2-ios.sh
@@ -12,7 +12,7 @@ name="mailcore2-ios"
xcode_target="static mailcore2 ios"
xcode_project="mailcore2.xcodeproj"
library="libMailCore-ios.a"
-embedded_deps="ctemplate-ios libetpan-ios libsasl-ios tidy-html5-ios uchardet-ios"
+embedded_deps="ctemplate-ios libetpan-ios libsasl-ios tidy-html5-ios"
build_mailcore=1
build_git_ios
diff --git a/scripts/build-mailcore2-osx.sh b/scripts/build-mailcore2-osx.sh
index 92facac7..a3493be3 100755
--- a/scripts/build-mailcore2-osx.sh
+++ b/scripts/build-mailcore2-osx.sh
@@ -12,7 +12,7 @@ name="mailcore2-osx"
xcode_target="static mailcore2 osx"
xcode_project="mailcore2.xcodeproj"
library="libMailCore.a"
-embedded_deps="ctemplate-osx libetpan-osx uchardet-osx"
+embedded_deps="ctemplate-osx libetpan-osx"
build_mailcore=1
build_git_osx
diff --git a/scripts/deps-versions.plist b/scripts/deps-versions.plist
index e9ee83c6..2e5d5e62 100644
--- a/scripts/deps-versions.plist
+++ b/scripts/deps-versions.plist
@@ -3,13 +3,13 @@
<plist version="1.0">
<dict>
<key>ctemplate-ios</key>
- <string>2</string>
+ <string>3</string>
<key>ctemplate-osx</key>
- <string>1</string>
+ <string>2</string>
<key>libetpan-ios</key>
- <string>7</string>
+ <string>8</string>
<key>libetpan-osx</key>
- <string>7</string>
+ <string>8</string>
<key>mailcore2-framework-osx</key>
<string>6</string>
<key>mailcore2-ios</key>
@@ -17,7 +17,7 @@
<key>mailcore2-osx</key>
<string>7</string>
<key>tidy-html5-ios</key>
- <string>2</string>
+ <string>3</string>
<key>uchardet-ios</key>
<string>1</string>
<key>uchardet-osx</key>