Skip to content

Commit

Permalink
Merge pull request #25 from akofman/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
akofman authored Jan 10, 2017
2 parents a1ca599 + 763d76e commit 64cdace
Show file tree
Hide file tree
Showing 5,030 changed files with 13,009 additions and 358,548 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
npm-debug.log
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
webpack.config.js
src
.travis.yml
.editorconfig
.eslintrc
.npmignore
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can add this plugin directly to your project:

Or add it as a dependency into your own plugin:

`<dependency id="cordova-plugin-add-swift-support" version="1.6.0"/>`
`<dependency id="cordova-plugin-add-swift-support" version="1.6.1"/>`

By default, the Swift 3 support is added but the legacy version (2.3) can still be configured as a preference:

Expand All @@ -23,6 +23,10 @@ As an example you can have a look at this [plugin](https://github.com/akofman/co

If the `cordova-plugin-add-swift-support` plugin is already installed to your project, then you can add your own Swift plugin as usual, its prefixed Bridging-Header will be automatically found and merged.

## Contributing

The src folder contains ECMAScript 2015 source files.
This project is built and bundled using [Babel](https://babeljs.io/) and [Webpack](https://webpack.js.org/).

## License

Expand Down
Loading

0 comments on commit 64cdace

Please sign in to comment.