mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Fix bundle again for swift module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user