mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-04-23 09:18:40 +02: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 {
|
if let url = armchairBundleURL {
|
||||||
bundle = NSBundle(URL: url)
|
bundle = NSBundle(URL: url)
|
||||||
} else {
|
} else {
|
||||||
bundle = NSBundle.mainBundle()
|
bundle = NSBundle(forClass: self.dynamicType)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user