Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit afa5e3c

Browse files
committed
Added release build options
1 parent 486a430 commit afa5e3c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CodeHub.iOS/CodeHub.iOS.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
<WarningLevel>4</WarningLevel>
5959
<ConsolePause>false</ConsolePause>
6060
<CodesignKey>iPhone Developer</CodesignKey>
61+
<MtouchUseLlvm>true</MtouchUseLlvm>
62+
<MtouchUseThumb>true</MtouchUseThumb>
63+
<MtouchI18n>
64+
</MtouchI18n>
65+
<MtouchArch>ARMv7</MtouchArch>
6166
</PropertyGroup>
6267
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
6368
<DebugType>none</DebugType>

0 commit comments

Comments
 (0)