File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed
Examples/TestBed-macOS/TestBed-macOS Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -72,26 +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 {
8078 BNCLogMethodName ();
79+ [[Branch sharedInstance ] continueUserActivity: userActivity];
8180 return YES ;
8281}
8382
84- #else
85-
86- - (BOOL )application : (NSApplication *)application
87- continueUserActivity : (NSUserActivity *)userActivity
88- restorationHandler : (void (^)(NSArray *restorableObjects))restorationHandler {
89- BNCLogMethodName ();
90- return YES ;
91- }
92-
93- #endif
94-
9583- (BOOL ) string : (NSString *)string matchesRegex : (NSString *)regex {
9684 NSError *error = NULL ;
9785 NSRegularExpression *ns_regex =
Original file line number Diff line number Diff line change 22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
44<dict >
5+ <key >com.apple.developer.associated-domains</key >
6+ <array >
7+ <string >applinks:testbed-mac.app.link</string >
8+ </array >
59 <key >com.apple.security.app-sandbox</key >
610 <true />
711 <key >com.apple.security.files.user-selected.read-only</key >
You can’t perform that action at this time.
0 commit comments