diff --git a/WordPressAuthenticator/Authenticator/WordPressAuthenticator.swift b/WordPressAuthenticator/Authenticator/WordPressAuthenticator.swift index 4f8910019..92851fd9e 100644 --- a/WordPressAuthenticator/Authenticator/WordPressAuthenticator.swift +++ b/WordPressAuthenticator/Authenticator/WordPressAuthenticator.swift @@ -419,7 +419,7 @@ import WordPressUI /// If installed via CocoaPods, this will be WordPressAuthenticator.bundle, /// otherwise it will be the framework bundle. /// - class var bundle: Bundle { + public class var bundle: Bundle { let defaultBundle = Bundle(for: WordPressAuthenticator.self) // If installed with CocoaPods, resources will be in WordPressAuthenticator.bundle if let bundleURL = defaultBundle.resourceURL,