We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f74c9 commit 1b93291Copy full SHA for 1b93291
1 file changed
StikJIT/Views/HomeView.swift
@@ -254,7 +254,7 @@ struct HomeView: View {
254
autoScriptData = data
255
autoScriptName = "melo.js"
256
}
257
- } else if appName == "UTM" {
+ } else if appName == "UTM" || appName == "DolphiniOS" {
258
if let url = Bundle.main.url(forResource: "utmjit", withExtension: "js"),
259
let data = try? Data(contentsOf: url) {
260
0 commit comments