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.
Full Changelog: v8.11.1...1.0.0