Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-18144] iOS: Update manifest with architectures #16

Merged
merged 3 commits into from
Dec 9, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.