Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next #25

Merged
merged 4 commits into from
Jan 10, 2017
Merged

Next #25

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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