Skip to content

Commit

Permalink
Make WordPressAuthenticator.bundle public
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreanor committed Apr 11, 2019
1 parent 59e84bb commit 828d9d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 828d9d2

Please sign in to comment.