Merge pull request #33 from phimage/patch-1

Get the framework bundle as fallback instead of mainBundle
This commit is contained in:
Matt Coneybeare
2015-12-14 09:31:52 -05:00

View File

@@ -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)
}
}