Merge pull request #75 from shinriyo/patch-1

past tense
This commit is contained in:
Kris Pypen 2019-11-04 08:44:40 +01:00 committed by GitHub
commit 43f0b8d513
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)