mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 12:13:26 +01:00
Fix bundle again for swift module
This commit is contained in:
@@ -52,7 +52,7 @@ public final class DatabaseManager {
|
|||||||
|
|
||||||
private init() {
|
private init() {
|
||||||
#if SWIFT_PACKAGE
|
#if SWIFT_PACKAGE
|
||||||
let bundle: Bundle = Bundle.main
|
let bundle: Bundle = Bundle.module
|
||||||
#else
|
#else
|
||||||
let bundle: Bundle = Bundle(for: DatabaseManager.self)
|
let bundle: Bundle = Bundle(for: DatabaseManager.self)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user