diff --git a/.travis.yml b/.travis.yml index c80131a..11ffdd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: install: - cd $MODULE_ROOT - curl -o install.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/install.sh - - source install.sh -s 3.2.2.GA + - source install.sh script: - curl -o script.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/script.sh - source script.sh diff --git a/ios/manifest b/ios/manifest index 6619c61..e16ad1d 100644 --- a/ios/manifest +++ b/ios/manifest @@ -2,12 +2,13 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 1.1.0 +version: 1.1.1 apiversion: 2 +architectures: armv7 i386 x86_64 arm64 description: Lets you zip and unzip files. author: Clint Tredway license: Apache License, Version 2.0 -copyright: Copyright (c) 2010-2013 by Appcelerator, Inc. +copyright: Copyright (c) 2010-2014 by Appcelerator, Inc. # these should not be edited @@ -15,4 +16,4 @@ name: compression moduleid: ti.compression guid: c129f5f7-ace8-4cca-be47-b226f8b29f78 platform: iphone -minsdk: 3.2.2.GA +minsdk: 3.4.1.GA diff --git a/ios/titanium.xcconfig b/ios/titanium.xcconfig index 906e5d7..d43542b 100644 --- a/ios/titanium.xcconfig +++ b/ios/titanium.xcconfig @@ -4,7 +4,7 @@ // OF YOUR TITANIUM SDK YOU'RE BUILDING FOR // // -TITANIUM_SDK_VERSION = 3.2.2.GA +TITANIUM_SDK_VERSION = 3.4.1.GA //