I need to write some license checking code in Swift. I know Swift is not optimal for that kind of code in the first place, as it is harder to obfuscate. But if the code that nee
I have investigated this again, and found the following strip settings to work well for Release builds:
-Xlinker -s
according to this guide)-Xlinker -x
)