Philip Niedertscheider
Philip Niedertscheider
I performed a quick analysis using the following prompt: > I need you to perform an analysis of the documentation for the Apple SDK/Cocoa SDK for Apple platforms. Specifically we...
From internal communication by @itaybre: > ```swift > extension ProcessInfo { > public var isiOSAppOnVisionOS: Bool { > // `UIWindowSceneGeometryPreferencesVision` is only available > // https://developer.apple.com/documentation/uikit/uiwindowscene/geometrypreferences/vision?language=objc > return NSClassFromString("UIWindowSceneGeometryPreferencesVision") !=...
As this should mostly be a duplicate of the current swizzling of `NSData` and `NSFileManager`, with manual tracing like we offer for `FileManager` and `Data`, I asked Cursor to create...
Would it be possible for you to create a reproducer app with the same options for us? I don't think you actually need to upload an app to get the...
I just noticed that this causes HTML tags to not being properly escaped, moving back to draft. | Before | After | |--------|-------| |||