dashboard
repositories
filestore
activity
search
login
crazy-macs
/
aligner
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: 仅实时 hover Space Lane 时才对对应窗口应用 spaceFocused 高亮 (v0.0.31)
Ariver
2026-06-06
5c054407508d90811f2498522d4511c520b10c4c
[crazy-macs/aligner.git]
/
C1.source
/
Sources
/
AlignerCore
/
AppInfo.swift
1
2
3
4
5
6
7
import Foundation
public enum AlignerAppInfo {
public static let name = "Aligner"
public static let bundleIdentifier = "com.ar.Aligner"
public static let minimumMacOSVersion = "26.0"
}