past tense

`Generated`
And I added a full path for easy to find.
This commit is contained in:
shinriyo 2019-11-04 14:48:55 +09:00 committed by GitHub
parent 521c84f86e
commit 2deaec0a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)