How do I add a Webkit plugin to my sandboxed OS X app WebView?
问题 I'm new to OS X application development, so bear with me.....I've got an OS X application that extensively uses a WebView to provide the user with a video conference/screensharing feature which relies on a browser plugin. The video plugin works when I have sandboxing disabled, but we'd like to distribute our app in the OS X App Store and need to get it to work with a sandboxed WebView. My question is, how can I enable sandboxing and have my sandboxed WebView include the browser plugin? Can I