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)
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
andaddSurveyFinishedListener
features that started this whole process)