mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-03-18 07:13:51 +01:00
Fix localization by getting the framework bundle
This commit is contained in:
@@ -1567,7 +1567,7 @@ public class Manager : ArmchairManager {
|
||||
if let url = armchairBundleURL {
|
||||
bundle = NSBundle(URL: url)
|
||||
} else {
|
||||
bundle = NSBundle.mainBundle()
|
||||
bundle = NSBundle(forClass: self.dynamicType)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user