@@ -19,10 +19,6 @@ private class CustomUrlRemoteFlowSource extends SourceModelCsv {
1919 ";UIApplicationDelegate;true;application(_:open:options:);;;Parameter[1];remote" ,
2020 ";UIApplicationDelegate;true;application(_:handleOpen:);;;Parameter[1];remote" ,
2121 ";UIApplicationDelegate;true;application(_:open:sourceApplication:annotation:);;;Parameter[1];remote" ,
22- // TODO 1: The actual source is the value of `UIApplication.LaunchOptionsKey.url` in the launchOptions dictionary.
23- // Use dictionary value contents when available.
24- // ";UIApplicationDelegate;true;application(_:didFinishLaunchingWithOptions:);;;Parameter[1].MapValue;remote",
25- // ";UIApplicationDelegate;true;application(_:willFinishLaunchingWithOptions:);;;Parameter[1].MapValue;remote"
2622 ";UISceneDelegate;true;scene(_:continue:);;;Parameter[1];remote" ,
2723 ";UISceneDelegate;true;scene(_:didUpdate:);;;Parameter[1];remote" ,
2824 ";UISceneDelegate;true;scene(_:openURLContexts:);;;Parameter[1];remote" ,
@@ -36,7 +32,6 @@ private class CustomUrlRemoteFlowSource extends SourceModelCsv {
3632 * `UIApplicationDelegate.application(_:didFinishLaunchingWithOptions:)` or
3733 * `UIApplicationDelegate.application(_:willFinishLaunchingWithOptions:)`.
3834 */
39- // This is a temporary workaround until the TODO 1 above is addressed.
4035private class UrlLaunchOptionsRemoteFlowSource extends RemoteFlowSource {
4136 UrlLaunchOptionsRemoteFlowSource ( ) {
4237 exists ( ApplicationWithLaunchOptionsFunc f , SubscriptExpr e |
0 commit comments