mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-03-17 23:14:10 +01: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 {
|
||||
bundle = NSBundle(URL: url)
|
||||
} else {
|
||||
bundle = NSBundle.mainBundle()
|
||||
bundle = NSBundle(forClass: self.dynamicType)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user