We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84c6d5 commit ff8061dCopy full SHA for ff8061d
FirebaseDynamicLinks/Tests/Sample/FDLBuilderTestAppObjC/AppDelegate.m
@@ -17,8 +17,8 @@
17
#import "AppDelegate.h"
18
#import "ViewController.h"
19
20
+#import <FirebaseCore/FirebaseCore.h>
21
#import <FirebaseDynamicLinks/FIRDynamicLinks.h>
-#import "FirebaseCore/Sources/Private/FirebaseCoreInternal.h"
22
23
@implementation AppDelegate
24
FirebaseDynamicLinks/Tests/Sample/Podfile
@@ -9,5 +9,6 @@ target 'FDLBuilderTestAppObjC' do
9
pod 'FirebaseInstallations', :path => '../../../'
10
pod 'FirebaseInstanceID', :path => '../../../'
11
pod 'FirebaseDynamicLinks', :path => '../../../'
12
+ pod 'GoogleUtilities', :path => '../../../'
13
14
end
0 commit comments