|
24 | 24 | <MtouchDebug>true</MtouchDebug> |
25 | 25 | <MtouchFastDev>true</MtouchFastDev> |
26 | 26 | <MtouchProfiling>true</MtouchProfiling> |
27 | | - <MtouchUseSGen>true</MtouchUseSGen> |
28 | | - <MtouchUseRefCounting>true</MtouchUseRefCounting> |
29 | 27 | <MtouchLink>None</MtouchLink> |
30 | | - <MtouchArch>i386</MtouchArch> |
| 28 | + <MtouchArch>x86_64</MtouchArch> |
31 | 29 | <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler> |
32 | 30 | <MtouchTlsProvider>Default</MtouchTlsProvider> |
33 | 31 | <DeviceSpecificBuild>false</DeviceSpecificBuild> |
| 32 | + <MtouchNoSymbolStrip>true</MtouchNoSymbolStrip> |
34 | 33 | </PropertyGroup> |
35 | 34 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' "> |
36 | 35 | <DebugType> |
|
41 | 40 | <ErrorReport>prompt</ErrorReport> |
42 | 41 | <WarningLevel>4</WarningLevel> |
43 | 42 | <CodesignKey>iPhone Developer</CodesignKey> |
44 | | - <MtouchUseSGen>true</MtouchUseSGen> |
45 | | - <MtouchUseRefCounting>true</MtouchUseRefCounting> |
46 | 43 | <MtouchFloat32>true</MtouchFloat32> |
47 | 44 | <CodesignEntitlements> |
48 | 45 | </CodesignEntitlements> |
|
60 | 57 | <ErrorReport>prompt</ErrorReport> |
61 | 58 | <WarningLevel>4</WarningLevel> |
62 | 59 | <CodesignKey>iPhone Developer</CodesignKey> |
63 | | - <MtouchUseSGen>true</MtouchUseSGen> |
64 | | - <MtouchUseRefCounting>true</MtouchUseRefCounting> |
65 | 60 | <MtouchLink>None</MtouchLink> |
66 | | - <MtouchArch>i386</MtouchArch> |
| 61 | + <MtouchArch>x86_64</MtouchArch> |
67 | 62 | <MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler> |
68 | 63 | <MtouchTlsProvider>Default</MtouchTlsProvider> |
69 | 64 | </PropertyGroup> |
|
80 | 75 | <MtouchDebug>true</MtouchDebug> |
81 | 76 | <MtouchFastDev>true</MtouchFastDev> |
82 | 77 | <MtouchProfiling>true</MtouchProfiling> |
83 | | - <MtouchUseSGen>true</MtouchUseSGen> |
84 | | - <MtouchUseRefCounting>true</MtouchUseRefCounting> |
85 | 78 | <MtouchFloat32>true</MtouchFloat32> |
86 | 79 | <CodesignEntitlements> |
87 | 80 | </CodesignEntitlements> |
|
0 commit comments