OpenSSL
OpenSSL copied to clipboard
Binaries for tvOS
Hello @krzyzanowskim! Do you have plans for adding binaries built for tvOS please? It'd be much appreciated!
Need support for tvOS please.
For me it doesn't compile for Apple TV - Simulator running on M1 (apple silicon)
I assume that we need similar config as we have right now for iOS:
#elif TARGET_OS_IOS && TARGET_OS_SIMULATOR && TARGET_CPU_ARM64
# include <openssl/opensslconf_ios_sim_arm64.h>
to ->
#elif TARGET_OS_TV && TARGET_OS_SIMULATOR && TARGET_CPU_ARM64
# include <openssl/opensslconf_tvos_sim_arm64.h>
Any chance to get a tvOS version of this?
yes, I have it almost one on a branch