OneSignal / OneSignal-XCFramework

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com. This Repository hosts OneSignal's XCFramework to be used with Swift Package Manager
Other
26 stars 4 forks source link

Updating package.swift for release 3.12.6 #65

Closed emawby closed 10 months ago

emawby commented 10 months ago

πŸ› Bug Fixes

Fix swizzling subclass of already swizzled class (https://github.com/OneSignal/OneSignal-iOS-SDK/pull/1284) Always remove the window when an InApp Message is dismissed (Always remove the window when an IAM is dismissed #1276) 🧰 Improvements

Make web views inspectable (https://github.com/OneSignal/OneSignal-iOS-SDK/pull/1286) https://github.com/OneSignal/OneSignal-iOS-SDK/pull/1292

Other Notes This is the first 3.X.X version built using Xcode 14.1 build. This requires that we remove the armv7s architecture from supported architectures. It also requires that our minimum deployment target is bumped to iOS 11.


This change is Reviewable