dashboard
repositories
filestore
activity
search
login
crazy-macs
/
aligner
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Freeze 0.1 release version
Ariver
2026-06-19
3bd3e220be93991f6cac48f60dc5a0551204746f
[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"
}