OpenSSL icon indicating copy to clipboard operation
OpenSSL copied to clipboard

Binaries for tvOS

Open ab492 opened this issue 3 years ago • 2 comments

Hello @krzyzanowskim! Do you have plans for adding binaries built for tvOS please? It'd be much appreciated!

ab492 avatar Feb 16 '22 16:02 ab492

Need support for tvOS please.

cuongtv51 avatar May 19 '22 07:05 cuongtv51

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>

alextud avatar Jun 04 '22 13:06 alextud

Any chance to get a tvOS version of this?

alopix avatar Apr 04 '24 17:04 alopix

yes, I have it almost one on a branch

krzyzanowskim avatar Apr 04 '24 17:04 krzyzanowskim