Skip to content

Commit f0a3ad8

Browse files
committed
MySimpleApp test project
1 parent f1e9025 commit f0a3ad8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

tests/dotnet/MySimpleApp/iOS/MySimpleApp.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)-ios</TargetFramework>
5+
6+
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
57
</PropertyGroup>
68
<Import Project="..\shared.csproj" />
79
</Project>

tests/dotnet/MySimpleApp/shared.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,20 @@
66
<ApplicationTitle>MySimpleApp</ApplicationTitle>
77
<ApplicationId>com.xamarin.mysimpleapp</ApplicationId>
88
<ApplicationVersion>3.14</ApplicationVersion>
9+
10+
<UseMonoRuntime>false</UseMonoRuntime>
11+
<ExcludeTouchUnitReference>true</ExcludeTouchUnitReference>
12+
<ExcludeNUnitLiteReference>true</ExcludeNUnitLiteReference>
13+
<_LibMonoLinkMode>dylib</_LibMonoLinkMode>
14+
<NoSymbolStrip>true</NoSymbolStrip>
15+
<MtouchLink>None</MtouchLink>
916
</PropertyGroup>
1017

18+
<ItemGroup>
19+
<_BundlerEnvironmentVariables Include="DOTNET_Interpreter" Value="%2A%21%2A" />
20+
<_BundlerEnvironmentVariables Include="DOTNET_ReadyToRun" Value="0" />
21+
</ItemGroup>
22+
1123
<Import Project="../../common/shared-dotnet.csproj" />
1224

1325
<ItemGroup>

0 commit comments

Comments
 (0)