diff --git a/CHANGELOG.md b/CHANGELOG.md index 444792b6f..6a49476cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Prefix your items with `(Template)` if the change is about the template and not - Bump Uno.WinUI, Uno.WinUI.DevServer, Uno.WinUI.Lottie and Uno.UI.Adapter.Microsoft.Extensions.Logging to 5.0.159 to fix backNavigation/CloseModal crash. - Fixed an issue with logging configuration not creating the directory before writing the log file in the case logging was disabled by default. - Fixed Post commands binding issue on Android. +- Updated Uno to fix a crash on iOS. ## 3.3.X - Added a forced update feature to the app. diff --git a/Directory.Build.props b/Directory.Build.props index f95d199de..e81b7d0ce 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,13 +4,13 @@ all runtime; build; native; contentfiles; analyzers - + all runtime; build; native; contentfiles; analyzers - + diff --git a/src/app/ApplicationTemplate.Access/ApplicationTemplate.Access.csproj b/src/app/ApplicationTemplate.Access/ApplicationTemplate.Access.csproj index 879c2b847..04bd5ee41 100644 --- a/src/app/ApplicationTemplate.Access/ApplicationTemplate.Access.csproj +++ b/src/app/ApplicationTemplate.Access/ApplicationTemplate.Access.csproj @@ -24,7 +24,7 @@ - + diff --git a/src/app/ApplicationTemplate.Mobile/ApplicationTemplate.Mobile.csproj b/src/app/ApplicationTemplate.Mobile/ApplicationTemplate.Mobile.csproj index 520586f99..63fac2519 100644 --- a/src/app/ApplicationTemplate.Mobile/ApplicationTemplate.Mobile.csproj +++ b/src/app/ApplicationTemplate.Mobile/ApplicationTemplate.Mobile.csproj @@ -1,4 +1,4 @@ - + 12.0 net8.0-android;net8.0-ios @@ -15,11 +15,14 @@ True partial + + manual + - - + + @@ -28,14 +31,14 @@ - + - - - - - + + + + + @@ -100,7 +103,7 @@ - + @@ -199,7 +202,7 @@ - + diff --git a/src/app/ApplicationTemplate.Mobile/iOS/LinkerExclusions.xml b/src/app/ApplicationTemplate.Mobile/iOS/LinkerExclusions.xml index fd329b96c..8edb450a0 100644 --- a/src/app/ApplicationTemplate.Mobile/iOS/LinkerExclusions.xml +++ b/src/app/ApplicationTemplate.Mobile/iOS/LinkerExclusions.xml @@ -6,7 +6,7 @@ - + diff --git a/src/app/ApplicationTemplate.Presentation/ApplicationTemplate.Presentation.csproj b/src/app/ApplicationTemplate.Presentation/ApplicationTemplate.Presentation.csproj index 314bb5a2d..ea9273bbb 100644 --- a/src/app/ApplicationTemplate.Presentation/ApplicationTemplate.Presentation.csproj +++ b/src/app/ApplicationTemplate.Presentation/ApplicationTemplate.Presentation.csproj @@ -16,7 +16,7 @@ - + @@ -26,15 +26,15 @@ - - - - + + + + - - + + @@ -43,5 +43,4 @@ - diff --git a/src/app/ApplicationTemplate.Shared.Views/Content/DadJokes/DadJokesPage.xaml b/src/app/ApplicationTemplate.Shared.Views/Content/DadJokes/DadJokesPage.xaml index 9272332cb..76561d6a8 100644 --- a/src/app/ApplicationTemplate.Shared.Views/Content/DadJokes/DadJokesPage.xaml +++ b/src/app/ApplicationTemplate.Shared.Views/Content/DadJokes/DadJokesPage.xaml @@ -1,10 +1,10 @@ - @@ -103,18 +103,16 @@ - - - + - + diff --git a/src/app/ApplicationTemplate.Tests.Functional/ApplicationTemplate.Tests.Functional.csproj b/src/app/ApplicationTemplate.Tests.Functional/ApplicationTemplate.Tests.Functional.csproj index a11e79160..03082a82d 100644 --- a/src/app/ApplicationTemplate.Tests.Functional/ApplicationTemplate.Tests.Functional.csproj +++ b/src/app/ApplicationTemplate.Tests.Functional/ApplicationTemplate.Tests.Functional.csproj @@ -11,7 +11,7 @@ - + @@ -25,11 +25,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -38,5 +38,4 @@ - diff --git a/src/app/ApplicationTemplate.Tests.Unit/ApplicationTemplate.Tests.Unit.csproj b/src/app/ApplicationTemplate.Tests.Unit/ApplicationTemplate.Tests.Unit.csproj index d27f9a97c..e52dbe62c 100644 --- a/src/app/ApplicationTemplate.Tests.Unit/ApplicationTemplate.Tests.Unit.csproj +++ b/src/app/ApplicationTemplate.Tests.Unit/ApplicationTemplate.Tests.Unit.csproj @@ -10,7 +10,7 @@ - + @@ -24,11 +24,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/app/ApplicationTemplate.Windows/ApplicationTemplate.Windows.csproj b/src/app/ApplicationTemplate.Windows/ApplicationTemplate.Windows.csproj index 9fa56137c..474dcd92b 100644 --- a/src/app/ApplicationTemplate.Windows/ApplicationTemplate.Windows.csproj +++ b/src/app/ApplicationTemplate.Windows/ApplicationTemplate.Windows.csproj @@ -70,8 +70,8 @@ - - + + @@ -86,8 +86,8 @@ - - + + @@ -128,5 +128,5 @@ - +