From 53371c273181f9c1866ec960897225639e98c31d Mon Sep 17 00:00:00 2001 From: Guillermo Toro Bayona Date: Thu, 26 Mar 2015 17:42:50 +0000 Subject: [PATCH] 64Bits Support --- .travis.yml | 2 +- android/manifest | 3 ++- ios/manifest | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e21f82..7fcf185 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: install: - cd $MODULE_ROOT - curl -o settup.sh https://raw.githubusercontent.com/TheBookPeople/ci-scripts/master/travis/titanium/modules/settup.sh - - source settup.sh -s "3.4.1.GA" + - source settup.sh -s "3.5.1.GA" script: - curl -o build.sh https://raw.githubusercontent.com/TheBookPeople/ci-scripts/master/travis/titanium/modules/build.sh - source build.sh diff --git a/android/manifest b/android/manifest index 288e53d..f56f856 100644 --- a/android/manifest +++ b/android/manifest @@ -2,8 +2,9 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 1.2.1 +version: 1.2.2 apiversion: 2 +architectures: armeabi armeabi-v7a x86 description: push-io author: The Book People Ltd license: GPLv3 diff --git a/ios/manifest b/ios/manifest index 6cdc6c9..c0aebbe 100644 --- a/ios/manifest +++ b/ios/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 1.2.1 +version: 1.2.2 apiversion: 2 description: push-io author: The Book People Ltd