Skip to content

Commit ff09316

Browse files
committed
Switch iOS sim builds to 64-bit
1 parent f2ad311 commit ff09316

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

tests/SQLite.Tests.iOS/SQLite.Tests.iOS.csproj

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@
2424
<MtouchDebug>true</MtouchDebug>
2525
<MtouchFastDev>true</MtouchFastDev>
2626
<MtouchProfiling>true</MtouchProfiling>
27-
<MtouchUseSGen>true</MtouchUseSGen>
28-
<MtouchUseRefCounting>true</MtouchUseRefCounting>
2927
<MtouchLink>None</MtouchLink>
30-
<MtouchArch>i386</MtouchArch>
28+
<MtouchArch>x86_64</MtouchArch>
3129
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
3230
<MtouchTlsProvider>Default</MtouchTlsProvider>
3331
<DeviceSpecificBuild>false</DeviceSpecificBuild>
32+
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
3433
</PropertyGroup>
3534
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
3635
<DebugType>
@@ -41,8 +40,6 @@
4140
<ErrorReport>prompt</ErrorReport>
4241
<WarningLevel>4</WarningLevel>
4342
<CodesignKey>iPhone Developer</CodesignKey>
44-
<MtouchUseSGen>true</MtouchUseSGen>
45-
<MtouchUseRefCounting>true</MtouchUseRefCounting>
4643
<MtouchFloat32>true</MtouchFloat32>
4744
<CodesignEntitlements>
4845
</CodesignEntitlements>
@@ -60,10 +57,8 @@
6057
<ErrorReport>prompt</ErrorReport>
6158
<WarningLevel>4</WarningLevel>
6259
<CodesignKey>iPhone Developer</CodesignKey>
63-
<MtouchUseSGen>true</MtouchUseSGen>
64-
<MtouchUseRefCounting>true</MtouchUseRefCounting>
6560
<MtouchLink>None</MtouchLink>
66-
<MtouchArch>i386</MtouchArch>
61+
<MtouchArch>x86_64</MtouchArch>
6762
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
6863
<MtouchTlsProvider>Default</MtouchTlsProvider>
6964
</PropertyGroup>
@@ -80,8 +75,6 @@
8075
<MtouchDebug>true</MtouchDebug>
8176
<MtouchFastDev>true</MtouchFastDev>
8277
<MtouchProfiling>true</MtouchProfiling>
83-
<MtouchUseSGen>true</MtouchUseSGen>
84-
<MtouchUseRefCounting>true</MtouchUseRefCounting>
8578
<MtouchFloat32>true</MtouchFloat32>
8679
<CodesignEntitlements>
8780
</CodesignEntitlements>

0 commit comments

Comments
 (0)