kam800 / MachObfuscator

MachObfuscator is a programming-language-agnostic Mach-O apps obfuscator for Apple platforms.
MIT License
521 stars 77 forks source link

Invalid input options #82

Closed KukrCZ closed 5 years ago

KukrCZ commented 5 years ago

Hello,

I tried to use your project and discovered that there is no "--swift-obfuscation" option.

I've been using this line of code: sh("MACH_OBFUSCATOR=../MachObfuscator ../obfuscate.sh ../exported_ipa/#{TARGET_NAME}.ipa NO_RESIGN -v --swift-obfuscation | tee ../app/obfuscation.log")

Any kind of help would be highly appreciated.

Thanks.

kam800 commented 5 years ago

Hi. Thanks for your report. You are right. There is no --swift-obfuscation. Could you please change it to --swift-reflection on your side? We will update the script. Sorry for that.