From 674d88f72c32914dd6924892a8abcb5fa5af9313 Mon Sep 17 00:00:00 2001 From: Stephen Feather Date: Fri, 28 Nov 2014 11:19:25 -0500 Subject: [PATCH 1/4] TIMOB-18092 added 64bit support for iOS ti.compression --- .travis.yml | 2 +- ios/manifest | 5 +++-- ios/titanium.xcconfig | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) 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..6036e6d 100644 --- a/ios/manifest +++ b/ios/manifest @@ -2,8 +2,9 @@ # 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 @@ -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 // From 9aeae754ce88091896ad76183810b7645a7d8862 Mon Sep 17 00:00:00 2001 From: Stephen Feather Date: Fri, 28 Nov 2014 11:20:11 -0500 Subject: [PATCH 2/4] bumped copyright coverage --- ios/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/manifest b/ios/manifest index 6036e6d..e16ad1d 100644 --- a/ios/manifest +++ b/ios/manifest @@ -8,7 +8,7 @@ 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 From 4c98b557b3dc4b1df06c4171422c410951f39176 Mon Sep 17 00:00:00 2001 From: Stephen Feather Date: Mon, 1 Dec 2014 20:01:30 -0500 Subject: [PATCH 3/4] bumping minor version instead of patch --- ios/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/manifest b/ios/manifest index e16ad1d..b94a623 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.1.1 +version: 1.2.0 apiversion: 2 architectures: armv7 i386 x86_64 arm64 description: Lets you zip and unzip files. From ad88c31d941bba8ceabb61488132a3f0f9754b5b Mon Sep 17 00:00:00 2001 From: Stephen Feather Date: Mon, 1 Dec 2014 20:01:30 -0500 Subject: [PATCH 4/4] bumping minor version --- ios/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/manifest b/ios/manifest index b94a623..e16ad1d 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.0 +version: 1.1.1 apiversion: 2 architectures: armv7 i386 x86_64 arm64 description: Lets you zip and unzip files.