File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
FirebaseAnonymousAuthUI/Sources
FirebaseEmailAuthUI/Sources
FirebasePhoneAuthUI/Sources Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 @brief The name of the bundle to search for resources.
2828 */
2929#if SWIFT_PACKAGE
30- static NSString *const kBundleName = @" FirebaseUI_AnonymousAuthUI " ;
30+ static NSString *const kBundleName = @" FirebaseUI_FirebaseAnonymousAuthUI " ;
3131#else
3232static NSString *const kBundleName = @" FirebaseAnonymousAuthUI" ;
3333#endif // SWIFT_PACKAGE
Original file line number Diff line number Diff line change 1717#import " FirebaseAuthUI/Sources/Public/FirebaseAuthUI/FUIAuthUtils.h"
1818
1919#if SWIFT_PACKAGE
20- NSString *const FUIAuthBundleName = @" FirebaseUI_AuthUI " ;
20+ NSString *const FUIAuthBundleName = @" FirebaseUI_FirebaseAuthUI " ;
2121#else
2222NSString *const FUIAuthBundleName = @" FirebaseAuthUI" ;
2323#endif // SWIFT_PACKAGE
Original file line number Diff line number Diff line change 1717#import " FirebaseEmailAuthUI/Sources/FUIEmailAuthStrings.h"
1818
1919#if SWIFT_PACKAGE
20- NSString *const FUIEmailAuthBundleName = @" FirebaseUI_EmailAuthUI " ;
20+ NSString *const FUIEmailAuthBundleName = @" FirebaseUI_FirebaseEmailAuthUI " ;
2121#else
2222NSString *const FUIEmailAuthBundleName = @" FirebaseEmailAuthUI" ;
2323#endif // SWIFT_PACKAGE
Original file line number Diff line number Diff line change 2828 @brief The name of the bundle to search for resources.
2929 */
3030#if SWIFT_PACKAGE
31- static NSString *const kBundleName = @" FirebaseUI_OAuthUI " ;
31+ static NSString *const kBundleName = @" FirebaseUI_FirebaseOAuthUI " ;
3232#else
3333static NSString *const kBundleName = @" FirebaseOAuthUI" ;
3434#endif // SWIFT_PACKAGE
Original file line number Diff line number Diff line change 4646NSString *const kPAStr_TermsSMS = @" TermsSMS" ;
4747
4848#if SWIFT_PACKAGE
49- NSString *const FUIPhoneAuthBundleName = @" FirebaseUI_PhoneAuthUI " ;
49+ NSString *const FUIPhoneAuthBundleName = @" FirebaseUI_FirebasePhoneAuthUI " ;
5050#else
5151NSString *const FUIPhoneAuthBundleName = @" FirebasePhoneAuthUI" ;
5252#endif // SWIFT_PACKAGE
You can’t perform that action at this time.
0 commit comments