Skip to content

Commit 3f1f246

Browse files
authored
Merge pull request #945 from firebase/pb-spm
Fix bad import path
2 parents 65afb8d + cf90d5c commit 3f1f246

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

FirebaseAuthUI/Sources/FUIAuth.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
//
1616

17-
#import "FUIAuth_Internal.h"
17+
#import "FirebaseAuthUI/Sources/Public/FirebaseAuthUI/FUIAuth_Internal.h"
1818

1919
#import <objc/runtime.h>
2020

FirebaseAuthUI/Sources/FUIAuthBaseViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
//
1616

17-
#import "FUIAuthBaseViewController_Internal.h"
17+
#import "FirebaseAuthUI/Sources/Public/FirebaseAuthUI/FUIAuthBaseViewController_Internal.h"
1818

1919
#import <FirebaseAuth/FirebaseAuth.h>
2020
#import <objc/runtime.h>

FirebaseAuthUI/Sources/Public/FirebaseAuthUI/FUIAccountSettingsViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
//
1616

17-
#import "FUIAuthBaseViewController.h"
17+
#import "FirebaseAuthUI/Sources/Public/FirebaseAuthUI/FUIAuthBaseViewController.h"
1818

1919
NS_ASSUME_NONNULL_BEGIN
2020

FirebaseAuthUI/Sources/Public/FirebaseAuthUI/FUIAuth_Internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
//
1616

17-
#import "FUIAuth.h"
17+
#import "FirebaseAuthUI/Sources/Public/FirebaseAuthUI/FUIAuth.h"
1818

1919
@class FUIAuthBaseViewController;
2020

0 commit comments

Comments
 (0)