|
You are here |
www.vadimbulavin.com | ||
| | | | |
benoitpasquier.com
|
|
| | | | | It's been almost two years that Combine has been introduced to the Apple developer community. As many developer, you want to migrate your codebase to it. You don't want to be left behind but you're not sure where to start, maybe not sure if you want to jump to SwiftUI either. Nothing to worry, let's see step by step how to migrate an iOS sample app using UIKit and RxSwift to Combine. | |
| | | | |
www.avanderlee.com
|
|
| | | | | Unit testing async/await logic can be done by marking your unit test as asynchronous and using a new XCTest method. | |
| | | | |
ashishkakkad.com
|
|
| | | | | Today I will show you how to display the data from the JSON API response to list view of SwiftUI. Lets Call API Here I am parsing simple json file which contains the response of contacts. Here are the list of models required to be filled from the JSON response. In above model file I ... Read more | |
| | | | |
bradleyjkemp.dev
|
|
| | | LaunchDaemon (or LaunchAgent) Hijacking is a MacOS privilege escalation and persistence technique. It involves abusing insecure file/folder permissions to replace legitimately installed, misconfigured LaunchDaemons with malicious code. I first spotted this issue affecting the OSQuery installer but went looking and found multiple other products with the same problem. This isn't a novel technique (it's briefly mentioned in T1543.004) but I was surprised to find it so rarely talked about. Example - Hijacking the OSQuery LaunchDaemon ?? I've already disclosed this issue to the OSQuery team and they kindly let me use it as an example in this post. | ||