Skip to content

Commit

Permalink
Merge pull request #16 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 f722633 + 75a01f0 commit 7d9490c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 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.ldap"
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,2 +1,2 @@
ti.ldap
ti.ldap [![Build Status](https://magnum.travis-ci.com/appcelerator-modules/ti.ldap.svg?token=C6poLybMz9ERuFX5KZsz)](https://magnum.travis-ci.com/appcelerator-modules/ti.ldap)
=======
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.0.1
version: 1.1.1
apiversion: 2
architectures: armeabi armeabi-v7a x86
description: LDAP for Titanium
author: Jeff English
license: Appcelerator Commercial License
Expand Down
3 changes: 2 additions & 1 deletion documentation/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change Log
<pre>
v1.1.1 [TIMOB-18092] Added architectures to manifest

iOS v1.1.0 64 bit support
v1.1.0 [TIMOB-18092] 64 bit support for iOS

v1.0.0 Initial Release
5 changes: 3 additions & 2 deletions iphone/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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: LDAP for Titanium
author: Jeff English
license: Appcelerator Commercial License
copyright: Copyright (c) 2012 by Appcelerator, Inc.
copyright: Copyright (c) 2012 - 2014 by Appcelerator, Inc.


# these should not be edited
Expand Down
Binary file removed ti.ldap-titanium-1.0.1.zip
Binary file not shown.

0 comments on commit 7d9490c

Please sign in to comment.