Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
omorandi committed Jun 11, 2014
1 parent f868a11 commit 5c663e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ First, you must have your XCode and Titanium Mobile SDKs in place, and have at l

The build process can be launched using the build.py script that you find in the module's code root directory.

As a result, the `com.omorandi-iphone-1.0.1.zip` file will be generated.
As a result, the `com.omorandi-iphone-1.0.2.zip` file will be generated.

### INSTALL ###
You can either copy the module package (`com.omorandi-iphone-1.0.1.zip`) to `~/Library/Application\ Support/Titanium` and reference the module in your application (the Titanium SDK will automatically unzip the file in the right place), or manually launch the command:
You can either copy the module package (`com.omorandi-iphone-1.0.2.zip`) to `~/Library/Application\ Support/Titanium` and reference the module in your application (the Titanium SDK will automatically unzip the file in the right place), or manually launch the command:

unzip -u -o com.omorandi-iphone-1.0.1.zip -d ~/Library/Application\ Support/Titanium/
unzip -u -o com.omorandi-iphone-1.0.2.zip -d ~/Library/Application\ Support/Titanium/


## Referencing the module in your Titanium Mobile application ##

Simply add the following lines to your `tiapp.xml` file:

<modules>
<module version="1.0.1" platform="iphone">com.omorandi</module>
<module version="1.0.2" platform="iphone">com.omorandi</module>
</modules>


Expand Down Expand Up @@ -164,7 +164,7 @@ a string containing a textual description of the result

## License

Copyright (c) 2010-2013 Olivier Morandi
Copyright (c) 2010-2014 Olivier Morandi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 5c663e0

Please sign in to comment.