Created
September 15, 2021 19:26
-
-
Save jmcguirk/1114b1d15aea5fbbcdd3a8a17b4ac350 to your computer and use it in GitHub Desktop.
UDL Boot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: [UniversalDeepLink load] | |
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: [UniversalDeepLink swizzle] | |
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: Added instance method `_Universal_Deep_Link_Plugin_Application:didFinishLaunchingWithOptions:` of UniversalDeepLinkAppDelegate to UnityAppController with success | |
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: Exchanged instance method `_Universal_Deep_Link_Plugin_Application:didFinishLaunchingWithOptions:` with `application:didFinishLaunchingWithOptions:` in UnityAppController | |
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: Replaced instance method `application:didFinishLaunchingWithOptions:` of UniversalDeepLinkAppDelegate from UnityAppController with success | |
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: Added instance method `_Universal_Deep_Link_Plugin_Application:openURL:options:` of UniversalDeepLinkAppDelegate to UnityAppController with success | |
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: Exchanged instance method `_Universal_Deep_Link_Plugin_Application:openURL:options:` with `application:openURL:options:` in UnityAppController | |
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: Replaced instance method `application:openURL:options:` of UniversalDeepLinkAppDelegate from UnityAppController with success | |
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: Added instance method `_Universal_Deep_Link_Plugin_Application:openURL:sourceApplication:annotation:` of UniversalDeepLinkAppDelegate to UnityAppController with success | |
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: Instance method `application:openURL:sourceApplication:annotation:` not found on class UnityAppController | |
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: Instance method `application:openURL:sourceApplication:annotation:` not found on target class UnityAppController | |
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: Added instance method `application:continueUserActivity:restorationHandler:` of UniversalDeepLinkAppDelegate to UnityAppController with error | |
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: Added instance method `_Universal_Deep_Link_Plugin_Application:continueUserActivity:restorationHandler:` of UniversalDeepLinkAppDelegate to UnityAppController with success | |
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: Exchanged instance method `_Universal_Deep_Link_Plugin_Application:continueUserActivity:restorationHandler:` with `application:continueUserActivity:restorationHandler:` in UnityAppController | |
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: Replaced instance method `application:continueUserActivity:restorationHandler:` of UniversalDeepLinkAppDelegate from UnityAppController with success | |
Sep 15 12:14:17 wordgrams(UnityFramework)[2089] <Notice>: [LinkerManager load] | |
Sep 15 12:14:18 wordgrams(UnityFramework)[2089] <Notice>: [UniversalDeepLinkDelegate v1111] | |
Sep 15 12:14:18 wordgrams(UnityFramework)[2089] <Notice>: [UniversalDeepLinkDelegate application:<UIApplication: 0x10471ef90> didFinishLaunchingWithOptions:(null)] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment