Skip to content

Commit 1b93291

Browse files
committed
Add DolphiniOS (Not out yet)
1 parent 34f74c9 commit 1b93291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StikJIT/Views/HomeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ struct HomeView: View {
254254
autoScriptData = data
255255
autoScriptName = "melo.js"
256256
}
257-
} else if appName == "UTM" {
257+
} else if appName == "UTM" || appName == "DolphiniOS" {
258258
if let url = Bundle.main.url(forResource: "utmjit", withExtension: "js"),
259259
let data = try? Data(contentsOf: url) {
260260
autoScriptData = data

0 commit comments

Comments
 (0)