From 0cb736ff4206ec4dc0ea42738d64c338a6324f2d Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 23 May 2018 12:08:35 +0300 Subject: [PATCH] Refer to the thin variant of the Appboy SDK The default Appboy SDK bundles SDWebImage and FLAnimatedImage which conflicts with our existing uses of those frameworks: https://github.com/Appboy/appboy-ios-sdk/issues/85#issuecomment-354462781 So we make the integration point to the thin variant of Appboy using the instruction at: https://github.com/Appboy/appboy-ios-sdk/issues/85#issuecomment-386065517 --- Cartfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cartfile b/Cartfile index c1dbf76..028c390 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ -github "Appboy/appboy-ios-sdk" ~> 3.0.0 +binary "https://raw.githubusercontent.com/Appboy/appboy-ios-sdk/master/appboy_ios_sdk.json" ~> 3.5 github "mparticle/mparticle-apple-sdk" ~> 7.3.0