Skip to content

Commit

Permalink
Merge pull request #42 from HazemKhaled/patch-1
Browse files Browse the repository at this point in the history
Recompile with Ti SDK 6
  • Loading branch information
hansemannn authored Nov 30, 2016
2 parents b28007d + 6d0414d commit 5903128
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
language: objective-c
osx_image: xcode7.1
osx_image: xcode7.3
env:
global:
- "MODULE_NAME=ti.barcode"
- TRAVIS_NODE_VERSION="4"
before_install:
- MODULE_ROOT=$PWD
- brew update
- brew install nvm
- source $(brew --prefix nvm)/nvm.sh
- nvm install 4
- npm config delete prefix
- nvm use --delete-prefix v4.4.7 4
install:
- cd $MODULE_ROOT
- curl -o install.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/install.sh
- source install.sh -a 22 -s "--branch 5_1_X"
- curl -o install.sh https://raw.githubusercontent.com/sgtcoolguy/ci/v8/travis/install.sh
- source install.sh -s "--branch master"
script:
- curl -o script.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/script.sh
- curl -o script.sh https://raw.githubusercontent.com/sgtcoolguy/ci/v8/travis/script.sh
- source script.sh
after_success: # and this only on success
- curl -o deploy.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/deploy.sh
Expand Down
10 changes: 5 additions & 5 deletions android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 2.3.5
apiversion: 2
architectures: armeabi armeabi-v7a x86
version: 3.0.0
apiversion: 3
architectures: armeabi-v7a x86
description: Lets you process 1D/2D barcodes.
author: Stephen Tramer & Jeff English
license: Apache License, Version 2.0
copyright: Copyright (c) 2010-2013 by Appcelerator, Inc.
copyright: Copyright (c) 2010-2016 by Appcelerator, Inc.


# these should not be edited
name: barcode
moduleid: ti.barcode
guid: fe2e658e-0eaf-44a6-b6d1-c074d6b986a3
platform: android
minsdk: 3.1.3.GA
minsdk: 6.0.0.GA

0 comments on commit 5903128

Please sign in to comment.