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
Other
496
stars
263
forks
source link
Update Release 5.1.6 with new xcframework zips #1422
The zips were previously generated before the xcframeworks were signed so the zips didn't contain code signatures
These new ones are generated after the xcframeworks are signed
Only affects SPM
Tested cocoapods still works with release 5.1.6
Tested SPM still works with release 5.1.6 after these changes, and unzipping shows the code signatures
Motivation
Only affects SPM Tested cocoapods still works with release 5.1.6 Tested SPM still works with release 5.1.6 after these changes, and unzipping shows the code signatures
How it was tested: SPM
Cocoapods
https://github.com/OneSignal/OneSignal-XCFramework/pull/87
This change is