11.0.0 (2022-09-30)
⚠ BREAKING CHANGES
- sdks: iOS / tvOS minimum deployment version now 12+. Stay on older version to support iOS/tvOS 11
- sdks: in your ios
AppDelegate.m[m]
If you importFBSDKCoreKit/FBSDKCoreKit.h
, alter it toFBSDKCoreKit/FBSDKCoreKit-swift.h
(#317)
Features
- sdks: new v15 SDKs, iOS requires minimum iOS/tvOS of 12 now (f6dc589)