Ariver
2026-06-18 16ee4576a9ff3c4f91cc30cb4cedbfb41fb3de14
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"
}