Ariver
2026-06-12 0754f2706a79128e87b65867e1d33096d53687fa
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"
}