Skip to content
Permalink
Browse files
release commit
final version
  • Loading branch information
Chronos authored and Chronos committed Apr 15, 2023
1 parent 1db4d42 commit 3a56aee8ce9773a56ebbc974e6b22fcd5d43f4c7
Show file tree
Hide file tree
Showing 41 changed files with 150 additions and 82 deletions.
BIN +6 KB .DS_Store
Binary file not shown.

This file was deleted.

@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>

<!-- code guide followed by Daniel Hindrikes's YouTube tutorial -->

<mvvm:TinyView xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:vm="clr-namespace:app.ViewModels"
27 app.sln

This file was deleted.

Some generated files are not rendered by default. Learn more.

Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more.

@@ -16,7 +16,7 @@ androidsdkpath=/users/chronos/library/developer/xamarin/android-sdk-macosx/
androidndkpath=
javasdkpath=/library/java/javavirtualmachines/microsoft-11.jdk/contents/home/
androidsequencepointsmode=none
androidnetsdkversion=33.0.26
androidnetsdkversion=33.0.46
monosymbolarchive=false
androiduselatestplatformsdk=false
targetframeworkversion=v7.0

Large diffs are not rendered by default.

@@ -1 +1 @@
ABA306B23214D64F
97D2DC012F2DB67D
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
<crc640ec207abc449b2ca.ShellFlyoutLayout android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/background_light" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:android="http://schemas.android.com/apk/res/android"><com.google.android.material.appbar.AppBarLayout android:id="@+id/flyoutcontent_appbar" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@null" app:elevation="0dp" android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" /></crc640ec207abc449b2ca.ShellFlyoutLayout>
<microsoft.maui.controls.platform.compatibility.ShellFlyoutLayout android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/background_light" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"><com.google.android.material.appbar.AppBarLayout android:id="@+id/flyoutcontent_appbar" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@null" app:elevation="0dp" android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" /></microsoft.maui.controls.platform.compatibility.ShellFlyoutLayout>
@@ -1 +1 @@
CE5C88453BD493D9
CACA4C9381D88350
Binary file not shown.
@@ -1 +1 @@
5E1F3246D64469EF
39932F80F337018F
Binary file not shown.
@@ -1 +1 @@
86A106CA7ADEE037
52A8BA0E15AFFE2D
Binary file not shown.
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
@@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyCompanyAttribute("app")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("app")]
[assembly: System.Reflection.AssemblyTitleAttribute("app")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("ios0.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("ios11.0")]

// Generated by the MSBuild WriteCodeFragment class.

@@ -0,0 +1 @@
0b577e9158626871f091457ceef18c93da40e3f7
@@ -0,0 +1,11 @@
is_global = true
build_property.TargetFramework = net7.0-ios
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = app
build_property.ProjectDir = /Users/chronos/Projects/app/app/
@@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
@@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyCompanyAttribute("app")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("app")]
[assembly: System.Reflection.AssemblyTitleAttribute("app")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("maccatalyst0.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("maccatalyst13.1")]

// Generated by the MSBuild WriteCodeFragment class.

@@ -0,0 +1 @@
9b1d4422f1cc442403faec79aec16789b27b984c
@@ -0,0 +1,11 @@
is_global = true
build_property.TargetFramework = net7.0-maccatalyst
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = app
build_property.ProjectDir = /Users/chronos/Projects/app/app/
@@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -84,7 +84,7 @@
},
"Microsoft.Maui.Graphics": {
"target": "Package",
"version": "[7.0.59, )",
"version": "[7.0.81, )",
"autoReferenced": true
},
"TinyMvvm.Maui": {
@@ -175,7 +175,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/7.0.202/RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/7.0.203/RuntimeIdentifierGraph.json"
},
"net7.0-ios16.1": {
"targetAlias": "net7.0-ios",
@@ -214,7 +214,7 @@
},
"Microsoft.Maui.Graphics": {
"target": "Package",
"version": "[7.0.59, )",
"version": "[7.0.81, )",
"autoReferenced": true
},
"TinyMvvm.Maui": {
@@ -250,7 +250,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/7.0.202/RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/7.0.203/RuntimeIdentifierGraph.json"
},
"net7.0-maccatalyst16.1": {
"targetAlias": "net7.0-maccatalyst",
@@ -289,7 +289,7 @@
},
"Microsoft.Maui.Graphics": {
"target": "Package",
"version": "[7.0.59, )",
"version": "[7.0.81, )",
"autoReferenced": true
},
"TinyMvvm.Maui": {
@@ -326,7 +326,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/7.0.202/RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/7.0.203/RuntimeIdentifierGraph.json"
}
},
"runtimes": {

0 comments on commit 3a56aee

Please sign in to comment.