Skip to content

1.0.0 - Platform Builds

Latest
Compare
Choose a tag to compare
@jasonacox jasonacox released this 20 Jan 23:11

What's Changed

  • Updated build script to allow building for single platform targets: macOS, iOS or tvOS. Specify with -p <platform> switch. Default build is for "all" as it has been. #76 by @jasonacox in #79

    # Examples
    
    ./build.sh -p macos # Build only for macOS
    ./build.sh -p ios   # Build only for iOS
    ./build.sh -p tvos  # Build only for tvOS
    ./build.sh          # Build for all - macOS, iOS and tvOS
    
    # Disable Confirmation (auto-Yes)
    ./build.sh -y
  • Added examples apps for tvOS and macOS.

Image

Full Changelog: v8.11.1...1.0.0