- Fix build issue where bitcode compile was happening for Catalyst target.
- Bitcode compile is now deprecated. The build script disables it. This is in prep to remove all bitcode logic from the script in the next release.
-
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.# 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](https://private-user-images.githubusercontent.com/836718/404953517-a05b76b5-2052-4033-be18-fdf45f7342e0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTc4NzAsIm5iZiI6MTczOTU5NzU3MCwicGF0aCI6Ii84MzY3MTgvNDA0OTUzNTE3LWEwNWI3NmI1LTIwNTItNDAzMy1iZTE4LWZkZjQ1ZjczNDJlMC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwNTMyNTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00NDZkYTBlMzBlMzBmZGNkNzc0OWVhY2UwNGU2NjNiYTJhM2JiMDcwYjcwMjVkOTgzYzYzMDVjYTc5OTk1MTMwJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.12hdkJlS1hwn2TEAW4e9OdrU9vI_j3hOheWBv9BXlCk)