Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build scripts and add visionOS support #1279

Merged
merged 4 commits into from
May 29, 2024
Merged

Commits on May 25, 2024

  1. Fix build scripts and add visionOS support

    Multiple fixes:
    - building on Apple Silicon Macs - remove the assumptions that the build machine is always x86_64
    - fix badly broken build.sh for Mac, especially with getopts for options & params
    - extend build-ios.sh to allow building for iOS-derived platforms like visionOS
    
    The expected iOS build invocation is:
    build-ios.sh [clean] [release|debug] ${ARCH} ${PLATFORM}
    where
    ARCH = arm64|arm64e|x86_64
    PLATFORM = iphoneos|iphonesimulator|xros|xrsimulator
    tkukielk committed May 25, 2024
    Configuration menu
    Copy the full SHA
    d60ff6d View commit details
    Browse the repository at this point in the history
  2. Fix build for older Xcodes

    The verification pipeline uses older Xcode
    -Wno-unused-but-set-variable is unknown to older compilers, add -Wno-unknown-warning-option
    tkukielk committed May 25, 2024
    Configuration menu
    Copy the full SHA
    5bd9c04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e2aa43 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    291f677 View commit details
    Browse the repository at this point in the history