passepartoutvpn / openssl-apple

A script for compiling OpenSSL for Apple Devices.
Apache License 2.0
139 stars 65 forks source link

Add support for XROS (aka visionOS) #53

Closed nferruzzi closed 6 months ago

nferruzzi commented 9 months ago

Tested with Xcode 15 beta 8 (the only one with the vision pro SDK at the time of writing)

Also convert existing min versions to -platform-version

keeshux commented 7 months ago

Postponing this until it's part of the official Xcode 15 release.

nferruzzi commented 7 months ago

It's unclear whether the support for the x86 sim should be maintained. It was removed and then added back. For now, I have reinstated it locally. Let me know if you want me to integrate it into the PR @keeshux

keeshux commented 7 months ago

It's unclear whether the support for the x86 sim should be maintained. It was removed and then added back. For now, I have reinstated it locally. Let me know if you want me to integrate it into the PR @keeshux

That's fine but again, we'll see once Xcode makes this official.

matthargett commented 6 months ago

Xcode 15.2 release happened, so all of the official support is present now :) AFAICS, they did finally remove the x86_64 simulator.