Releases: rockbruno/swiftshield
Releases · rockbruno/swiftshield
3.0.0
- Updating to Xcode 9.3 and Swift 4
- Massive code refactor
2.0.2
- To prevent conflicts with pods, tags can now only be inserted at the end of a property/class name
- Fixed a case where
:
was considered a valid symbol for a property name - Fixed manual mode not considering Objective-C files
2.0.1 - Performance and tag improvements
- Manual mode performance improvements
- You can now include symbols in your tags
Automatic mode revamp, and a new manual mode
- Automatic mode now uses SourceKit, but it doesn't work for everyone one
- To compensate for this, SwiftShield now has a manual mode that can obfuscate anything
1.0.1
- Added
-structs
option - Lots of bug fixes and improvements
- Still slow
1.0.0
- Disabled struct/protocol obfuscation for now
- Classes named after their own modules are now an exception
- Projects get a "SWIFTSHIELDED" property injected into them
- Tons of bug fixes
0.9.3
0.2 - Storyboard Support
- Projects with .storyboard and .xib files are now supported.
0.1 - Initial Release
Basic Class and Struct support