"vscode:/vscode.git/clone" did not exist on "b5b573a3daec381f06391e890ebdc3fe09640659"
Commit d8512b2c authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed AssemblyName on iOS build.

parent 7e264fca
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<RootNamespace>NLua.iOS</RootNamespace> <RootNamespace>NLua.iOS</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix> <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>NLuaiOS</AssemblyName> <AssemblyName>NLua.iOS</AssemblyName>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols> <DebugSymbols>True</DebugSymbols>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment