csharp-flutter/template.beyondnetgen.ios.config.json

9 lines
260 B
JSON

{
"AssemblyPath": "INPUT_PROJECT_NAME/bin/Release/net8.0/INPUT_PROJECT_NAME.dll",
"CSharpUnmanagedOutputPath": "GENERATED_PROJECT_NAME/Generated.cs",
"COutputPath": "GENERATED_PROJECT_NAME/Generated.h",
"Build": {
"Target": "apple-universal"
}
}