Add Fastlane config and update release workflow for v2

Single unified "Yattee" scheme replaces per-platform schemes.
Release workflow now has toggleable platform inputs instead of
matrix strategy. Standalone mac notarized workflow removed in
favor of the build_mac_notarized toggle. Share extension bundle
ID updated from Open-in-Yattee to ShareExtension.
This commit is contained in:
Arkadiusz Fal
2026-02-12 18:09:22 +01:00
parent b54e0440ec
commit bce72d776c
7 changed files with 498 additions and 127 deletions

3
fastlane/Matchfile Normal file
View File

@@ -0,0 +1,3 @@
git_url(ENV['CERTIFICATES_GIT_URL'])
storage_mode("git")
type("appstore")