Commit 6cb02fdd authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

[NLua.iOS] Using x86_64 in the simulator setting.

parent 2fc4c10a
......@@ -7,7 +7,7 @@
<key>CFBundleIdentifier</key>
<string>org.nlua.nluatest</string>
<key>MinimumOSVersion</key>
<string>6.1</string>
<string>7.1</string>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
......
......@@ -25,7 +25,9 @@
<MtouchLink>None</MtouchLink>
<MtouchI18n>
</MtouchI18n>
<MtouchArch>i386</MtouchArch>
<MtouchArch>x86_64</MtouchArch>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<CodesignKey>iPhone Developer</CodesignKey>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>none</DebugType>
......@@ -36,7 +38,7 @@
<ConsolePause>False</ConsolePause>
<MtouchI18n>
</MtouchI18n>
<MtouchArch>ARMv7</MtouchArch>
<MtouchArch>x86_64</MtouchArch>
<MtouchUseLlvm>True</MtouchUseLlvm>
<MtouchUseSGen>True</MtouchUseSGen>
<MtouchUseRefCounting>True</MtouchUseRefCounting>
......
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