From 2deaec0a831c9b98ce08e24dc0119076b279de80 Mon Sep 17 00:00:00 2001 From: shinriyo Date: Mon, 4 Nov 2019 14:48:55 +0900 Subject: [PATCH] past tense `Generated` And I added a full path for easy to find. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5dfc95..b0b39f8 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ IOS will export unity project to `ios/UnityExport`. ```c #import "UnityUtils.h" ``` - 4. Add to AppDelegate.swift before the GeneratePluginRegistrant call: + 4. Add to Runner/Runner/AppDelegate.swift before the GeneratedPluginRegistrant call: ```swift InitArgs(CommandLine.argc, CommandLine.unsafeArgv)