cordova plugin for IOS
Manual Operating Instructions
- put the plugin in where ever you want, normally it should be in the
x:/../your project/platforms/iOS/your project/Plugins - open the project with Xcode.
- right click the ‘Plugins on the right’, chose ‘new group’ to put those plugins documents into a single folder (optional)
- right click the folder(or Plugins), chose ‘Add Files to …’ and chose following documents :
libStimshop_SDK.a
signal.momd
StimshopSDK.h
StimShopPlugin.h
StimShopPlugin.m - even if you have the ‘real plugin stimshop’, you still need to do the step 4 manually with the first three doucments .
- chose the config.xml in the Staging, not in the project, and add the following code as the other plugins:
<feature name="StimShopPlugin">
<param name="ios-package" value="StimShopPlugin" />
</feature>
now continue your work.
you may delet the plugin.xml in the floder to make sure you can build your project.