mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-04-25 09:48:36 +02:00
Merge pull request #33 from phimage/patch-1
Get the framework bundle as fallback instead of mainBundle
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