-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Carthage support for Core feature #24
Comments
@renaudjennymonese Hi, the Swift SDK does not have a dependency on SDWebImage. If you would like to use the Core, we offer that in the |
@Bucimis , that's awesome regarding not relying on Like I mentioned, having Is it possible? |
@renaudjennymonese we've filed an issue on our end to spike out support for Carthage and will update as we make progress. However, I want to call out that Carthage hasn't been released in 1.5 years and issues are piling up (https://github.com/Carthage/Carthage/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) - there's a non-trivial chance Carthage will simply not work with our library. |
@Bucimis , thanks a lot. Cheers. |
We are in the process of updating to the Swift version of the Braze library and would prefer a pre-built Carthage framework. Can we get an ETA on when support will be provided? |
Hi all (@kunal30xi @renaudjennymonese et al.), Carthage support for our Swift SDK is not currently on our roadmap. While we are still evaluating the compatibility of Carthage with our Swift SDK, we encourage you to explore integrating with one of the supported package managers (SPM + CocoaPods), or manually integrate it using the braze-swift-sdk-prebuilt.zip archive released in v5.9.0 and later. |
What problem are you facing?
Any plan to add support for Carthage?
We're currently using the legacy AppBoy Core SDK with more or less this line in our
Cartfile
binary "https://raw.githubusercontent.com/Appboy/appboy-ios-sdk/master/appboy_ios_sdk_core.json"
Workarounds
none
Ideal Solution
An equivalent of the binary version but using the Swift SDK as the legacy one (AppBoy) is more or less deprecated.
I'd insist on this point, we need the Core only version as we couldn't include
SDWebImage/SDWebImage
dependency for some reasons.Thank you
Other Information
No response
The text was updated successfully, but these errors were encountered: