Antoine van der Lee

Results 211 comments of Antoine van der Lee

Just found this inside the user defaults ``` "FDBA62E7-CA64-4B55-A8E1-9F19988EA323" = { ChromeTint = ""; SimulatorExternalDisplay = 2114; SimulatorWindowGeometry = { "0A03D92B-FBEF-4596-A865-FA28E2647118" = { WindowCenter = "{945.5, 581.5}"; WindowScale = "0.6679447852760736";...

So, I'm not able to read these user defaults, but I would be able to ask for permissions when a user tries to record in landscape mode 👌

That might be possible. Why do you want to see this? As a developer, don't you already know this? > Probably also track app size and report significant increases. This...

@matrush thanks a lot for reporting this, I can totally see value for this! 🙏

[Started a thread](https://developer.apple.com/forums/thread/749267) on Apple's forums as I wonder whether this at all is possible. Apple recommends testing `NWPathMonitor` on an actual device since the Simulator is unreliable. The Simulator...

I did not know that existed! I'll definitely consider adding that, however, I've never had a situation where I needed this. Can you explain when you're using this and why...

@vykut I would love to build this, but I'm afraid there's not much I can do. At least: I'm not sure if there are any AppKit/macOS APIs that would allow...

Yeah, it's pretty much all globally managed. I'll see if I can further investigate this later!

I've looked into this sample project to disable networking for a specific app: https://developer.apple.com/documentation/networkextension/filtering_network_traffic Unfortunately, I have not been able to get any networking requests through the sample app 😢