Skip to content

Commit

Permalink
Merge pull request #2 from ludei/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
karliky committed Nov 24, 2014
2 parents 9bb0e59 + f5c9856 commit 2f7adc1
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,18 @@ Even though it's a cordova-compatible plugin, some steps must be done for the in
Once the cocoonjs-cli is installed in your system, just type:

```
$ cd /to/your/cordova/based/project
$ cocoonjs plugin add com.ludei.ios.webview.plus
// Install Ludei's CLI
$ sudo npm install -g cocoonjs
$ cocoonjs create MyProject
$ cd MyProject
$ cocoonjs platform add ios
$ cocoonjs plugin add com.ludei.ios.webview.plus -d
$ cocoonjs run/emulate
```

The `-d` flag is used to activate the verbose mode.

#### Manual installation ####

Refer to the hook located at ios/hooks/install.js for the steps needed to install the Webview+ manually.
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

- Bug fixes for iOs 8.1

## 1.0.0

- First public release.
Binary file modified ios/Release-iphoneos/Release-iphoneos-libCocoonJS.a
Binary file not shown.
Binary file modified ios/Release-iphoneos/Release-iphoneos-libCocoonJS_force_load.a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ios/Resources/cocoonjs.cf
Binary file not shown.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="com.ludei.ios.webview.plus" version="1.0.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="com.ludei.ios.webview.plus" version="1.0.1">

<name>Webview+</name>
<author>Ludei</author>
Expand Down

0 comments on commit 2f7adc1

Please sign in to comment.