Skip to content

Commit

Permalink
feat: update Uno.ToDo to the new UnoTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Arieldelossantos committed Jun 15, 2023
1 parent 824c6c4 commit bf29799
Show file tree
Hide file tree
Showing 407 changed files with 4,076 additions and 3,489 deletions.
2 changes: 1 addition & 1 deletion build/workflow/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- template: templates/gitversion.yml
- template: templates/dotnet6-install-windows.yml
- template: templates/dotnet7-install-windows.yml

# This SDK version is needed as long as `uap10.0` will be supported in Uno.Core
- powershell: .\build\Install-WindowsSdkISO.ps1 18362
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
DotNetVersion: '6.0.300'
UnoCheck_Version: '1.3.0'
UnoCheck_Manifest: 'https://raw.githubusercontent.com/unoplatform/uno.check/8c7f669060a6cca50f71bb0845281c424ad7eb0d/manifests/uno.ui-preview.manifest.json'
DotNetVersion: '7.0.203'
UnoCheck_Version: '1.5.4'
UnoCheck_Manifest: 'https://raw.githubusercontent.com/unoplatform/uno.check/146b0b4b23d866bef455494a12ad7ffd2f6f2d20/manifests/uno.ui.manifest.json'
Dotnet_Root: '/usr/local/share/dotnet/'
Dotnet_Tools: '~/.dotnet/tools'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
DotNetVersion: '6.0.300'
UnoCheck_Version: '1.3.0'
UnoCheck_Manifest: 'https://raw.githubusercontent.com/unoplatform/uno.check/8c7f669060a6cca50f71bb0845281c424ad7eb0d/manifests/uno.ui-preview.manifest.json'
DotNetVersion: '7.0.203'
UnoCheck_Version: '1.5.4'
UnoCheck_Manifest: 'https://raw.githubusercontent.com/unoplatform/uno.check/146b0b4b23d866bef455494a12ad7ffd2f6f2d20/manifests/uno.ui.manifest.json'

steps:

Expand Down
8 changes: 4 additions & 4 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
</PropertyGroup>

<PropertyGroup>
<UnoVersion>4.7.0-dev.73</UnoVersion>
<UnoExtensionsVersion>2.3.0-dev.263</UnoExtensionsVersion>
<UnoToolkitVersion>2.4.0-dev.110</UnoToolkitVersion>
<UnoMaterialVersion>2.4.0-dev.57</UnoMaterialVersion>
<UnoVersion>4.10.0-dev.209</UnoVersion>
<UnoExtensionsVersion>2.5.0-dev.66</UnoExtensionsVersion>
<UnoToolkitVersion>3.1.0-dev.9</UnoToolkitVersion>
<UnoMaterialVersion>2.7.0-dev.11</UnoMaterialVersion>
</PropertyGroup>
</Project>
5 changes: 0 additions & 5 deletions src/ToDo.Mobile/Android/Resources/values/Strings.xml

This file was deleted.

43 changes: 0 additions & 43 deletions src/ToDo.Mobile/MacCatalyst/Info.plist

This file was deleted.

52 changes: 0 additions & 52 deletions src/ToDo.Mobile/MacCatalyst/LaunchScreen.storyboard

This file was deleted.

15 changes: 0 additions & 15 deletions src/ToDo.Mobile/MacCatalyst/Main.maccatalyst.cs

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

6 changes: 0 additions & 6 deletions src/ToDo.Mobile/MacOS/Assets.xcassets/Contents.json

This file was deleted.

Loading

0 comments on commit bf29799

Please sign in to comment.