Skip to content

Commit 278e242

Browse files
committed
Fix typo in NSBundle path
1 parent ac036a8 commit 278e242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Aztec/Classes/Extensions/NSBundle+AztecBundle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ extension Bundle {
55
let defaultBundle = Bundle(for: EditorView.self)
66
// If installed with CocoaPods, resources will be in WordPress-Aztec-iOS.bundle
77
if let bundleURL = defaultBundle.resourceURL,
8-
let resourceBundle = Bundle(url: bundleURL.appendingPathComponent("WordPress-Aztec-iOS")) {
8+
let resourceBundle = Bundle(url: bundleURL.appendingPathComponent("WordPress-Aztec-iOS.bundle")) {
99
return resourceBundle
1010
}
1111
// Otherwise, the default bundle is used for resources

0 commit comments

Comments
 (0)