mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-12-03 02:58:27 +00:00
Fix Zenz.swift (#94)
This commit is contained in:
@@ -8,7 +8,7 @@ import SwiftUtils
|
||||
self.resourceURL = resourceURL
|
||||
do {
|
||||
#if canImport(Darwin)
|
||||
if #available(iOS 15, macOS 13, *) {
|
||||
if #available(iOS 16, macOS 13, *) {
|
||||
self.zenzContext = try ZenzContext.createContext(path: resourceURL.path(percentEncoded: false))
|
||||
} else {
|
||||
// this is not percent-encoded
|
||||
|
||||
Reference in New Issue
Block a user