Fix bundle again for swift module

This commit is contained in:
Joe Mattiello
2023-03-02 01:55:49 -05:00
parent 90ac0fb025
commit 452cf89c95

View File

@@ -52,7 +52,7 @@ public final class DatabaseManager {
private init() {
#if SWIFT_PACKAGE
let bundle: Bundle = Bundle.main
let bundle: Bundle = Bundle.module
#else
let bundle: Bundle = Bundle(for: DatabaseManager.self)
#endif