Skip to content

Commit

Permalink
Merge pull request #29 from muhammaddadu/TIMOB-18144
Browse files Browse the repository at this point in the history
[TIMOB-18144] iOS: Update manifest with architectures
  • Loading branch information
jonalter committed Dec 9, 2014
2 parents c538f22 + 0e7460d commit aa28bc1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: objective-c
env:
global:
- "MODULE_NAME=ti.geofence"
before_install:
- MODULE_ROOT=$PWD
install:
- cd $MODULE_ROOT
- curl -o install.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/install.sh
- source install.sh
script:
- curl -o script.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/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
- source deploy.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ti.geofence Module
# ti.geofence Module [![Build Status](https://magnum.travis-ci.com/appcelerator-modules/ti.geofence.svg?token=C6poLybMz9ERuFX5KZsz)](https://magnum.travis-ci.com/appcelerator-modules/ti.geofence)

## Description

Expand Down
3 changes: 2 additions & 1 deletion android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 1.1.2
version: 1.1.3
apiversion: 2
architectures: armeabi armeabi-v7a x86
description: Monitoring geo regions
author: Jon Alter
license: Appcelerator Commercial License
Expand Down
2 changes: 2 additions & 0 deletions documentation/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log
<pre>
v1.1.3 Updated manifest with architectures [TIMOB-18144]

v1.1.2 iOS/Android: module validation fix [MOD-1779]

v1.1.1 Android: Update Google Play Services to v21 [TIMODOPEN-455]
Expand Down
3 changes: 2 additions & 1 deletion iphone/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 1.1.2
version: 1.1.3
apiversion: 2
architectures: armv7 i386 x86_64 arm64
description: Monitoring geo regions
author: Jon Alter
license: Appcelerator Commercial License
Expand Down

0 comments on commit aa28bc1

Please sign in to comment.