Ariver
2026-06-29 5816f189ed5fb0bb8bedef8200cee198164fcce2
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"
}