Skip to content

Commit 55491cd

Browse files
committed
update README
1 parent e1125b2 commit 55491cd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This [Cordova plugin](https://www.npmjs.com/package/cordova-plugin-add-swift-sup
66

77
`cordova plugin add cordova-plugin-add-swift-support --save`
88

9-
If needed, add a Bridging-Header file in your plugin in order to import frameworks.
9+
If needed, add a prefixed Bridging-Header file in your plugin in order to import frameworks (MyPlugin-Bridging-Header.h for instance).
10+
As an example you can have a look to this [plugin](https://github.com/akofman/cordova-plugin-dbmeter).
1011

1112
## License
1213

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-add-swift-support",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Add Swift support to your iOS plugins",
55
"homepage": "https://github.com/akofman/cordova-plugin-add-swift-support",
66
"author": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
id="cordova-plugin-add-swift-support"
4-
version="1.0.3" >
4+
version="1.0.4" >
55

66
<name>AddSwiftSupport</name>
77
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)