3.32.0
Added
- Adds Mac Catalyst support for apps integrating with Swift Package Manager (SPM).
- Please follow the instructions here to import the SDK with SPM. The SDK does not currently support Mac Catalyst when integrated through Cocoapods or Carthage.
- To add Mac Catalyst support, update the
Run Script Action
described in the 3.31.0 section of the Changelog.- Replace the existing script with the following:
# iOS bash "$BUILT_PRODUCTS_DIR/Appboy_iOS_SDK_AppboyKit.bundle/Appboy.bundle/appboy-spm-cleanup.sh" # macOS bash "$BUILT_PRODUCTS_DIR/Appboy_iOS_SDK_AppboyKit.bundle/Contents/Resources/Appboy.bundle/appboy-spm-cleanup.sh"
- Replace the existing script with the following: