Releases: rockbruno/swiftshield
Releases · rockbruno/swiftshield
3.4.1 - SDK Mode
- Added
-sdk
mode by @hwdavr
3.4.0 - Xcode 11 support
- Adds support to Xcode 11's file list format - @ldp940622
3.3.3
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
- Preparing code for property obfuscation
- Fixed Storyboard outlet actions not being obfuscated (will only work for actions that are contained in the same module as the xib/storyboard, unless both modules are obfuscated)
- Automatic mode will now fetch the correct storyboards from your compile arguments - ignoring storyboards that aren't being used or being ignored by modules
3.1.1
3.1.0
Automatic Mode
- Can now obfuscate method names
- Fixed tons of edge cases and bugs
- Disabled enum names/typealias/associatedtype obfuscation due to SourceKit edge cases
General
- Fixed cases where the index failed because of spaces in folders
- Large refactors
- Name randomizer will now properly handle collisions