Ariver
2026-07-13 14a1efc86d0295be3a0d3fe1ebe7b8080266da2d
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 = "14.0"
}