mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-12-03 02:58:27 +00:00
feat: introduce package traits of Swift 6.1 (#172)
* feat: introduce package traits of Swift 6.1 * fix: CI * fix: android toolchain install script * fix: ci for windows * chore: add debug dump of sdk list * fix: update devcontainer swift image * fix? * chore: remove LLAMA_MOCK=1 since it is no longer required * chore: add debug print of configuration * fix: typo * chore: use signed xcframework of azooKey/llama.cpp * chore: use updated xcframework * chore: use updated xcframework * chore: use updated xcframework * chore: use updated xcframework * chore: use updated xcframework * docs: add usage of Zenzai trait
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Foundation
|
||||
#if canImport(SwiftyMarisa)
|
||||
#if canImport(SwiftyMarisa) && Zenzai
|
||||
import SwiftyMarisa
|
||||
|
||||
/// Base64 でエンコードされた Key-Value をデコードする関数
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import Foundation
|
||||
#if canImport(SwiftyMarisa)
|
||||
#if canImport(SwiftyMarisa) && Zenzai
|
||||
import SwiftyMarisa
|
||||
|
||||
final class SwiftTrainer {
|
||||
|
||||
Reference in New Issue
Block a user