File tree Expand file tree Collapse file tree 3 files changed +25
-21
lines changed
FirebaseMessaging/Tests/UnitTests Expand file tree Collapse file tree 3 files changed +25
-21
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,27 @@ extern NSString *const kFIRAppNameKey;
40
40
extern NSString *const kFIRGoogleAppIDKey ;
41
41
extern NSString *const kFirebaseCoreErrorDomain ;
42
42
43
+ /* *
44
+ * Keys for the strings in the plist file.
45
+ */
46
+ extern NSString *const kFIRAPIKey ;
47
+ extern NSString *const kFIRTrackingID ;
48
+ extern NSString *const kFIRGoogleAppID ;
49
+ extern NSString *const kFIRClientID ;
50
+ extern NSString *const kFIRGCMSenderID ;
51
+ extern NSString *const kFIRAndroidClientID ;
52
+ extern NSString *const kFIRDatabaseURL ;
53
+ extern NSString *const kFIRStorageBucket ;
54
+ extern NSString *const kFIRBundleID ;
55
+ extern NSString *const kFIRProjectID ;
56
+
57
+ /* *
58
+ * Keys for the plist file name
59
+ */
60
+ extern NSString *const kServiceInfoFileName ;
61
+
62
+ extern NSString *const kServiceInfoFileType ;
63
+
43
64
/* *
44
65
* The format string for the `UserDefaults` key used for storing the data collection enabled flag.
45
66
* This includes formatting to append the `FirebaseApp`'s name.
Original file line number Diff line number Diff line change 16
16
17
17
#import " FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h"
18
18
19
- /* *
20
- * Keys for the strings in the plist file.
21
- */
22
- extern NSString *const kFIRAPIKey ;
23
- extern NSString *const kFIRTrackingID ;
24
- extern NSString *const kFIRGoogleAppID ;
25
- extern NSString *const kFIRClientID ;
26
- extern NSString *const kFIRGCMSenderID ;
27
- extern NSString *const kFIRAndroidClientID ;
28
- extern NSString *const kFIRDatabaseURL ;
29
- extern NSString *const kFIRStorageBucket ;
30
- extern NSString *const kFIRBundleID ;
31
- extern NSString *const kFIRProjectID ;
32
-
33
- /* *
34
- * Keys for the plist file name
35
- */
36
- extern NSString *const kServiceInfoFileName ;
37
-
38
- extern NSString *const kServiceInfoFileType ;
39
-
40
19
/* *
41
20
* This header file exposes the initialization of FirebaseOptions to internal use.
42
21
*/
Original file line number Diff line number Diff line change 32
32
static NSString *const kIID = @" eMP633ZkDYA" ;
33
33
static BOOL const kAPNSSandbox = NO ;
34
34
35
+ @interface FIROptions ()
36
+ + (NSDictionary *)defaultOptionsDictionary ;
37
+ @end
38
+
35
39
@interface FIRMessagingTokenInfoTest : XCTestCase
36
40
37
41
@property (nonatomic , strong ) NSData *APNSDeviceToken;
You can’t perform that action at this time.
0 commit comments