Post

Replies

Boosts

Views

Activity

Reply to Does the Sandbox stop a static library (linked into a Safari App Extension) from opening files from a Cocoa Resource Bundle (copied into that Safari App Extension)?
Got to the bottom of it using opensnoop. Whoever had written the static library had built their own custom CLI argument parser that simply split arguments on whitespace without taking note of string quotes or escape characters, and my App Extension had a space in its name so it ended up asking to read a resource from a path that involved a space... and went off looking for a file outside of the container’s file system due to the broken filepath. So indeed it wasn’t a Sandbox issue after all. Thanks!
Jul ’20