File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Examples/TestBed-macOS/TestBed-macOS Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -72,27 +72,14 @@ - (BOOL)application:(NSApplication *)application
7272 return YES ;
7373}
7474
75- #if defined(MAC_OS_X_VERSION_10_14)
76-
7775- (BOOL )application : (NSApplication *)application
7876continueUserActivity : (NSUserActivity *)userActivity
7977restorationHandler : (void (^)(NSArray <id<NSUserActivityRestoring >> *restorableObjects))restorationHandler {
80- BNCLogMethodName ();
81- return YES ;
82- }
83-
84- #else
85-
86- - (BOOL )application : (NSApplication *)application
87- continueUserActivity : (NSUserActivity *)userActivity
88- restorationHandler : (void (^)(NSArray *restorableObjects))restorationHandler {
8978 BNCLogMethodName ();
9079 [[Branch sharedInstance ] continueUserActivity: userActivity];
9180 return YES ;
9281}
9382
94- #endif
95-
9683- (BOOL ) string : (NSString *)string matchesRegex : (NSString *)regex {
9784 NSError *error = NULL ;
9885 NSRegularExpression *ns_regex =
You can’t perform that action at this time.
0 commit comments