Bug 1436

Summary: Build for older MacOS 17 (High Sierra), 18 Mojave and 19 (Catalina) support
Product: [JogAmp] General Reporter: Sven Gothel <sgothel>
Component: buildsAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 2.5.0   
Hardware: All   
OS: all   
Type: FEATURE SCM Refs:
Workaround: ---

Description Sven Gothel 2023-07-12 02:12:09 CEST
MacOS and iOS x86_64 and aarch64
    Build machine: Mac OS 12.6.5 (Monterey)
        Lowest test machine: Mac OS 10.13.6 (High Sierra)
        Minimum deployment target: Mac OS 10.7 (Lion)
    Xcode 14.2 for clang, etc (included in MacOS)
    MacOS SDK 11.3 from a previous XCode version or from this alternative site
        export SDKROOT=macosx11.3
        We use -mmacosx-version-min=10.7 (Lion 10.7) minimum deployment target. 

https://jogamp.org/cgit/gluegen.git/about/doc/JogAmpMacOSVersions.md
Comment 1 Sven Gothel 2023-07-12 02:12:26 CEST
Resolved as planned.