File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments