File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -154,11 +154,16 @@ targets:
154154 DSTROOT : $(LOCAL_APPS_DIR)/Coder
155155 INSTALL_PATH : /
156156 SKIP_INSTALL : NO
157+ LD_RUNPATH_SEARCH_PATHS :
158+ # Load frameworks from the SE bundle.
159+ - " @executable_path/../../Contents/Library/SystemExtensions/com.coder.Coder-Desktop.VPN.systemextension/Contents/Frameworks"
160+ - " @executable_path/../Frameworks"
161+ - " @loader_path/Frameworks"
157162 dependencies :
158163 - target : CoderSDK
159- embed : true
164+ embed : false # Loaded from SE bundle
160165 - target : VPNLib
161- embed : true
166+ embed : false # Loaded from SE bundle
162167 - target : VPN
163168 embed : without-signing # Embed without signing.
164169 - package : FluidMenuBarExtra
@@ -233,8 +238,10 @@ targets:
233238 # Empty outside of release builds
234239 PROVISIONING_PROFILE_SPECIFIER : ${EXT_PROVISIONING_PROFILE_ID}
235240 dependencies :
241+ # The app loads the framework embedded here too
236242 - target : VPNLib
237243 embed : true
244+ # The app loads the framework embedded here too
238245 - target : CoderSDK
239246 embed : true
240247 - sdk : NetworkExtension.framework
You can’t perform that action at this time.
0 commit comments