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