|
53 | 53 | <PropertyGroup> |
54 | 54 | <AndroidCreatePackagePerAbi>False</AndroidCreatePackagePerAbi> |
55 | 55 | <BundleAssemblies>False</BundleAssemblies> |
| 56 | + <RuntimeIdentifiers>android-arm;android-arm64;android-x86;android-x64</RuntimeIdentifiers> |
56 | 57 | </PropertyGroup> |
57 | 58 | <Choose> |
58 | 59 | <When Condition="'$(Configuration)'=='Debug'"> |
59 | 60 | <PropertyGroup> |
60 | | - <RuntimeIdentifiers>android-arm;android-arm64;android-x86;android-x64</RuntimeIdentifiers> |
61 | 61 | <AndroidUseSharedRuntime>True</AndroidUseSharedRuntime> |
62 | 62 | <UseHighDPIResources>False</UseHighDPIResources> |
63 | 63 | <EmbedAssembliesIntoApk>False</EmbedAssembliesIntoApk> |
|
152 | 152 | <PropertyGroup> |
153 | 153 | <MtouchExtraArgs>$(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep</MtouchExtraArgs> |
154 | 154 | <MtouchExtraArgs>$(MtouchExtraArgs) --xml=./iOS/LinkerExclusions.xml --linkskip=$(AssemblyName)</MtouchExtraArgs> |
155 | | - <MtouchInterpreter>-all,ByteSize,Uno.Core.Extensions,Uno.Core.Extensions.Collections,Uno.Core.Extensions.Equality,Uno.Core.Extensions.Threading,Uno.Core.Extensions.Disposables,Uno.Core.Extensions.Logging,Nventive.Persistence.Reactive,Reactive.Annex,ReviewService.Abstractions,MallardMessageHandlers,FluentValidation,Chinook.DataLoader.Abstractions,Chinook.DynamicMvvm.Abstractions,Chinook.SectionsNavigation.Abstractions,Chinook.StackNavigation.Abstractions,Chinook.BackButtonManager.Abstractions,ApplicationTemplate.Business,Uno.Injectable,Chinook.DynamicMvvm.FluentValidation,Chinook.DataLoader.DynamicMvvm,Chinook.DataLoader</MtouchInterpreter> |
| 155 | + <MtouchInterpreter>-all,ByteSize,Uno.Core.Extensions,Uno.Core.Extensions.Collections,Uno.Core.Extensions.Equality,Uno.Core.Extensions.Threading,Uno.Core.Extensions.Disposables,Uno.Core.Extensions.Logging,Nventive.Persistence.Reactive,Reactive.Annex,ReviewService.Abstractions,MallardMessageHandlers,FluentValidation,Chinook.DataLoader.Abstractions,Chinook.DynamicMvvm.Abstractions,Chinook.SectionsNavigation.Abstractions,Chinook.StackNavigation.Abstractions,Chinook.BackButtonManager.Abstractions,ApplicationTemplate.Business,Uno.Injectable,Chinook.DynamicMvvm.FluentValidation,Chinook.DataLoader.DynamicMvvm,Chinook.DataLoader,Microsoft.Maui.Controls.HotReload.Forms</MtouchInterpreter> |
156 | 156 | <!-- See https://github.com/unoplatform/uno/issues/9430 for more details. --> |
157 | 157 | <MtouchExtraArgs>$(MtouchExtraArgs) --registrar:static</MtouchExtraArgs> |
158 | 158 | <!-- See https://github.com/xamarin/xamarin-macios/issues/14812 for more details. --> |
|
215 | 215 | </ItemGroup> |
216 | 216 | <ItemGroup> |
217 | 217 | <BundleResource Include="iOS\Resources\Assets\splashscreen_icon.png" /> |
218 | | - <BundleResource Include="iOS\Resources\Assets\splashscreen_icon%402x.png" /> |
219 | | - <BundleResource Include="iOS\Resources\Assets\splashscreen_icon%403x.png" /> |
220 | | - <!-- |
221 | | - Removing this fix release build. |
222 | | - <InterfaceDefinition Include="iOS\LaunchScreen.storyboard" /> |
223 | | - --> |
| 218 | + <BundleResource Include="iOS\Resources\Assets\splashscreen_icon@2x.png" /> |
| 219 | + <BundleResource Include="iOS\Resources\Assets\splashscreen_icon@3x.png" /> |
224 | 220 | <ImageAsset Include="iOS\Media.xcassets\AppIcons.appiconset\Contents.json"> |
225 | 221 | <Visible>false</Visible> |
226 | 222 | </ImageAsset> |
|
0 commit comments