Skip to content

banditoth/maui-archiver-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET MAUI - Archive / Publish tool

GitHub License

Visual Studio Marketplace Downloads

GitHub issues

The .NET MAUI - Archive / Publish tool extension for Visual Studio Code provides a set of essential tools to streamline the process of packaging and publishing .NET MAUI (Multi-platform App UI) projects. Whether you're targeting Android, iOS, or Windows platforms, this extension equips you with the necessary tools to manage provisioning profiles, keystore files.

Supported platforms

Android iOS Windows MacCatalyst Tizen
✅ (macOS/Windows) ✅ (macOS only) ✅ (Windows only) Planned in Q2-2024 ⛔️

Roadmap

Q1 - 2024:

  • Direct upload to Google Play
  • Direct upload to TestFlight / AppStore

Q2 - 2024:

  • MacCatalyst publish

Installation

  • Open Visual Studio Code.
  • Go to the Extensions view (Ctrl+Shift+X).
  • Search for ".NET MAUI - Archive / Publish tool"
  • Click "Install" to add the extension to your VS Code setup.

Visual Studio marketplace

Visual Studio Marketplace Downloads

Find it here: https://marketplace.visualstudio.com/items?itemName=banditoth.VSCode-MAUI-Archive

Usage

  • Open your .NET MAUI project in Visual Studio Code.
  • Access the Command Palette (Ctrl+Shift+P).

Available commands

Publishing

MAUI Archive: Publish Android Initiates the process of publishing a .NET MAUI app for the Android platform. Users can choose between signed and unsigned builds, apk and aab formats.

MAUI Archive: Publish iOS Initiates the process of publishing a .NET MAUI app for the iOS platform. Users can choose signing profiles and keys.

MAUI Archive: Publish Windows Initiates the process of publishing a .NET MAUI app for the Windows platform. Users can choose between packaged and non packaged apps.

Additional commands

MAUI Archive: iOS - List of Provisioning Profiles Lists all available provisioning profiles installed on the machine for iOS projects.

MAUI Archive: Android - List of Keystores & Check Signature Lists all keystores. Additionally, allows users to check the signature of a selected keystore.

MAUI Archive: Android - Generate Code Signing Key Prompts the required paramters and executes the necessary command (keytool -genkeypair) to generate a code signing key for Android apps.

Tutorials

MAUI Archive: Documentation of publishing Android apps (Microsoft) MAUI Archive: Documentation of publishing iOS apps (Microsoft) MAUI Archive: Documentation of publishing Windows apps (Microsoft)

Opens the browser with additional information about the archive / publish process of each platform (learn.microsoft.com)

Settings

MAUI Archive: Settings Opens the settings for the MAUI Archive extension, allowing users to configure parameters such as output paths and Android keystore list paths.

Values

Setting name Description Default Value
Build configuration You can specify a custom build configuration when publishing your apps 'Release'
Dotnet version You can specify a custom dotnet version like net7.0 when publishing your apps 'net8.0'
Enable Solution file format When searching the workspace for .csproj files, this setting enabled the discovery of .sln files aswell 'false'
Android keystore directory You can specify a custom directory path to your Android keystore files -
Use explicit Android version You can specify a custom version of Android to use as a target framework -
iOS Runtime identifier You can change the default architeture for iOS apps 'ios-arm64'
Use explicit iOS version You can specify a custom version of iOS to use as a target framework -
Use explicit Windows version You can specify a custom version of Windows to use as a target framework. Always use a value, do not leave it blank '10.0.19041.0'

Issues / feedback

Your feedback is valuable! If you encounter any issues or have suggestions for improvement, please submit an issue on GitHub. https://github.com/banditoth/maui-archiver-vscode/

Contributing

Pull requests are welcomed. For major changes, please open a discussion first.

Icon

Iphone icons created by khulqi Rosyid - Flaticon

Acknowledgements

Thanks to Gerald Versluis for spreading the word about this tool.

About

Visual Studio Code extension for archiving/publishing .NET MAUI applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published