Skip to content

Commit

Permalink
Merge pull request #50 from aogilvie/refactor/plugin-structure
Browse files Browse the repository at this point in the history
restructured plugin, updated version 1.1.0
  • Loading branch information
aogilvie committed Mar 18, 2014
2 parents c33c070 + 779bc7e commit 7f11d90
Show file tree
Hide file tree
Showing 348 changed files with 37,822 additions and 3,604 deletions.
1 change: 1 addition & 0 deletions .cordova/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id":"io.cordova.hellocordova","name":"HelloCordova"}
10 changes: 2 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
*.DS_Store
example/ios/exampleWizViewManager.xcodeproj/xcuserdata/*
example/ios/exampleWizViewManager.xcodeproj/project.xcworkspace/*
example/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/*
example/ios/www/*
!example/ios/www/cordova.js
!example/ios/www/cordova_plugins.js
!example/ios/www/phonegap/plugin/wizViewManager/wizViewManager.js
!example/ios/www/phonegap/plugin/wizViewMessenger/wizViewMessenger.js
*.xcworkspace
xcuserdata
.idea/
bin/
gen/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# phonegap-plugin-wizViewManager

- PhoneGap Version : 3.0
- PhoneGap Version : 2.6 and above
- last update : 27/02/2014

# Description
Expand Down
22 changes: 0 additions & 22 deletions example/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions example/android/ant.properties

This file was deleted.

52 changes: 0 additions & 52 deletions example/android/assets/www/config.xml

This file was deleted.

Binary file removed example/android/libs/cordova-3.0.0.jar
Binary file not shown.
Binary file removed example/android/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed example/android/res/drawable-ldpi/ic_launcher.png
Binary file not shown.
Binary file removed example/android/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
13 changes: 0 additions & 13 deletions example/android/res/layout/main.xml

This file was deleted.

35 changes: 0 additions & 35 deletions example/android/res/xml/config.xml

This file was deleted.

Loading

0 comments on commit 7f11d90

Please sign in to comment.