Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 828d9d2

Browse files
committed
Make WordPressAuthenticator.bundle public
1 parent 59e84bb commit 828d9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressAuthenticator/Authenticator/WordPressAuthenticator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ import WordPressUI
419419
/// If installed via CocoaPods, this will be WordPressAuthenticator.bundle,
420420
/// otherwise it will be the framework bundle.
421421
///
422-
class var bundle: Bundle {
422+
public class var bundle: Bundle {
423423
let defaultBundle = Bundle(for: WordPressAuthenticator.self)
424424
// If installed with CocoaPods, resources will be in WordPressAuthenticator.bundle
425425
if let bundleURL = defaultBundle.resourceURL,

0 commit comments

Comments
 (0)