Skip to content

Commit fec3ef0

Browse files
authored
Merge pull request #1187 from wordpress-mobile/fix-aztec-bundle
Fix typo in NSBundle path
2 parents ac036a8 + 278e242 commit fec3ef0

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)