Skip to content

Commit ff8061d

Browse files
authored
FDL Sample App: Fixing imports and Pod file (#5952)
* Fixing imports and Pod file
1 parent d84c6d5 commit ff8061d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

FirebaseDynamicLinks/Tests/Sample/FDLBuilderTestAppObjC/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#import "AppDelegate.h"
1818
#import "ViewController.h"
1919

20+
#import <FirebaseCore/FirebaseCore.h>
2021
#import <FirebaseDynamicLinks/FIRDynamicLinks.h>
21-
#import "FirebaseCore/Sources/Private/FirebaseCoreInternal.h"
2222

2323
@implementation AppDelegate
2424

FirebaseDynamicLinks/Tests/Sample/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ target 'FDLBuilderTestAppObjC' do
99
pod 'FirebaseInstallations', :path => '../../../'
1010
pod 'FirebaseInstanceID', :path => '../../../'
1111
pod 'FirebaseDynamicLinks', :path => '../../../'
12+
pod 'GoogleUtilities', :path => '../../../'
1213

1314
end

0 commit comments

Comments
 (0)