Commit 328230bd authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed NLua iOS 64bit version.

parent 26031db6
Subproject commit 49e791941da3002e0f8e117b5ea2b6d515cf452b Subproject commit 346918a5148c3b148e5ea7de93390288b7731ca8
...@@ -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>3.2</string> <string>6.1</string>
<key>UIDeviceFamily</key> <key>UIDeviceFamily</key>
<array> <array>
<integer>1</integer> <integer>1</integer>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<MtouchLink>None</MtouchLink> <MtouchLink>None</MtouchLink>
<MtouchI18n> <MtouchI18n>
</MtouchI18n> </MtouchI18n>
<MtouchArch>ARMv7</MtouchArch> <MtouchArch>i386</MtouchArch>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
<DebugType>none</DebugType> <DebugType>none</DebugType>
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<MtouchDebug>True</MtouchDebug> <MtouchDebug>True</MtouchDebug>
<MtouchI18n> <MtouchI18n>
</MtouchI18n> </MtouchI18n>
<MtouchArch>ARMv7</MtouchArch> <MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchLink>None</MtouchLink> <MtouchLink>None</MtouchLink>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
</IpaPackageName> </IpaPackageName>
<MtouchI18n> <MtouchI18n>
</MtouchI18n> </MtouchI18n>
<MtouchArch>ARMv7</MtouchArch> <MtouchArch>ARMv7, ARM64</MtouchArch>
<BuildIpa>True</BuildIpa> <BuildIpa>True</BuildIpa>
<DefineConstants>MONOTOUCH</DefineConstants> <DefineConstants>MONOTOUCH</DefineConstants>
<MtouchUseLlvm>True</MtouchUseLlvm> <MtouchUseLlvm>True</MtouchUseLlvm>
...@@ -93,7 +93,8 @@ ...@@ -93,7 +93,8 @@
</IpaPackageName> </IpaPackageName>
<MtouchI18n> <MtouchI18n>
</MtouchI18n> </MtouchI18n>
<MtouchArch>ARMv7</MtouchArch> <MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchUseLlvm>true</MtouchUseLlvm>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
<DebugType>none</DebugType> <DebugType>none</DebugType>
...@@ -104,6 +105,10 @@ ...@@ -104,6 +105,10 @@
<ConsolePause>False</ConsolePause> <ConsolePause>False</ConsolePause>
<CodesignKey>iPhone Distribution</CodesignKey> <CodesignKey>iPhone Distribution</CodesignKey>
<CodesignProvision>Automatic:AppStore</CodesignProvision> <CodesignProvision>Automatic:AppStore</CodesignProvision>
<MtouchI18n>
</MtouchI18n>
<MtouchArch>ARMv7, ARM64</MtouchArch>
<MtouchUseLlvm>true</MtouchUseLlvm>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />
......
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