MagifySDK 5.0.1 Distribution
======================

Drag all .xcframework files into your Xcode project:
  - MagifySDK.xcframework
  - AppLovinSDK.xcframework
  - AppsFlyerLib.xcframework
  - Lottie.xcframework
  - DTBiOSSDK.xcframework

In General -> Frameworks, Libraries, and Embedded Content
set each to "Embed & Sign".

If your app already uses any of the bundled xcframeworks —
do not add them again.

IMPORTANT: AppsFlyerLib
-----------------------
MagifySDK requires the DYNAMIC version of AppsFlyerLib.
If your project uses AppsFlyerLib via SPM, make sure to use:

  https://github.com/AppsFlyerSDK/AppsFlyerFramework-Dynamic

Do NOT use the static version (AppsFlyerFramework or AppsFlyerFramework-Static) —
it will cause a runtime crash when used together with MagifySDK.

No SPM or CocoaPods required.
