You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I know that this is really an SPM bug rather than a OneSignal bug, but adding this dependency to a Package.swift significantly impacts the time that Xcode takes to resolve the dependency graph because it has to clone the whole git repo which is 1.64 GiB.
The XCFramework actually vended by OneSignal is reasonably sized at 5MB, which tells me that a simple solution is possible: clean the git repo's history or use another repo to make the DX pleasant.