Skip to content

v12.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 23:32
· 76 commits to master since this release

12.0.0 (2023-08-18)

⚠ BREAKING CHANGES

  • sdks: facebook-ios-sdk requires 2 additional iOS imports in AppDelegate, see step 3.2 of install guide
    They are specifically:
    new import 1 - #import <AuthenticationServices/AuthenticationServices.h>
    new import 2 - #import <SafariServices/SafariServices.h>

Features