commit ab1630b4519f157b387482579283b67277fec389 Author: David Friedel Date: Thu Dec 25 09:15:31 2025 +0000 Initial commit: IronServices.Maui Shared MAUI platform code for Iron Services: - Platform-specific implementations for Android, iOS, macOS, Windows - Secure storage integration - Device identification diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..776e6f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +bin/ +obj/ +*.user +*.suo +.vs/ +*.DotSettings.user diff --git a/Controls/AppLogView.xaml b/Controls/AppLogView.xaml new file mode 100644 index 0000000..73691c9 --- /dev/null +++ b/Controls/AppLogView.xaml @@ -0,0 +1,164 @@ + + + + + + + + + + + + + +