prateek147 / DVIA-v2

Damn Vulnerable iOS App (DVIA) is an iOS application that is damn vulnerable. Its main goal is to provide a platform to mobile security enthusiasts/professionals or students to test their iOS penetration testing skills in a legal environment. This project is developed and maintained by @prateekg147. The vulnerabilities and solutions covered in this app are tested up to iOS 11. The current version is writen in Swift and has the following vulnerabilities.
http://damnvulnerableiosapp.com
MIT License
872 stars 179 forks source link

Added missing `@objc dynamic` declaration to the RealmUser properties #2

Closed gchiong closed 5 years ago

gchiong commented 6 years ago

As per the latest documentation of Realm Realm, Realm models need to be declared with @objc dynamic var, otherwise it will not be saved.