File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 96
96
97
97
# 7.0.0
98
98
- Fix issue related to crashes on specific kind of network requests #6713 .
99
- - Fixed issue related to race condition on Firebase Remote Config initializaton #6287 .
99
+ - Fixed issue related to race condition on Firebase Remote Config initialization #6287 .
100
100
- Update Firebase dependencies to be latest and greatest.
101
101
102
102
# 3.3.1
Original file line number Diff line number Diff line change 19
19
20
20
@implementation PerfLogger
21
21
22
- #pragma mark - Initializtion
22
+ #pragma mark - Initialization
23
23
24
24
+ (instancetype )sharedInstance {
25
25
static PerfLogger *logger = nil ;
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ - (NSString *)urlString {
50
50
51
51
- (void )makeNetworkRequestWithSuccessCallback : (SuccessNetworkCallback)success
52
52
failureCallback : (FailureNetworkCallback)fail {
53
- NSAssert (NO , @" Abstract class. The method must be overriden ." );
53
+ NSAssert (NO , @" Abstract class. The method must be overridden ." );
54
54
}
55
55
56
56
@end
Original file line number Diff line number Diff line change 15
15
#import < UIKit/UIKit.h>
16
16
17
17
/* * This is a split view controller subclass that sets up everything needed to display the catalog
18
- * of all the screen trace test screens availble .
18
+ * of all the screen trace test screens available .
19
19
*/
20
20
@interface ScreenTracesViewController : UISplitViewController
21
21
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ @interface PerfTraceView ()
35
35
/* * A button to increment a second metric on the currently running trace. */
36
36
@property (nonatomic ) UIButton *metricTwoButton;
37
37
38
- /* * A button to add a custom attribute to the currrently running trace. */
38
+ /* * A button to add a custom attribute to the currently running trace. */
39
39
@property (nonatomic ) UIButton *customAttributeButton;
40
40
41
41
/* * A label for the current stage state. */
You can’t perform that action at this time.
0 commit comments