aboutsummaryrefslogtreecommitdiff
path: root/iosApp/iosApp.xcodeproj/project.xcworkspace/xcuserdata/avalos.xcuserdatad
AgeCommit message (Collapse)Author
2022-01-26Implemented dependency injection with Swift property wrappersIván Ávalos
2022-01-26Disabled automatic storage of cookies in iOS engine ↵Iván Ávalos
(https://youtrack.jetbrains.com/issue/KTOR-3748), so we can handle them manually.
2022-01-25Refactored session handling into a shared SessionManager to prevent ↵Iván Ávalos
mutability and get it run in Native (untested!)
2022-01-25Latest test codeIván Ávalos