AdaSupport / ios-sdk

EmbedFramework is a small iOS SDK that is used to embed the Ada Chat bot into native iOS applications.
MIT License
4 stars 21 forks source link

CHATX-806: Fix for if user manually integrated framework #33

Closed michaellazz closed 3 years ago

michaellazz commented 3 years ago

Description

Latest change to allow for resource bundling with cocoapods broke manual integration. I've added some logic to check if the resource bundle is available (meaning it came though cocoapods) otherwise fallback to using the manual version loading from the root of the project.


Checklist