krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
907 stars 334 forks source link

Binaries for tvOS #139

Closed ab492 closed 3 months ago

ab492 commented 2 years ago

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

cuongtv51 commented 2 years ago

Need support for tvOS please.

alextud commented 2 years ago

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>
alopix commented 4 months ago

Any chance to get a tvOS version of this?

krzyzanowskim commented 4 months ago

yes, I have it almost one on a branch

krzyzanowskim commented 3 months ago

Added in 3.1.5004