From 0776c41c7ea622d03a00a8003ddbfe7a8c55391e Mon Sep 17 00:00:00 2001 From: James Treanor Date: Thu, 11 Apr 2019 09:32:03 +0100 Subject: [PATCH] Make WordPressAuthenticator.bundle public --- .../Authenticator/WordPressAuthenticator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,