Fix submodule clone error and update submodules#92
Fix submodule clone error and update submodules#92mchoo7 wants to merge 6 commits intoiCepa:pure_podfrom
Conversation
|
Hi @fel1x-developer , |
|
@trakov It might require Then clean build folder (Shift + Cmd + K) and try again. If it still fails, delete and re-clone the code. |
|
And do not forget |
Ah, great. Thanks for that hint!
To be clear: Tor.framework was never affected by the backdoor, because it never used the backdoored versions.
Wat? Sorry, but I never heard of anything like "bitcode is deprecated". AFAIK, it's quite the opposite. Apple very much likes bitcode and enforces that on some platforms (watchOS and tvOS, famously). Besides that, your change doesn't remove bitcode stuff, just the "bitcode marker" stuff. And I don't see a reason, why that should go. Anyway, even if that wouldn't be a thing, I'm sorry, I cannot accept your PR. Since your changes affect core things here, and this is security-relevant code, I cannot take the risk of pulling such a PR and accidentally take in a security problem. But thank you very much for prodding me about the recent changes to Tor and xz! |

XZ Utils moved its git repo to https://github.com/tukaani-project/xz.git after its backdoor incident.
Although macOS is not affected by the backdoor, it is encouraged to keep XZ Utils and other components up-to-date.
This PR includes disabling "-fembed-bitcode-marker". Bitcode has been depreceated since Xcode 14, and I don't think this would cause any breaking changes.