File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments