Posts

Post not yet marked as solved
2 Replies
508 Views
I've created an NEFilterDataProvider to capture all outbound network flows (see rules below), and it largely works *except* for Safari traffic (I haven't tried other web browsers). Email, curl, background Dropbox connections are captured just fine, but no traffic created by Safari is reported to handleNewFlow()Does Safari traffic bypass the the NEFilterDataProvider? Is this expected behavior?Thanks,ToddCreating flow filter settings for all outbound traffic: let anyHostAndPortRule = NENetworkRule( remoteNetwork: NWHostEndpoint(hostname: "0.0.0.0", port: "0"), remotePrefix: 0, localNetwork: nil, localPrefix: 0, protocol: .TCP, direction: .any ) let filterRule = NEFilterRule(networkRule: anyHostAndPortRule, action: .filterData) let filterSettings = NEFilterSettings(rules: [filterRule], defaultAction: .allow)
Posted Last updated
.
Post not yet marked as solved
1 Replies
591 Views
The new RealityKit includes the PerspectiveCamera and also lets you set the ARView's cameraMode to ARView.CameraMode.nonAR (which will then use a PerspectiveCamera), but I cannot find how to tell the ARView to use the PerspectiveCamera.Is there an API that I am missing to use a PerspectiveCamera in RealityKit? (a "pointOfView" variable for ARView?)
Posted Last updated
.
Post not yet marked as solved
1 Replies
309 Views
My Mac is currently part of the High Sierra public Beta program. Will it automatically roll over into the Mojave public Beta when it comes out or will it stick with the 10.13.* Betas?
Posted Last updated
.