Skip to content

Commit 64cdace

Browse files
authored
Merge pull request #25 from akofman/next
Next
2 parents a1ca599 + 763d76e commit 64cdace

File tree

5,030 files changed

+13009
-358548
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,030 files changed

+13009
-358548
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
npm-debug.log

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
webpack.config.js
2+
src
3+
.travis.yml
4+
.editorconfig
5+
.eslintrc
6+
.npmignore

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can add this plugin directly to your project:
1212

1313
Or add it as a dependency into your own plugin:
1414

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

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

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

2424
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.
2525

26+
## Contributing
27+
28+
The src folder contains ECMAScript 2015 source files.
29+
This project is built and bundled using [Babel](https://babeljs.io/) and [Webpack](https://webpack.js.org/).
2630

2731
## License
2832

0 commit comments

Comments
 (0)