Skip to content

Commit

Permalink
Merge pull request #4 from muhammaddadu/TIMOB-18092
Browse files Browse the repository at this point in the history
[TIMOB-18092] Rebuild modules for 64-bit architectures
  • Loading branch information
muhammaddadu committed Dec 8, 2014
2 parents 4a20ee8 + ad88c31 commit e838fcd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
# 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
name: compression
moduleid: ti.compression
guid: c129f5f7-ace8-4cca-be47-b226f8b29f78
platform: iphone
minsdk: 3.2.2.GA
minsdk: 3.4.1.GA
2 changes: 1 addition & 1 deletion ios/titanium.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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


//
Expand Down

0 comments on commit e838fcd

Please sign in to comment.