schibsted / account-sdk-ios

⛔️ DEPRECATED SchibstedAccount SDK for iOS
MIT License
6 stars 16 forks source link

Changed: Fixed incorrect bundle usage in the SwiftPM package #312

Closed clausjoergensen closed 3 years ago

clausjoergensen commented 3 years ago

309 missed a few cases of Bundle usage for resources, which should use Bundle.module when targeting the SPM package.

I also had to remove customModuleProvider="target" from all the .xib files in order to ensure correct module targeting.