We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac036a8 commit 278e242Copy full SHA for 278e242
1 file changed
Aztec/Classes/Extensions/NSBundle+AztecBundle.swift
@@ -5,7 +5,7 @@ extension Bundle {
5
let defaultBundle = Bundle(for: EditorView.self)
6
// If installed with CocoaPods, resources will be in WordPress-Aztec-iOS.bundle
7
if let bundleURL = defaultBundle.resourceURL,
8
- let resourceBundle = Bundle(url: bundleURL.appendingPathComponent("WordPress-Aztec-iOS")) {
+ let resourceBundle = Bundle(url: bundleURL.appendingPathComponent("WordPress-Aztec-iOS.bundle")) {
9
return resourceBundle
10
}
11
// Otherwise, the default bundle is used for resources
0 commit comments