Ariver
2026-06-20 1d351c209684ed785a840c5d041d017ed12ba64f
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"
}