Closed Kylmakalle closed 1 year ago
This fixes setting the minimum deployable version for tvOS simulator. These changes also utilize modern naming for the min-version parameter. I was able to test it successfully using a customized build.sh
$ otool -l lib/libtdjson_static.a | grep -A3 -B1 "VERSION_MIN" Load command 1 cmd LC_VERSION_MIN_IPHONEOS cmdsize 16 version 11.0 sdk 16.2
Ref: https://github.com/rust-lang/rust/issues/48862
This fixes setting the minimum deployable version for tvOS simulator. These changes also utilize modern naming for the min-version parameter. I was able to test it successfully using a customized build.sh
Ref: https://github.com/rust-lang/rust/issues/48862