- Improved how the SWIFTSHIELDED property is added - @strfn
- Fixed SwiftShield not handling files with escaped spaces correctly - @ptwoms
Unclaimed project
Are you a maintainer of swiftshield? Claim this project to take control of your public changelog and roadmap.
Changelog
π Swift Obfuscator that protects iOS apps against reverse engineering attacks.
ignoreNames, a field of names that should not be obfuscated. @andreiChis70Fixed Xcode 12 builds failing by @ekam123
Instance, class and global properties will now be obfuscated, with the exception of properties under types that inherit from Codable and classes exposed to Objective-C. For more information, check the limitations document.
Although we have lots of tests checking if property obfuscation is working correctly, we're still not certain that we covered all edge cases. If you don't feel like gamblin...
Fixed an issue where --ignore-public failed on references that contained multiple attributes (like public static)