Skip to content

Commit

Permalink
Adapt module for titanium mobilesdk 1.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pfleidi committed Mar 8, 2011
1 parent 2d0a4e1 commit 739418c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ Use the module

- Build the module or download is from the download section
- Place it into your appcelerator project directory
- Add the module to the module section of your tiapp.xml file: <modules><module version="0.1">com.mwaysolutions.barcode</module></modules>
- Add the module to the module section of your tiapp.xml file: <modules><module version="0.2">com.mwaysolutions.barcode</module></modules>
- Use it in your application with require('com.mwaysolutions.barcode');
- Build your project as usual with the Titanium Developer application

Expand Down
4 changes: 2 additions & 2 deletions build.properties
@@ -1,3 +1,3 @@
titanium.platform=/Library/Application Support/Titanium/mobilesdk/osx/1.5.1/android
titanium.platform=/Library/Application Support/Titanium/mobilesdk/osx/1.6.0/android
android.platform=/opt/android-sdk/platforms/android-4
google.apis=/opt/android-sdk/add-ons/addon_google_apis_google_inc_4
google.apis=/opt/android-sdk/add-ons/addon_google_apis_google_inc_4
4 changes: 2 additions & 2 deletions manifest
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 0.1
version: 0.2
description: Barcode module
author: M-WAY Solutions GmbH
license: Apache v2 license
Expand All @@ -13,4 +13,4 @@ name: titanium-barcode
moduleid: com.mwaysolutions.barcode
guid: bc88d841-a015-45a8-8d95-31a4fa924c35
platform: android
minsdk: 1.5.1
minsdk: 1.6.0
1 change: 1 addition & 0 deletions timodule.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ti:module xmlns:ti="http://ti.appcelerator.org"
xmlns:android="http://schemas.android.com/apk/res/android">

<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest>
<uses-permission android:name="android.permission.CAMERA" />
Expand Down

0 comments on commit 739418c

Please sign in to comment.