dashboard
repositories
filestore
activity
search
login
crazy-macs
/
aligner
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix quick switch shelf badges and space labels
Ariver
2026-06-04
933e0a66306b7bd53d67f48834cb7f56f5cd8d1b
[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"
}