15 lines
521 B
Markdown
15 lines
521 B
Markdown
# Platforms
|
|
|
|
Per-platform entry points for MAUI.
|
|
|
|
## Folders
|
|
|
|
- **`Android/`** — MainActivity.cs, MainApplication.cs (custom keystore config).
|
|
- **`iOS/`** — AppDelegate.cs, Program.cs.
|
|
- **`MacCatalyst/`** — AppDelegate.cs, Program.cs.
|
|
- **`Windows/`** — App.xaml.cs (WinUI entry point).
|
|
|
|
---
|
|
|
|
> **LLM Maintenance:** If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.
|