Skip to content

Commit

Permalink
project: add UTM Remote target
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Oct 29, 2023
1 parent 98297d5 commit 2e4aed5
Show file tree
Hide file tree
Showing 3 changed files with 784 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Platform/Shared/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import IQKeyboardManagerSwift

#if WITH_QEMU_TCI
let productName = "UTM SE"
#elseif WITH_REMOTE
let productName = "UTM Remote"
#else
let productName = "UTM"
#endif
Expand Down
4 changes: 4 additions & 0 deletions Platform/UTMReleaseHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ class UTMReleaseHelper: ObservableObject {
if platform == "iOS SE" {
currentSection.body.append(description)
}
#elseif WITH_REMOTE
if platform == "iOS Remote" {
currentSection.body.append(description)
}
#endif
#if os(visionOS)
if platform.hasPrefix("visionOS") {
Expand Down
Loading

0 comments on commit 2e4aed5

Please sign in to comment.