jpsim / SourceKitten

An adorable little framework and command line tool for interacting with SourceKit.
MIT License
2.31k stars 226 forks source link

Set APPLICATION_EXTENSION_API_ONLY for SourceKittenFramework and all its dependencies #299

Closed jpsim closed 8 years ago

jpsim commented 8 years ago

Which is necessary to use SourceKitten in an Xcode Source Editor Extension

norio-nomura commented 8 years ago

Application Extension requires sandboxing, AFAIK. Did you find any workaround other than using xpc?

norio-nomura commented 8 years ago

I read Slack. This is needed to using SourceKittenFramework without calling SourceKit.

klaaspieter commented 8 years ago

Is it possible to accidentally use the framework in a way that wouldn't pass review? Should that be documented somewhere?