apptentive / apptentive-cordova

A plugin for Cordova that lets your app be Apptentive.
https://learn.apptentive.com/knowledge-base/integrating-the-apptentive-cordova-sdk-plugin/
BSD 3-Clause "New" or "Revised" License
3 stars 13 forks source link

Convert iOS bridge code to Swift #99

Closed frankus closed 1 year ago

frankus commented 1 year ago

This also converts the included framework to using CocoaPods instead. At some point in the past we switched to a bundled framework because the CocoaPods step was giving us trouble, but at this point CocoaPods seems to be working fine and our build process will be a lot simpler if we don't have to include the bundled framework. This also fixes the issue with debug builds not knowing they were debug builds because the framework was pre-built in release mode (PBI-4947).

(oh, yeah, it also it implements the sendAttachmentText and addSurveyFinishedListener features that started this whole process)