Fix cmux themes reload target resolution
This commit is contained in:
parent
5f074f810e
commit
da8c616dfe
1 changed files with 5 additions and 0 deletions
|
|
@ -6014,6 +6014,11 @@ struct CMUXCLI {
|
|||
}
|
||||
|
||||
private func currentCmuxAppBundleIdentifier() -> String? {
|
||||
if let bundleIdentifier = ProcessInfo.processInfo.environment["CMUX_BUNDLE_ID"]?.trimmingCharacters(in: .whitespacesAndNewlines),
|
||||
!bundleIdentifier.isEmpty {
|
||||
return bundleIdentifier
|
||||
}
|
||||
|
||||
if let bundleIdentifier = Bundle.main.bundleIdentifier?.trimmingCharacters(in: .whitespacesAndNewlines),
|
||||
!bundleIdentifier.isEmpty {
|
||||
return bundleIdentifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue