Skip to content

2.12.0

Compare
Choose a tag to compare
@Wenzhi Wenzhi released this 30 Jun 22:45
· 245 commits to master since this release
  • Removes the subspecs from the podspec. This fixes the duplicate symbol error #24. If you are still using subspec like pod 'Appboy-iOS-SDK/AppboyKit' in your podfile, please make sure to change it to pod 'Appboy-iOS-SDK'.
  • Fixes the incorrect path runtime error for users who integrate our pod as a dynamic framework. For SDK versions before 2.12, when you intergrate Appboy with use_frameworks! in the Podfile, the library is integrated as a dynamic framework and the Appboy.bundle is stored in a different path.
  • Changes HelloSwift sample app to integrate Appboy SDK as a dynamic framework.