Fix build issues

This commit is contained in:
Arkadiusz Fal
2024-05-16 18:53:47 +02:00
parent b783db30b6
commit 4ce9dc6729
10 changed files with 120 additions and 81 deletions

3
Shared/Strings.swift Normal file
View File

@@ -0,0 +1,3 @@
enum Strings {
static let yatteeProtocol = "yattee://"
}