How to set environment variables for system extension

355 views Asked by At

I knew the LSEnvironment is for defining environment variables to be set before launching the App.

<key>LSEnvironment</key>
<dict>
<key>PATH</key>
<string>...</string>
</dict>

How about system extension? How can I set some environment variables before the system extension running? Thanks a lot.

0

There are 0 answers